Class PathQuery

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

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

      • TYPE_

        public static final Name TYPE_
        Name of the com.gdblab.pathAlgebra.syntax.PathQuery type.
      • PROJECTION

        public static final Name PROJECTION
        Name of the com.gdblab.pathAlgebra.syntax.PathQuery.projection field.
      • RESTRICTOR_EXT

        public static final Name RESTRICTOR_EXT
        Name of the com.gdblab.pathAlgebra.syntax.PathQuery.restrictorExt field.
      • PATH_PATTERN

        public static final Name PATH_PATTERN
        Name of the com.gdblab.pathAlgebra.syntax.PathQuery.pathPattern field.
      • GROUP_BY

        public static final Name GROUP_BY
        Name of the com.gdblab.pathAlgebra.syntax.PathQuery.groupBy field.
      • ORDER_BY

        public static final Name ORDER_BY
        Name of the com.gdblab.pathAlgebra.syntax.PathQuery.orderBy 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​(PathQuery other)
        Specified by:
        compareTo in interface java.lang.Comparable<PathQuery>