Uses of Interface
org.apache.tinkerpop.gremlin.process.traversal.step.TraversalOptionParent
Packages that use TraversalOptionParent
Package
Description
-
Uses of TraversalOptionParent in org.apache.tinkerpop.gremlin.process.traversal.step.branch
Classes in org.apache.tinkerpop.gremlin.process.traversal.step.branch that implement TraversalOptionParentModifier and TypeClassDescriptionclassBranchStep<S,E, M> final classChooseStep<S,E, M> A step which offers a choice of two or more Traversals to take.classUnionStep<S,E> -
Uses of TraversalOptionParent in org.apache.tinkerpop.gremlin.process.traversal.step.map
Subinterfaces of TraversalOptionParent in org.apache.tinkerpop.gremlin.process.traversal.step.mapClasses in org.apache.tinkerpop.gremlin.process.traversal.step.map that implement TraversalOptionParentModifier and TypeClassDescriptionclassclassImplementation for themergeE()step covering both the start step version and the one used mid-traversal.classImplementation for themergeV()step covering both the start step version and the one used mid-traversal.classMergeElementStep<S,E, C> Abstract base class for themergeV/E()implementations.classImplementation for themergeV()step covering both the start step version and the one used mid-traversal.classImplementation for themergeV()step covering both the start step version and the one used mid-traversal.