Uses of Class
net.ssehub.easy.integration.common.impl.DecisionVariable
-
Packages that use DecisionVariable Package Description net.ssehub.easy.integration.common.impl Defines the a readable interface to IVML/EAsY. -
-
Uses of DecisionVariable in net.ssehub.easy.integration.common.impl
Fields in net.ssehub.easy.integration.common.impl with type parameters of type DecisionVariable Modifier and Type Field Description private java.util.List<DecisionVariable>Model. variablesMethods in net.ssehub.easy.integration.common.impl with parameters of type DecisionVariable Modifier and Type Method Description protected voidModel. add(DecisionVariable variable)Adds a decision variable to this model and updates the cached information.
-