Class FreshVariableImpl

java.lang.Object
fr.inria.rules.integraal.model.logicalElements.impl.VariableImpl
fr.inria.rules.integraal.model.logicalElements.impl.FreshVariableImpl
All Implemented Interfaces:
fr.inria.rules.dlgpemodel.api.elems.ITerm, fr.inria.rules.dlgpemodel.api.elems.IVariable, fr.inria.rules.dlgpemodel.api.sentences.IPrintable, Standardizable, Substitutable<Term>, Term, Variable

public class FreshVariableImpl extends VariableImpl
A fresh variable is guaranteed not to compare equal to previously created variables.
Author:
Florent Tornil
  • Constructor Details

    • FreshVariableImpl

      public FreshVariableImpl(String label)
      Creates a fresh variable with the provided label.
      Parameters:
      label - the label
  • Method Details