RISC JKU

at.jku.risc.stout.nau.algo

Class Substitution

  • All Implemented Interfaces:
    Cloneable


    public class Substitution
    extends Object
    implements Cloneable
    This class represents a substitution, which is a mapping from variables to nominal terms.
    It is used inside the rule based system AntiUnifySystem to compute generalizations for given AntiUnifyProblems. In this case, the left hand side of the mapping is the generalization variable of an anti-unification problem (AUP) and the right hand side is the generalization computed so far.
    Author:
    Alexander Baumgartner
    • Field Detail

      • RAN_PRINT_SEPARATOR

        public static String RAN_PRINT_SEPARATOR
        Default = "; "
      • SIGMA_END

        public static String SIGMA_END
        Default = "} "
      • SIGMA_MAPTO

        public static String SIGMA_MAPTO
        Default = " -> "
      • SIGMA_START

        public static String SIGMA_START
        Default = "{"
    • Constructor Detail

      • Substitution

        public Substitution()