Uses of Class
net.ssehub.easy.varModel.cst.BasicCopyVisitor
-
Packages that use BasicCopyVisitor Package Description net.ssehub.easy.reasoning.sseReasoner.model Package for creating a reasoning model: constraint container, project hierachy evaluator and other.net.ssehub.easy.varModel.cst Package for elements of the constraint syntax tree.net.ssehub.easy.varModel.model.rewrite Classes for creating an (adapted) copy of theProject. -
-
Uses of BasicCopyVisitor in net.ssehub.easy.reasoning.sseReasoner.model
Subclasses of BasicCopyVisitor in net.ssehub.easy.reasoning.sseReasoner.model Modifier and Type Class Description classSubstitutionVisitorSubstitutes variables in a constraint syntax tree by copying the syntax tree. -
Uses of BasicCopyVisitor in net.ssehub.easy.varModel.cst
Subclasses of BasicCopyVisitor in net.ssehub.easy.varModel.cst Modifier and Type Class Description classCopyVisitorCopies a constraint syntax tree possibly mapping the variables. -
Uses of BasicCopyVisitor in net.ssehub.easy.varModel.model.rewrite
Subclasses of BasicCopyVisitor in net.ssehub.easy.varModel.model.rewrite Modifier and Type Class Description (package private) classCSTCopyVisitorSpecialCopyVisitoras needed by theProjectCopyVisitor.
-