Uses of Class
net.ssehub.easy.varModel.cstEvaluation.ConstantAccessor
-
Packages that use ConstantAccessor Package Description net.ssehub.easy.varModel.cstEvaluation Implements the evaluation of constraint syntax trees. -
-
Uses of ConstantAccessor in net.ssehub.easy.varModel.cstEvaluation
Fields in net.ssehub.easy.varModel.cstEvaluation with type parameters of type ConstantAccessor Modifier and Type Field Description static Pool<ConstantAccessor>ConstantAccessor. POOLMethods in net.ssehub.easy.varModel.cstEvaluation that return ConstantAccessor Modifier and Type Method Description ConstantAccessorConstantAccessor. bind(Value value, boolean isConstant, EvaluationContext context)Binds the accessor to the given value and context.
-