Uses of Class
net.ssehub.easy.varModel.cstEvaluation.CompoundSlotAccessor
-
Packages that use CompoundSlotAccessor Package Description net.ssehub.easy.varModel.cstEvaluation Implements the evaluation of constraint syntax trees. -
-
Uses of CompoundSlotAccessor in net.ssehub.easy.varModel.cstEvaluation
Fields in net.ssehub.easy.varModel.cstEvaluation with type parameters of type CompoundSlotAccessor Modifier and Type Field Description static Pool<CompoundSlotAccessor>CompoundSlotAccessor. POOLMethods in net.ssehub.easy.varModel.cstEvaluation that return CompoundSlotAccessor Modifier and Type Method Description CompoundSlotAccessorCompoundSlotAccessor. bind(IDecisionVariable variable, java.lang.String slotName, EvaluationContext context)Binds the accessor to the given variable and context.CompoundSlotAccessorCompoundSlotAccessor. bind(LocalDecisionVariable variable, java.lang.String slotName, EvaluationContext context)Binds the accessor to the given variable and context.
-