Class GroupBy

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<GroupBy>

    public class GroupBy
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<GroupBy>
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Name TYPE_
      Name of the com.gdblab.pathAlgebra.syntax.GroupBy type.
      GroupByOption value  
      static Name VALUE
      Name of the com.gdblab.pathAlgebra.syntax.GroupBy.value field.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(GroupBy other)  
      boolean equals​(java.lang.Object other)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the com.gdblab.pathAlgebra.syntax.GroupBy type.
      • VALUE

        public static final Name VALUE
        Name of the com.gdblab.pathAlgebra.syntax.GroupBy.value field.
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • compareTo

        public int compareTo​(GroupBy other)
        Specified by:
        compareTo in interface java.lang.Comparable<GroupBy>