Class PropertySource.NodeProperty
- java.lang.Object
-
- com.gdblab.pathAlgebra.expressions.PropertySource
-
- com.gdblab.pathAlgebra.expressions.PropertySource.NodeProperty
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<PropertySource>
- Enclosing class:
- PropertySource
public static final class PropertySource.NodeProperty extends PropertySource implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.gdblab.pathAlgebra.expressions.PropertySource
PropertySource.EdgeProperty, PropertySource.NodeProperty, PropertySource.PartialVisitor<R>, PropertySource.PathProperty, PropertySource.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description NodePropertyRefvalue-
Fields inherited from class com.gdblab.pathAlgebra.expressions.PropertySource
EDGE_PROPERTY, NODE_PROPERTY, PATH_PROPERTY, TYPE_
-
-
Constructor Summary
Constructors Constructor Description NodeProperty(NodePropertyRef value)Constructs an immutablePropertySource.NodeProperty.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(PropertySource.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(PropertySource other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final NodePropertyRef value
-
-
Constructor Detail
-
NodeProperty
public NodeProperty(NodePropertyRef value)
Constructs an immutablePropertySource.NodeProperty.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(PropertySource other)
- Specified by:
compareToin interfacejava.lang.Comparable<PropertySource>
-
accept
public <R> R accept(PropertySource.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classPropertySource
-
-