Class PathProj

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

    public abstract class PathProj
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<PathProj>
    The path 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.PathProj type.
      • ALL

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

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

      • accept

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

        public abstract int hydraOrdinal()