Package | Description |
---|---|
org.opensourcedea.dea |
Modifier and Type | Method and Description |
---|---|
ReturnsToScale |
DEAProblem.getModelRTS()
This method return the DEA Model RTS Type (e.g.
|
ReturnsToScale |
ModelType.getReturnToScale()
Returns the Return To Scale corresponding to the ModelType.
|
static ReturnsToScale |
ReturnsToScale.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReturnsToScale[] |
ReturnsToScale.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|