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}
    • Constructor Detail

      • P_Mod

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

      • getMin

        public long getMin()
      • getMax

        public long getMax()
      • isFixedLength

        public boolean isFixedLength()
      • getFixedLength

        public long getFixedLength()
      • isZeroOrMore

        public boolean isZeroOrMore()
      • isOneOrMore

        public boolean isOneOrMore()
      • isZeroOrOne

        public boolean isZeroOrOne()