Class NodePropertyRef

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

    public class NodePropertyRef
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<NodePropertyRef>
    Reference to a node property: node.property
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the com.gdblab.pathAlgebra.expressions.NodePropertyRef type.
      • ELEMENT

        public static final Name ELEMENT
        Name of the com.gdblab.pathAlgebra.expressions.NodePropertyRef.element field.
      • PROPERTY

        public static final Name PROPERTY
        Name of the com.gdblab.pathAlgebra.expressions.NodePropertyRef.property field.
      • property

        public final java.lang.String property
    • Constructor Detail

      • NodePropertyRef

        public NodePropertyRef​(PathElement element,
                               java.lang.String property)
        Constructs an immutable NodePropertyRef.
    • 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