Class LabeledPredicate

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

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

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.LabeledPredicate type.
      • ELEMENT_VARIABLE_REFERENCE

        public static final Name ELEMENT_VARIABLE_REFERENCE
        Name of the openGql.grammar.LabeledPredicate.elementVariableReference field.
      • LABELED_PART

        public static final Name LABELED_PART
        Name of the openGql.grammar.LabeledPredicate.labeledPart field.
      • elementVariableReference

        public final java.lang.String elementVariableReference
    • 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
      • withElementVariableReference

        public LabeledPredicate withElementVariableReference​(java.lang.String elementVariableReference)
        Returns a copy of this LabeledPredicate with elementVariableReference replaced.