Class QueryExpression

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

    public class QueryExpression
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<QueryExpression>
    Complete query with path algebra and result projection
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the com.gdblab.pathAlgebra.expressions.QueryExpression type.
      • PATH_EXPRESSION

        public static final Name PATH_EXPRESSION
        Name of the com.gdblab.pathAlgebra.expressions.QueryExpression.pathExpression field.
      • RESULT_PROJECTION

        public static final Name RESULT_PROJECTION
        Name of the com.gdblab.pathAlgebra.expressions.QueryExpression.resultProjection 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