Uses of Class
net.ssehub.easy.varModel.cstEvaluation.LocalDecisionVariable
-
Packages that use LocalDecisionVariable Package Description net.ssehub.easy.reasoning.sseReasoner Package contains the EASy-Producer reasoner implementation classes.net.ssehub.easy.varModel.cstEvaluation Implements the evaluation of constraint syntax trees. -
-
Uses of LocalDecisionVariable in net.ssehub.easy.reasoning.sseReasoner
Methods in net.ssehub.easy.reasoning.sseReasoner with parameters of type LocalDecisionVariable Modifier and Type Method Description voidResolver. localVariableCreated(LocalDecisionVariable var)voidResolver. localVariableDisposed(LocalDecisionVariable var) -
Uses of LocalDecisionVariable in net.ssehub.easy.varModel.cstEvaluation
Fields in net.ssehub.easy.varModel.cstEvaluation declared as LocalDecisionVariable Modifier and Type Field Description private LocalDecisionVariable[]EvaluationVisitor.ContainerIterationExecutor. declaratorsMethods in net.ssehub.easy.varModel.cstEvaluation that return LocalDecisionVariable Modifier and Type Method Description private LocalDecisionVariableEvaluationVisitor. addLocalVariable(LocalConfiguration cfg, DecisionVariableDeclaration decl, ConstraintSyntaxTree initEx, boolean notify)Adds a new local decision variable based ondecltocfg.Methods in net.ssehub.easy.varModel.cstEvaluation with parameters of type LocalDecisionVariable Modifier and Type Method Description CompoundSlotAccessorCompoundSlotAccessor. bind(LocalDecisionVariable variable, java.lang.String slotName, EvaluationContext context)Binds the accessor to the given variable and context.(package private) voidEvaluationVisitor. disposeLocalVariable(LocalDecisionVariable var)Notifies the resolution listener about disposing a local variable.(package private) voidEvaluationVisitor. disposeLocalVariables(LocalDecisionVariable[] vars)Notifies the resolution listener about disposing several local variables.private booleanEvaluationVisitor. executeContainerIteration(ContainerOperationCall call, LocalDecisionVariable[] declarators, int iterCount, VariableAccessor resultVar, IIteratorEvaluator evaluator)Executes the container iteration.private booleanEvaluationVisitor.ContainerIterationExecutor. initialize(ContainerValue[] containers, LocalDecisionVariable[] declarators)Initialize the container iterators for a container iteration.voidIResolutionListener. localVariableCreated(LocalDecisionVariable var)Is called when a local variable is created as part of container operation evaluation or let-evaluation.voidIResolutionListener. localVariableDisposed(LocalDecisionVariable var)Is called when a local variable is disposed as part of container operation evaluation or let-evaluation.Constructors in net.ssehub.easy.varModel.cstEvaluation with parameters of type LocalDecisionVariable Constructor Description ContainerIterationExecutor(ContainerOperationCall call, LocalDecisionVariable[] declarators, VariableAccessor resultVar, IIteratorEvaluator evaluator)Creates a container iteration executor with own context.
-