- IncompatibleModelTypeException - Exception in org.opensourcedea.exception
-
- IncompatibleModelTypeException(String) - Constructor for exception org.opensourcedea.exception.IncompatibleModelTypeException
-
- IncompatibleModelTypeException() - Constructor for exception org.opensourcedea.exception.IncompatibleModelTypeException
-
- InconsistentDataException - Exception in org.opensourcedea.exception
-
A DEAException thrown when number of variables or DMUs do not match between different element of the DEAProblem
(e.g.
- InconsistentDataException() - Constructor for exception org.opensourcedea.exception.InconsistentDataException
-
- InconsistentDataException(String) - Constructor for exception org.opensourcedea.exception.InconsistentDataException
-
- InconsistentNoOfDMUsException - Exception in org.opensourcedea.exception
-
A DEAException extending InconsistentData thrown when number of DMUs do not match between different
element of the DEAProblem.
- InconsistentNoOfDMUsException() - Constructor for exception org.opensourcedea.exception.InconsistentNoOfDMUsException
-
- InconsistentNoOfVariablesException - Exception in org.opensourcedea.exception
-
A DEAException extending InconsistentData thrown when number of Variables do not match between
different element of the DEAProblem.
- InconsistentNoOfVariablesException() - Constructor for exception org.opensourcedea.exception.InconsistentNoOfVariablesException
-
- InvalidPropertyValueException - Exception in org.opensourcedea.exception
-
A DEAException thrown when number of variables or DMUs do not match between different element of the DEAProblem
(e.g.
- InvalidPropertyValueException() - Constructor for exception org.opensourcedea.exception.InvalidPropertyValueException
-
- InvalidPropertyValueException(String) - Constructor for exception org.opensourcedea.exception.InvalidPropertyValueException
-
- isEfficient(int) - Method in class org.opensourcedea.dea.DEAPSolution
-
Gets the efficiency status for the given DMU number.