Class GroupProj

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

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

      • TYPE_

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

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

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

      • accept

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

        public abstract int hydraOrdinal()