Class P_FixedLength

All Implemented Interfaces:
Path

public class P_FixedLength extends P_Path1
  • Constructor Details

    • P_FixedLength

      public P_FixedLength(Path p, long count)
  • Method Details

    • equalTo

      public boolean equalTo(Path path2, NodeIsomorphismMap isoMap)
      Specified by:
      equalTo in interface Path
      Specified by:
      equalTo in class PathBase
    • getCount

      public long getCount()
    • hasZeroLengthComponent

      public boolean hasZeroLengthComponent()
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in class PathBase
    • visit

      public void visit(PathVisitor visitor)