A B C D E G I L M N O P R S T V W 

G

getDataMatrix() - Method in class org.opensourcedea.dea.DEAProblem
#getDataMatrix()
getDataMatrix(int, int) - Method in class org.opensourcedea.dea.DEAProblem
Returns a specific variable value from the Data Matrix for the DMU specified.
getDescription() - Method in enum org.opensourcedea.dea.ModelType
Returns the description of the ModelType.
getDescription() - Method in enum org.opensourcedea.dea.ModelVariablesType
 
getDescription() - Method in enum org.opensourcedea.dea.VariableType
 
getDMUIndex() - Method in class org.opensourcedea.dea.NonZeroLambda
Gets the DMU Index of a NonZeroLambda.
getDMUName(int) - Method in class org.opensourcedea.dea.DEAProblem
Returns the name of a specific DMU.
getDMUNames() - Method in class org.opensourcedea.dea.DEAProblem
Returns the Names of all the DMUs
getEfficiencyStatus() - Method in class org.opensourcedea.dea.DEAProblem
Returns the efficiency status for all the DMUs.
getEfficiencyStatus(int) - Method in class org.opensourcedea.dea.DEAProblem
Returns the efficiency status for the specific DMU.
getEfficiencyType() - Method in enum org.opensourcedea.dea.ModelType
Returns the Efficiency Type of the ModelType.
getEfficient() - Method in class org.opensourcedea.dea.DEAPSolution
Gets all the DMUs efficiency status.
getLambdaValue() - Method in class org.opensourcedea.dea.NonZeroLambda
Gets the value of a NonZeroLambda.
getlBConvexityConstraintWeight(int) - Method in class org.opensourcedea.dea.DEAProblem
Gets the weight corresponding to the lower bound convexity constraint on general, increasing and decreasing models for a speific DMU.
getlBConvexityConstraintWeight(int) - Method in class org.opensourcedea.dea.DEAPSolution
Gets the weight corresponding to the lower bound convexity constraint on general, increasing and decreasing models for a specific DMU.
getlBConvexityConstraintWeights() - Method in class org.opensourcedea.dea.DEAProblem
Gets the weights corresponding to the lower bound convexity constraint on general, increasing and decreasing models for all DMUs.
getlBConvexityConstraintWeights() - Method in class org.opensourcedea.dea.DEAPSolution
Gets the weight corresponding to the lower bound convexity constraints on general, increasing and decreasing models for all DMUs.
getModel() - Method in class org.opensourcedea.dea.ModelDetails
 
