Class Unifier.Variable

  • All Implemented Interfaces:
    java.lang.Comparable<Unifier.Variable>, Unifier.Term
    Enclosing class:
    Unifier

    public static final class Unifier.Variable
    extends java.lang.Object
    implements Unifier.Term, java.lang.Comparable<Unifier.Variable>
    A variable that represents a symbol or a sequence; unification's task is to find the substitutions for such variables.