Package org.umlg.sqlg.sql.parse
Record Class RecursiveRepeatStepConfig
java.lang.Object
java.lang.Record
org.umlg.sqlg.sql.parse.RecursiveRepeatStepConfig
public record RecursiveRepeatStepConfig(org.apache.tinkerpop.gremlin.structure.Direction direction, String edge, boolean includeEdge, ReplacedStepTree<org.apache.tinkerpop.gremlin.structure.Vertex,org.apache.tinkerpop.gremlin.structure.Vertex> untilReplacedStepTree, boolean hasNotStepForPathTraversal, boolean hasLoopAndIsStep)
extends Record
-
Constructor Summary
ConstructorDescriptionRecursiveRepeatStepConfig
(org.apache.tinkerpop.gremlin.structure.Direction direction, String edge, boolean includeEdge, ReplacedStepTree<org.apache.tinkerpop.gremlin.structure.Vertex, org.apache.tinkerpop.gremlin.structure.Vertex> untilReplacedStepTree, boolean hasNotStepForPathTraversal, boolean hasLoopAndIsStep) Creates an instance of aRecursiveRepeatStepConfig
record class. -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.tinkerpop.gremlin.structure.Direction
Returns the value of thedirection
record component.edge()
Returns the value of theedge
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.boolean
Returns the value of thehasLoopAndIsStep
record component.boolean
Returns the value of thehasNotStepForPathTraversal
record component.boolean
Returns the value of theincludeEdge
record component.final String
toString()
Returns a string representation of this record class.ReplacedStepTree<org.apache.tinkerpop.gremlin.structure.Vertex,
org.apache.tinkerpop.gremlin.structure.Vertex> Returns the value of theuntilReplacedStepTree
record component.
-
Constructor Details
-
RecursiveRepeatStepConfig
public RecursiveRepeatStepConfig(org.apache.tinkerpop.gremlin.structure.Direction direction, String edge, boolean includeEdge, ReplacedStepTree<org.apache.tinkerpop.gremlin.structure.Vertex, org.apache.tinkerpop.gremlin.structure.Vertex> untilReplacedStepTree, boolean hasNotStepForPathTraversal, boolean hasLoopAndIsStep) Creates an instance of aRecursiveRepeatStepConfig
record class.- Parameters:
direction
- the value for thedirection
record componentedge
- the value for theedge
record componentincludeEdge
- the value for theincludeEdge
record componentuntilReplacedStepTree
- the value for theuntilReplacedStepTree
record componenthasNotStepForPathTraversal
- the value for thehasNotStepForPathTraversal
record componenthasLoopAndIsStep
- the value for thehasLoopAndIsStep
record component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared withObjects::equals(Object,Object)
; primitive components are compared with '=='. -
direction
public org.apache.tinkerpop.gremlin.structure.Direction direction()Returns the value of thedirection
record component.- Returns:
- the value of the
direction
record component
-
edge
Returns the value of theedge
record component.- Returns:
- the value of the
edge
record component
-
includeEdge
public boolean includeEdge()Returns the value of theincludeEdge
record component.- Returns:
- the value of the
includeEdge
record component
-
untilReplacedStepTree
public ReplacedStepTree<org.apache.tinkerpop.gremlin.structure.Vertex,org.apache.tinkerpop.gremlin.structure.Vertex> untilReplacedStepTree()Returns the value of theuntilReplacedStepTree
record component.- Returns:
- the value of the
untilReplacedStepTree
record component
-
hasNotStepForPathTraversal
public boolean hasNotStepForPathTraversal()Returns the value of thehasNotStepForPathTraversal
record component.- Returns:
- the value of the
hasNotStepForPathTraversal
record component
-
hasLoopAndIsStep
public boolean hasLoopAndIsStep()Returns the value of thehasLoopAndIsStep
record component.- Returns:
- the value of the
hasLoopAndIsStep
record component
-