getModelEfficiencyType() - Method in class org.opensourcedea.dea.DEAProblem
This method return the DEA Model Efficiency Type (e.g.
getModelName() - Method in class org.opensourcedea.dea.DEAProblem
 
getModelName() - Method in class org.opensourcedea.dea.ModelDetails
Gets the model name
getModelOrientation() - Method in class org.opensourcedea.dea.DEAProblem
This method return the DEA Model Orientation (Input, Output or Non oriented).
getModelRTS() - Method in class org.opensourcedea.dea.DEAProblem
This method return the DEA Model RTS Type (e.g.
getModelType() - Method in class org.opensourcedea.dea.DEAProblem
Returns Model Type of the DEA Problem (e.g.
getModelType() - Method in class org.opensourcedea.dea.ModelDetails
Gets the Model ModelType.
getModelVariablesType() - Method in enum org.opensourcedea.dea.ModelType
 
getModelVariableTypes() - Method in class org.opensourcedea.dea.DEAProblem
This method return the DEA Model RTS Type (e.g.
getName() - Method in enum org.opensourcedea.dea.ModelType
Returns the name of the ModelType.
getName() - Method in enum org.opensourcedea.dea.ModelVariablesType
 
getName() - Method in enum org.opensourcedea.dea.VariableType
 
getNbDecimalsToEvaluateEfficiency() - Static method in class org.opensourcedea.parameters.OSDEAParameters
 
getNbDMUs() - Method in class org.opensourcedea.dea.ModelDetails
Sets the number of Variable in the DEA Problem
getNbVariables() - Method in class org.opensourcedea.dea.ModelDetails
Gets the number of Variable in the DEA Problem
getNonZeroLambda() - Method in class org.opensourcedea.dea.NonZeroLambda
Gets the NonZeroLambda (this).
getNumberOfDMUs() - Method in class org.opensourcedea.dea.DEAProblem
Gets the number of DMUs in the DEA Problem
getNumberOfInputs() - Method in class org.opensourcedea.dea.DEAProblem
Gets the number of Inputs of the DEA Problem
getNumberOfModelsAvailable() - Static method in enum org.opensourcedea.dea.ModelType
Returns the number of ModelTypes (DEA Models) available in the OSDEA library.
getNumberOfOutputs() - Method in class org.opensourcedea.dea.DEAProblem
Gets the number of Outputs of the DEA Problem
getNumberOfVariables() - Method in class org.opensourcedea.dea.DEAProblem
Gets the number of Variables in the DEA Problem
getObjective(int) - Method in class org.opensourcedea.dea.DEAProblem
Returns the Objective value for the specified DMU.
getObjective(int) - Method in class org.opensourcedea.dea.DEAPSolution
Gets the Objective value for a specific DMU.
getObjectives() - Method in class org.opensourcedea.dea.DEAProblem
Returns the Objectives of all the DMUs.
getObjectives() - Method in class org.opensourcedea.dea.DEAPSolution
Gets the Objective values for all DMUs.
getOptimisationStatus() - Method in class org.opensourcedea.dea.DEAProblem
Returns the DEAProblem optimisation SolverReturnStatus.
getOrientation() - Method in enum org.opensourcedea.dea.ModelType
Returns the Model Orientation of the ModelType (e.g.
getProjectionPercentages(int) - Method in class org.opensourcedea.dea.DEAProblem
Returns the projection percentages.
getProjectionPercentages() - Method in class org.opensourcedea.dea.DEAProblem
Returns the projection percentages for all DMUs.
getProjections(int) - Method in class org.opensourcedea.dea.DEAProblem
Returns the projections for the specified DMU.
getProjections() - Method in class org.opensourcedea.dea.DEAProblem
Returns the projections for all the DMU
getProjections() - Method in class org.opensourcedea.dea.DEAPSolution
Gets all the projections for all the DMUs.
getProjections(int) - Method in class org.opensourcedea.dea.DEAPSolution
Gets all the projections for a specific DMU.
getRanks(boolean, RankingType, int) - Method in class org.opensourcedea.dea.DEAProblem
Returns the DMU ranks (based on Objectives value)
getRanks(double[], boolean, RankingType, int) - Static method in class org.opensourcedea.dea.Rank
Returns the ranks.
getReferenceSet() - Method in class org.opensourcedea.dea.DEAProblem
Returns the solution Reference Sets (for all DMUs).
getReferenceSet(int) - Method in class org.opensourcedea.dea.DEAProblem
Returns the Reference Set corresponding to dmuIndex.
getReferenceSet() - Method in class org.opensourcedea.dea.DEAPSolution
Gets all the reference sets for all the DMUs.
getReferenceSet(int) - Method in class org.opensourcedea.dea.DEAPSolution
Gets the reference set of a specific DMU.
getReturnToScale() - Method in enum org.opensourcedea.dea.ModelType
Returns the Return To Scale corresponding to the ModelType.
getRTSLowerBound() - Method in class org.opensourcedea.dea.DEAProblem
Gets the Lower Bound limit for General Return To Scale DEA Models.
getRTSLowerBound() - Method in class org.opensourcedea.dea.ModelDetails
Gets the Model Return To Scale Lower Bound limit (rtsLowerBound).
getRTSUpperBound() - Method in class org.opensourcedea.dea.DEAProblem
Gets the Upper Bound limit for General Return To Scale DEA Models.
getRTSUpperBound() - Method in class org.opensourcedea.dea.ModelDetails
Gets the Model Return To Scale Upper Bound (rtsUpperBound).
getSlack(int, int) - Method in class org.opensourcedea.dea.DEAProblem
Returns the slack value for the specified DMU and Variable Number.
getSlack(int, int) - Method in class org.opensourcedea.dea.DEAPSolution
Gets the slack value for a specific DMU and a specific variable.
getSlacks(int) - Method in class org.opensourcedea.dea.DEAProblem
Returns the Slacks for the specified DMU.
getSlacks() - Method in class org.opensourcedea.dea.DEAProblem
Returns the Slacks for all the DMUs.
getSlacks(int) - Method in class org.opensourcedea.dea.DEAPSolution
Gets the slack values for the specified DMU.
getSlacks() - Method in class org.opensourcedea.dea.DEAPSolution
Gets all the slack values for all the DMUs.
getSolution() - Method in class org.opensourcedea.dea.DEAProblem
Returns the problem solution.
getStatus() - Method in class org.opensourcedea.dea.DEAPSolution
Gets the Solution Status.
getStatusDescription() - Method in enum org.opensourcedea.dea.RankingType
 
getStatusDescription() - Method in enum org.opensourcedea.dea.SolverReturnStatus
 
getTranspose(boolean) - Method in class org.opensourcedea.dea.DEAProblem
Gets the Transpose of the Data Matrix
getU0Weight(int) - Method in class org.opensourcedea.dea.DEAProblem
Gets the u0 weight for a specific DMU (corresponding to the convexity constraint on variable models).
getU0Weight(int) - Method in class org.opensourcedea.dea.DEAPSolution
Gets the u0 weight of a specific DMU (corresponding to the convexity constraint on variable models).
getU0Weights() - Method in class org.opensourcedea.dea.DEAProblem
Gets the u0 weights for all the DMUs (corresponding to the convexity constraint on variable models).
getU0Weights() - Method in class org.opensourcedea.dea.DEAPSolution
Gets the u0 weights for all DMUs (corresponding to the convexity constraint on variable models).
getuBConvexityConstraintWeight(int) - Method in class org.opensourcedea.dea.DEAProblem
Gets the weight corresponding to the upper bound convexity constraint on general, increasing and decreasing models for a specific DMU.
getuBConvexityConstraintWeight(int) - Method in class org.opensourcedea.dea.DEAPSolution
Gets the weight corresponding to the upper bound convexity constraint on general, increasing and decreasing models for a specific DMU.
getuBConvexityConstraintWeights() - Method in class org.opensourcedea.dea.DEAProblem
Gets the weights corresponding to the upper bound convexity constraint on general, increasing and decreasing models for all DMUs.
getuBConvexityConstraintWeights() - Method in class org.opensourcedea.dea.DEAPSolution
Gets the weight corresponding to the upper bound convexity constraint on general, increasing and decreasing models for all DMUs.
getVariableName(int) - Method in class org.opensourcedea.dea.DEAProblem
Returns the variable name for a specific variable.
getVariableName(int) - Method in class org.opensourcedea.dea.Variable
 
getVariableNames() - Method in class org.opensourcedea.dea.DEAProblem
Returns the Variable Names.
getVariableNames() - Method in class org.opensourcedea.dea.Variable
Gets the names of the variables.
getVariableOrientation() - Method in class org.opensourcedea.dea.DEAProblem
Returns the model variable orientation.
getVariableOrientation(int) - Method in class org.opensourcedea.dea.DEAProblem
 
getVariableOrientation(int) - Method in class org.opensourcedea.dea.Variable
Gets the orientation of a specific variable.
getVariableOrientations() - Method in class org.opensourcedea.dea.Variable
Gets the variables orientation.
getVariableType(int) - Method in class org.opensourcedea.dea.DEAProblem
Gets the Variable type of the Variable specified.
getVariableType(int) - Method in class org.opensourcedea.dea.Variable
Gets the variable type of a specific variable.
getVariableTypeDescription(int) - Method in class org.opensourcedea.dea.Variable
Gets the description of a VariableType for a specific variable.
getVariableTypeName(int) - Method in class org.opensourcedea.dea.Variable
Gets the name of a VariableType for a specific variable.
getVariableTypes() - Method in class org.opensourcedea.dea.DEAProblem
Returns an array of VariableTypes.
getVariableTypes() - Method in class org.opensourcedea.dea.Variable
Gets the variable types for all the variables.
getWeight(int) - Method in class org.opensourcedea.dea.DEAProblem
Returns the weights of the specified DMU.
getWeight(int, int) - Method in class org.opensourcedea.dea.DEAProblem
Returns the specific weight value for the specified DMU and Variable number.
getWeight() - Method in class org.opensourcedea.dea.DEAProblem
Returns the weights for all the DMUs
getWeight(int, int) - Method in class org.opensourcedea.dea.DEAPSolution
Gets a specific weight for a specific DMU.
getWeights() - Method in class org.opensourcedea.dea.DEAPSolution
Gets the all the weights for all the DMUs.
getWeights(int) - Method in class org.opensourcedea.dea.DEAPSolution
Gets the weight for a specific DMU.
A B C D E G I L M N O P R S T V W