Class P_Mod

All Implemented Interfaces:
Path

public class P_Mod extends P_Path1
Path element of the form {,N} {N,} {N,M} but not {N}
  • Field Details

  • Constructor Details

    • P_Mod

      public P_Mod(Path path, long min, long max)
  • Method Details

    • visit

      public void visit(PathVisitor visitor)
    • getMin

      public long getMin()
    • getMax

      public long getMax()
    • hashCode

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

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

      public boolean isFixedLength()
    • getFixedLength

      public long getFixedLength()
    • isZeroOrMore

      public boolean isZeroOrMore()
    • isOneOrMore

      public boolean isOneOrMore()
    • isZeroOrOne

      public boolean isZeroOrOne()