Uses of Class
net.ssehub.easy.reasoning.sseReasoner.Resolver.DefaultConstraints
-
Packages that use Resolver.DefaultConstraints Package Description net.ssehub.easy.reasoning.sseReasoner Package contains the EASy-Producer reasoner implementation classes. -
-
Uses of Resolver.DefaultConstraints in net.ssehub.easy.reasoning.sseReasoner
Fields in net.ssehub.easy.reasoning.sseReasoner declared as Resolver.DefaultConstraints Modifier and Type Field Description private Resolver.DefaultConstraintsResolver. defaultConstraintsMethods in net.ssehub.easy.reasoning.sseReasoner that return Resolver.DefaultConstraints Modifier and Type Method Description private Resolver.DefaultConstraintsResolver.DefaultConstraints. initialize()Initializes this instance with defaults, i.e., new constraint lists.Methods in net.ssehub.easy.reasoning.sseReasoner with parameters of type Resolver.DefaultConstraints Modifier and Type Method Description private voidResolver. addDefaultConstraint(AbstractVariable decl, ConstraintSyntaxTree defaultValue, Resolver.DefaultConstraints tmp, boolean enable, IDecisionVariable var)Adds a default constraint.private DefaultConstraintResolver. transfer(DefaultConstraint constraint, Resolver.DefaultConstraints tmp, boolean enable)Temporarily transfers the default constraint lists betweenResolver.defaultConstraintsandtmp.
-