Interface DecisionVariableProvider
-
- All Known Implementing Classes:
AasIvmlMapper,AbstractIvmlModifier
public interface DecisionVariableProviderProvides access to decision variables.- Author:
- Holger Eichelberger, SSE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description net.ssehub.easy.varModel.confModel.IDecisionVariablegetVariable(java.lang.String varName)Returns a decision variable for a given variable name.
-
-
-
Method Detail
-
getVariable
net.ssehub.easy.varModel.confModel.IDecisionVariable getVariable(java.lang.String varName) throws java.util.concurrent.ExecutionExceptionReturns a decision variable for a given variable name.- Parameters:
varName- the variable name- Returns:
- the associated decision variable, may be null for node
- Throws:
java.util.concurrent.ExecutionException- if retrieving the node fails
-
-