Uses of Class
net.ssehub.easy.reasoning.sseReasoner.model.SubstitutionVisitor
Packages that use SubstitutionVisitor
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 SubstitutionVisitor in net.ssehub.easy.reasoning.sseReasoner
Fields in net.ssehub.easy.reasoning.sseReasoner declared as SubstitutionVisitor -
Uses of SubstitutionVisitor in net.ssehub.easy.reasoning.sseReasoner.model
Fields in net.ssehub.easy.reasoning.sseReasoner.model declared as SubstitutionVisitorMethods in net.ssehub.easy.reasoning.sseReasoner.model that return SubstitutionVisitorModifier and TypeMethodDescriptionSubstitutionVisitor.addVariableMapping(net.ssehub.easy.varModel.model.AbstractVariable orig, net.ssehub.easy.varModel.cst.ConstraintSyntaxTree ex) Adds a variable mapping to be considered during substitution.SubstitutionVisitor.addVariableMapping(net.ssehub.easy.varModel.model.AbstractVariable orig, net.ssehub.easy.varModel.model.AbstractVariable dest, int derefCount) Adds a variable mapping to be considered during substitution.SubstitutionVisitor.clearVariableMapping()Clears the entire variable mapping.SubstitutionVisitor.clearVariableMapping(net.ssehub.easy.varModel.model.AbstractVariable var) Clears the mapping for a given variable.SubstitutionVisitor.setSelf(net.ssehub.easy.varModel.cst.ConstraintSyntaxTree selfEx) Defines self in terms of an expression.SubstitutionVisitor.setSelf(net.ssehub.easy.varModel.model.AbstractVariable self) Defines self in terms of a variable declaration.