Uses of Class
net.ssehub.easy.varModel.confModel.AssignmentResolver
Packages that use AssignmentResolver
Package
Description
This package represents a specific variability model configuration.
-
Uses of AssignmentResolver in net.ssehub.easy.varModel.confModel
Methods in net.ssehub.easy.varModel.confModel with parameters of type AssignmentResolverModifier 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.protected static booleanAssignmentResolver.resolveDefaultValueForDeclaration(AbstractVariable decl, IDecisionVariable variable, EvaluationVisitor evaluator, IConfiguration config, AssignmentResolver conflictHandler) Resolves default values of a particular declaration.