Interface TraversalOptionParent<M,S,E>
- All Superinterfaces:
AutoCloseable,PopContaining,TraversalParent
- All Known Subinterfaces:
MergeStepContract<S,E, C>
- All Known Implementing Classes:
AbstractMergeElementStepPlaceholder,BranchStep,ChooseStep,MergeEdgeStep,MergeEdgeStepPlaceholder,MergeElementStep,MergeVertexStep,MergeVertexStepPlaceholder,UnionStep
Describes steps that can be parent to a
Traversal from the option() modulator.- Author:
- Marko A. Rodriguez (http://markorodriguez.com)
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.PopContaining
PopContaining.PopInstruction -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChildOption(M token, Traversal.Admin<S, E> traversalOption) Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.TraversalParent
addGlobalChild, addLocalChild, asStep, close, getGlobalChildren, getLocalChildren, getPopInstructions, getSelfAndChildRequirements, integrateChild, removeGlobalChild, removeLocalChild, replaceLocalChild
-
Method Details
-
addChildOption
-