public class ModelDetails
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ModelDetails() |
Modifier and Type | Method and Description |
---|---|
Model |
getModel() |
java.lang.String |
getModelName()
Gets the model name
|
ModelType |
getModelType()
Gets the Model ModelType.
|
int |
getNbDMUs()
Sets the number of Variable in the DEA Problem
|
int |
getNbVariables()
Gets the number of Variable in the DEA Problem
|
double |
getRTSLowerBound()
Gets the Model Return To Scale Lower Bound limit (rtsLowerBound).
|
double |
getRTSUpperBound()
Gets the Model Return To Scale Upper Bound (rtsUpperBound).
|
void |
setModel(Model mod) |
void |
setModelName(java.lang.String modelName)
Sets the model name
|
void |
setModelType(ModelType modelType)
Sets the Model ModelType.
|
void |
setNbDMUs(int nbDMUs)
Sets the number of DMUs in the DEAProblem
|
void |
setNbVariables(int nbVariables)
Sets the number of Variables in the DEAProblem
|
void |
setRTSLowerBound(double rtsLowerBound)
Sets the Model Return To Scale Lower Bound limit (RTSLowerBound).
|
void |
setRTSUpperBound(double rtsUpperBound)
Sets the Model Return To Scale Upper Bound (rtsUpperBound).
|
public void setModel(Model mod)
public Model getModel()
public ModelType getModelType()
public void setModelType(ModelType modelType)
modelType
- The Model ModelTypepublic double getRTSLowerBound()
public void setRTSLowerBound(double rtsLowerBound) throws InvalidPropertyValueException
rtsLowerBound
- The Model rtsLowerBound.InvalidPropertyValueException
public double getRTSUpperBound()
public void setRTSUpperBound(double rtsUpperBound) throws InvalidPropertyValueException
rtsUpperBound
- The Model rtsUpperBound.InvalidPropertyValueException
public void setNbDMUs(int nbDMUs)
nbDMUs
- public int getNbDMUs()
public void setNbVariables(int nbVariables)
nbVariables
- public int getNbVariables()
public void setModelName(java.lang.String modelName)
modelName
- public java.lang.String getModelName()