Package hydra.paths

Class SubtermPath

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<SubtermPath>

    public class SubtermPath
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<SubtermPath>
    A sequence of subterm steps forming a path through a term
    See Also:
    Serialized Form
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • compareTo

        public int compareTo​(SubtermPath other)
        Specified by:
        compareTo in interface java.lang.Comparable<SubtermPath>