Uses of Class
net.ssehub.easy.reasoning.sseReasoner.model.VariablesMap
-
Packages that use VariablesMap Package Description net.ssehub.easy.reasoning.sseReasoner Package contains the EASy-Producer reasoner implementation classes.net.ssehub.easy.reasoning.sseReasoner.model Package for creating a reasoning model: constraint container, project hierachy evaluator and other. -
-
Uses of VariablesMap in net.ssehub.easy.reasoning.sseReasoner
Fields in net.ssehub.easy.reasoning.sseReasoner declared as VariablesMap Modifier and Type Field Description private VariablesMapResolver.ReasonerState. variablesMapprivate VariablesMapResolver. variablesMap -
Uses of VariablesMap in net.ssehub.easy.reasoning.sseReasoner.model
Fields in net.ssehub.easy.reasoning.sseReasoner.model declared as VariablesMap Modifier and Type Field Description private VariablesMapVariablesInNotSimpleAssignmentConstraintsFinder. constraintMapMethods in net.ssehub.easy.reasoning.sseReasoner.model with parameters of type VariablesMap Modifier and Type Method Description voidVariablesMap. copyFrom(VariablesMap map)Copies all registrations frommap.Constructors in net.ssehub.easy.reasoning.sseReasoner.model with parameters of type VariablesMap Constructor Description VariablesInNotSimpleAssignmentConstraintsFinder(VariablesMap constraintMap)Creates a visitor instance.
-