Class TreeMapSubstitution

All Implemented Interfaces:
Substitution, Comparable<Substitution>
Direct Known Subclasses:
FreshVarSubstitution

public class TreeMapSubstitution extends AbstractMapBasedSubstitution
An implementation of Susbstitution using a TreeMap
Author:
Clément Sipieter (INRIA) clement@6pi.fr
  • Constructor Details

    • TreeMapSubstitution

      public TreeMapSubstitution()
      Creates an empty tree-map-based substitution.
    • TreeMapSubstitution

      public TreeMapSubstitution(Substitution substitution)
      Creates a substitution initialized from the given substitution.
      Parameters:
      substitution - the substitution to copy
  • Method Details