Uses of Class
net.ssehub.easy.reasoning.sseReasoner.model.VariablesMap
Packages that use VariablesMap
Package
Description
Package contains the EASy-Producer reasoner implementation classes.
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 VariablesMapModifier and TypeFieldDescriptionprivate 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 VariablesMapModifier and TypeFieldDescriptionprivate VariablesMapVariablesInNotSimpleAssignmentConstraintsFinder.constraintMapMethods in net.ssehub.easy.reasoning.sseReasoner.model with parameters of type VariablesMapModifier and TypeMethodDescriptionvoidVariablesMap.copyFrom(VariablesMap map) Copies all registrations frommap.Constructors in net.ssehub.easy.reasoning.sseReasoner.model with parameters of type VariablesMapModifierConstructorDescriptionVariablesInNotSimpleAssignmentConstraintsFinder(VariablesMap constraintMap) Creates a visitor instance.