Class SelectGraphMatch

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

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

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.SelectGraphMatch type.
      • GRAPH_EXPRESSION

        public static final Name GRAPH_EXPRESSION
        Name of the openGql.grammar.SelectGraphMatch.graphExpression field.
      • MATCH_STATEMENT

        public static final Name MATCH_STATEMENT
        Name of the openGql.grammar.SelectGraphMatch.matchStatement 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