Uses of Class
net.ssehub.easy.varModel.cstEvaluation.EvaluationVisitor
Packages that use EvaluationVisitor
Package
Description
This package represents a specific variability model configuration.
Implements the evaluation of constraint syntax trees.
This package contains utility classes for filtering the model for specific model elements.
-
Uses of EvaluationVisitor in net.ssehub.easy.varModel.confModel
Fields in net.ssehub.easy.varModel.confModel declared as EvaluationVisitorModifier and TypeFieldDescriptionprotected EvaluationVisitorAssignmentResolver.evaluatorprivate EvaluationVisitorDefaultValueHelper.evaluatorMethods in net.ssehub.easy.varModel.confModel that return EvaluationVisitorModifier and TypeMethodDescriptionprotected EvaluationVisitorAssignmentResolver.createEvaluationVisitor()Factory method for creating the evaluation visitor.Methods in net.ssehub.easy.varModel.confModel with parameters of type EvaluationVisitorModifier and TypeMethodDescriptionprivate static ValueAssignmentResolver.augmentValue(Value value, IDecisionVariable variable, EvaluationVisitor evaluator, IConfiguration config, AssignmentResolver conflictHandler) If a value of a refined compound shall the first time be assigned to a variable of a super compound (polymorphic values), then also the default values of the refined compounds shall be taken into account and augment the value.static booleanAssignmentResolver.resolveDefaultValue(IDecisionVariable variable, EvaluationVisitor evaluator) Resolves default values of a particular variable.protected static booleanAssignmentResolver.resolveDefaultValueForDeclaration(AbstractVariable decl, IDecisionVariable variable, EvaluationVisitor evaluator, IConfiguration config, AssignmentResolver conflictHandler) Resolves default values of a particular declaration. -
Uses of EvaluationVisitor in net.ssehub.easy.varModel.cstEvaluation
Fields in net.ssehub.easy.varModel.cstEvaluation declared as EvaluationVisitorModifier and TypeFieldDescriptionprivate EvaluationVisitorFreezeEvaluator.evalprivate EvaluationVisitorConstantValueResolver.evaluatorConstructors in net.ssehub.easy.varModel.cstEvaluation with parameters of type EvaluationVisitorModifierConstructorDescription(package private)ConstantValueResolver(EvaluationVisitor evaluator) Creates a resolver instance. -
Uses of EvaluationVisitor in net.ssehub.easy.varModel.model.filter
Fields in net.ssehub.easy.varModel.model.filter declared as EvaluationVisitorModifier and TypeFieldDescriptionprivate EvaluationVisitorAbstractStateVariablesInConstraintFinder.evaluatorMethods in net.ssehub.easy.varModel.model.filter that return EvaluationVisitorModifier and TypeMethodDescriptionprotected EvaluationVisitorAbstractStateVariablesInConstraintFinder.getEvaluator()Returns the evaluator.