Class EdgePropertyRef

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

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

      • TYPE_

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

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

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

        public final java.lang.String property
    • Constructor Detail

      • EdgePropertyRef

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