All Superinterfaces:
AutoCloseable , Cloneable , Configuring , Iterator <Traverser.Admin <E>>, Parameterizing , PopContaining , Serializable , Step <S,E> , TraversalParent
All Known Implementing Classes:
CallStep , CallStepPlaceholder
Field Summary
Fields
Concrete implementations of this contract that can be referenced as TinkerPop implementations.
Method Summary
All Methods Instance Methods Abstract Methods Default Methods
void
Reset the state of the step such that it has no incoming starts.
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.Configuring
configure
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.Step
addLabel , addStart , addStarts , clearLabels , clone , equals , getId , getLabels , getNextStep , getPreviousStep , getRequirements , getTraversal , hasStarts , removeLabel , setId , setNextStep , setPreviousStep , setTraversal
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.TraversalParent
addGlobalChild , addLocalChild , asStep , close , getGlobalChildren , getLocalChildren , getPopInstructions , getSelfAndChildRequirements , integrateChild , removeGlobalChild , removeLocalChild , replaceLocalChild
Field Details
CONCRETE_STEPS
Concrete implementations of this contract that can be referenced as TinkerPop implementations.
Method Details
getStaticParamsAsGValue
default GValue <Map > getStaticParamsAsGValue ()
reset
void reset ()
Description copied from interface: Step
Reset the state of the step such that it has no incoming starts.
Internal states are to be reset, but any sideEffect data structures are not to be recreated.
Specified by:
reset in interface Step <S ,E >