Package | Description |
---|---|
org.opensourcedea.dea |
Modifier and Type | Method and Description |
---|---|
EfficiencyType |
ModelType.getEfficiencyType()
Returns the Efficiency Type of the ModelType.
|
EfficiencyType |
DEAProblem.getModelEfficiencyType()
This method return the DEA Model Efficiency Type (e.g.
|
static EfficiencyType |
EfficiencyType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EfficiencyType[] |
EfficiencyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|