Interface TraversalOptionParent<M,S,E>
- 
- All Superinterfaces:
- AutoCloseable,- TraversalParent
 - All Known Implementing Classes:
- BranchStep,- ChooseStep,- MergeEdgeStep,- MergeStep,- MergeVertexStep,- 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)
 
- 
- 
Method SummaryAll 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.TraversalParentaddGlobalChild, addLocalChild, asStep, close, getGlobalChildren, getLocalChildren, getSelfAndChildRequirements, integrateChild, removeGlobalChild, removeLocalChild, replaceLocalChild
 
- 
 
-