Package | Description |
---|---|
org.opensourcedea.dea |
Modifier and Type | Method and Description |
---|---|
ModelOrientation |
DEAProblem.getModelOrientation()
This method return the DEA Model Orientation (Input, Output or Non oriented).
|
ModelOrientation |
ModelType.getOrientation()
Returns the Model Orientation of the ModelType (e.g.
|
static ModelOrientation |
ModelOrientation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModelOrientation[] |
ModelOrientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|