Class SubstitutionVisitor

  • All Implemented Interfaces:
    IConstraintTreeVisitor

    public class SubstitutionVisitor
    extends BasicCopyVisitor
    Substitutes variables in a constraint syntax tree by copying the syntax tree. May be reused after calling clear(). #addVariableMapping(AbstractVariable, Variable) takes precedence over #setMappings(Map).
    Author:
    Sizonenko, Holger Eichelberger