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
public interface TraversalOptionParent<M,S,E> extends TraversalParent
Describes steps that can be parent to aTraversalfrom theoption()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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddChildOption(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
-
-