Class PartProj

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<PartProj>
    Direct Known Subclasses:
    PartProj.All, PartProj.Limited

    public abstract class PartProj
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<PartProj>
    The path-count projection of a path query: all paths, or a limited number
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the com.gdblab.pathAlgebra.syntax.PartProj type.
      • ALL

        public static final Name ALL
        Name of the com.gdblab.pathAlgebra.syntax.PartProj.all field.
      • LIMITED

        public static final Name LIMITED
        Name of the com.gdblab.pathAlgebra.syntax.PartProj.limited field.
    • Method Detail

      • accept

        public abstract <R> R accept​(PartProj.Visitor<R> visitor)
        Dispatch to visitor.
      • hydraOrdinal

        public abstract int hydraOrdinal()