Class PathPropertyRef.EndNode
- java.lang.Object
-
- com.gdblab.pathAlgebra.expressions.PathPropertyRef
-
- com.gdblab.pathAlgebra.expressions.PathPropertyRef.EndNode
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<PathPropertyRef>
- Enclosing class:
- PathPropertyRef
public static final class PathPropertyRef.EndNode extends PathPropertyRef implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.gdblab.pathAlgebra.expressions.PathPropertyRef
PathPropertyRef.EndNode, PathPropertyRef.Length, PathPropertyRef.PartialVisitor<R>, PathPropertyRef.StartNode, PathPropertyRef.Visitor<R>
-
-
Field Summary
-
Fields inherited from class com.gdblab.pathAlgebra.expressions.PathPropertyRef
END_NODE, LENGTH, START_NODE, TYPE_
-
-
Constructor Summary
Constructors Constructor Description EndNode()Constructs an immutablePathPropertyRef.EndNode.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(PathPropertyRef.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(PathPropertyRef other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Constructor Detail
-
EndNode
public EndNode()
Constructs an immutablePathPropertyRef.EndNode.
-
-
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(PathPropertyRef other)
- Specified by:
compareToin interfacejava.lang.Comparable<PathPropertyRef>
-
accept
public <R> R accept(PathPropertyRef.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classPathPropertyRef
-
-