Uses of Class
net.ssehub.easy.varModel.cstEvaluation.VariableAccessor
Packages that use VariableAccessor
Package
Description
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 VariableAccessorModifier and TypeFieldDescriptionprivate VariableAccessorEvaluationVisitor.ContainerIterationExecutor.resultVarFields in net.ssehub.easy.varModel.cstEvaluation with type parameters of type VariableAccessorModifier and TypeFieldDescriptionstatic final net.ssehub.easy.basics.pool.Pool<VariableAccessor> VariableAccessor.POOLMethods in net.ssehub.easy.varModel.cstEvaluation that return VariableAccessorModifier and TypeMethodDescriptionVariableAccessor.bind(IDecisionVariable variable, EvaluationContext context) Binds the accessor to the given (non-local) variable and context.VariableAccessor.bind(IDecisionVariable variable, EvaluationContext context, boolean isLocal) Binds the accessor to the given (local or non-local) variable and context.VariableAccessor.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 VariableAccessorModifier and TypeMethodDescriptionprivate 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 VariableAccessorModifierConstructorDescriptionprivateContainerIterationExecutor(ContainerOperationCall call, LocalDecisionVariable[] declarators, VariableAccessor resultVar, IIteratorEvaluator evaluator) Creates a container iteration executor with own context.