Class DirectedPredicate

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

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

      • TYPE_

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

        public static final Name ELEMENT_VARIABLE_REFERENCE
        Name of the openGql.grammar.DirectedPredicate.elementVariableReference field.
      • DIRECTED_PART

        public static final Name DIRECTED_PART
        Name of the openGql.grammar.DirectedPredicate.directedPart 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 DirectedPredicate withElementVariableReference​(java.lang.String elementVariableReference)
        Returns a copy of this DirectedPredicate with elementVariableReference replaced.