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 aTraversal
from theoption()
modulator.- Author:
- Marko A. Rodriguez (http://markorodriguez.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addChildOption(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, getSelfAndChildRequirements, integrateChild, removeGlobalChild, removeLocalChild, replaceLocalChild
-
-