Class GraphReference

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

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

      Fields 
      Modifier and Type Field Description
      static Name TYPE_
      Name of the com.gdblab.pathAlgebra.expressions.GraphReference type.
      java.lang.String value  
      static Name VALUE
      Name of the com.gdblab.pathAlgebra.expressions.GraphReference.value field.
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the com.gdblab.pathAlgebra.expressions.GraphReference type.
      • VALUE

        public static final Name VALUE
        Name of the com.gdblab.pathAlgebra.expressions.GraphReference.value field.
      • value

        public final java.lang.String value
    • Constructor Detail

      • GraphReference

        public GraphReference​(java.lang.String value)
        Constructs an immutable GraphReference.
    • 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