Uses of Class
net.ssehub.easy.varModel.cstEvaluation.VariableAccessor
-
Packages that use VariableAccessor Package Description net.ssehub.easy.varModel.cstEvaluation Implements the evaluation of constraint syntax trees. -
-
Uses of VariableAccessor in net.ssehub.easy.varModel.cstEvaluation
Fields in net.ssehub.easy.varModel.cstEvaluation declared as VariableAccessor Modifier and Type Field Description private VariableAccessorEvaluationVisitor.ContainerIterationExecutor. resultVarFields in net.ssehub.easy.varModel.cstEvaluation with type parameters of type VariableAccessor Modifier and Type Field Description static Pool<VariableAccessor>VariableAccessor. POOLMethods in net.ssehub.easy.varModel.cstEvaluation that return VariableAccessor Modifier and Type Method Description VariableAccessorVariableAccessor. bind(IDecisionVariable variable, EvaluationContext context)Binds the accessor to the given (non-local) variable and context.VariableAccessorVariableAccessor. bind(IDecisionVariable variable, EvaluationContext context, boolean isLocal)Binds the accessor to the given (local or non-local) variable and context.VariableAccessorVariableAccessor. bind(AbstractVariable variable, EvaluationContext context)Binds the accessor to the given variable and context.Methods in net.ssehub.easy.varModel.cstEvaluation with parameters of type VariableAccessor Modifier and Type Method Description private booleanEvaluationVisitor. executeContainerIteration(ContainerOperationCall call, LocalDecisionVariable[] declarators, int iterCount, VariableAccessor resultVar, IIteratorEvaluator evaluator)Executes the container iteration.Constructors in net.ssehub.easy.varModel.cstEvaluation with parameters of type VariableAccessor Constructor Description ContainerIterationExecutor(ContainerOperationCall call, LocalDecisionVariable[] declarators, VariableAccessor resultVar, IIteratorEvaluator evaluator)Creates a container iteration executor with own context.
-