Uses of Interface
org.apache.tinkerpop.gremlin.process.traversal.step.TraversalParent
- 
- 
Uses of TraversalParent in org.apache.tinkerpop.gremlin.process.computer.traversal.step.mapClasses in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map that implement TraversalParent Modifier and Type Class Description classConnectedComponentVertexProgramStepclassPageRankVertexProgramStepclassPeerPressureVertexProgramStepclassShortestPathVertexProgramStepclassTraversalVertexProgramStep
- 
Uses of TraversalParent in org.apache.tinkerpop.gremlin.process.remote.traversalMethods in org.apache.tinkerpop.gremlin.process.remote.traversal that return TraversalParent Modifier and Type Method Description TraversalParentAbstractRemoteTraversal. getParent()Methods in org.apache.tinkerpop.gremlin.process.remote.traversal with parameters of type TraversalParent Modifier and Type Method Description voidAbstractRemoteTraversal. setParent(TraversalParent step)
- 
Uses of TraversalParent in org.apache.tinkerpop.gremlin.process.traversalMethods in org.apache.tinkerpop.gremlin.process.traversal that return TraversalParent Modifier and Type Method Description TraversalParentTraversal.Admin. getParent()Get theTraversalParentStepthat is the parent of this traversal.Methods in org.apache.tinkerpop.gremlin.process.traversal with parameters of type TraversalParent Modifier and Type Method Description voidTraversal.Admin. setParent(TraversalParent step)Set theTraversalParentStepthat is the parent of this traversal.
- 
Uses of TraversalParent in org.apache.tinkerpop.gremlin.process.traversal.lambdaMethods in org.apache.tinkerpop.gremlin.process.traversal.lambda that return TraversalParent Modifier and Type Method Description TraversalParentAbstractLambdaTraversal. getParent()Methods in org.apache.tinkerpop.gremlin.process.traversal.lambda with parameters of type TraversalParent Modifier and Type Method Description voidAbstractLambdaTraversal. setParent(TraversalParent step)
- 
Uses of TraversalParent in org.apache.tinkerpop.gremlin.process.traversal.stepSubinterfaces of TraversalParent in org.apache.tinkerpop.gremlin.process.traversal.step Modifier and Type Interface Description interfaceTraversalOptionParent<M,S,E>Describes steps that can be parent to aTraversalfrom theoption()modulator.
- 
Uses of TraversalParent in org.apache.tinkerpop.gremlin.process.traversal.step.branchClasses in org.apache.tinkerpop.gremlin.process.traversal.step.branch that implement TraversalParent Modifier and Type Class Description classBranchStep<S,E,M>classChooseStep<S,E,M>A step which offers a choice of two or more Traversals to take.classLocalStep<S,E>classOptionalStep<S>classRepeatStep<S>classUnionStep<S,E>
- 
Uses of TraversalParent in org.apache.tinkerpop.gremlin.process.traversal.step.filterClasses in org.apache.tinkerpop.gremlin.process.traversal.step.filter that implement TraversalParent Modifier and Type Class Description classAndStep<S>classConnectiveStep<S>classDedupGlobalStep<S>classNotStep<S>classOrStep<S>classPathFilterStep<S>classSampleGlobalStep<S>classTraversalFilterStep<S>classWherePredicateStep<S>classWhereTraversalStep<S>
- 
Uses of TraversalParent in org.apache.tinkerpop.gremlin.process.traversal.step.mapSubinterfaces of TraversalParent in org.apache.tinkerpop.gremlin.process.traversal.step.map Modifier and Type Interface Description interfaceAddEdgeStepContract<S>interfaceAddElementStepContract<S,E>interfaceAddVertexStepContract<S>interfaceCallStepContract<S,E>interfaceMergeStepContract<S,E,C>Classes in org.apache.tinkerpop.gremlin.process.traversal.step.map that implement TraversalParent Modifier and Type Class Description classAbstractAddEdgeStepPlaceholder<S>classAbstractAddElementStepPlaceholder<S,E extends Element,X extends Event>classAbstractAddVertexStepPlaceholder<S>classAbstractMergeElementStepPlaceholder<S,E>classAddEdgeStartStepclassAddEdgeStartStepPlaceholderclassAddEdgeStep<S>classAddEdgeStepPlaceholder<S>classAddVertexStartStepclassAddVertexStartStepPlaceholderclassAddVertexStep<S>classAddVertexStepPlaceholder<S>classCallStep<S,E>Reference implementation for service calls via theServiceRegistryandServiceAPIs.classCallStepPlaceholder<S,E>Reference implementation for service calls via theServiceRegistryandServiceAPIs.classCoalesceStep<S,E>classCombineStep<S,E>A map step that returns the combination of the traverser and the provided arguments.classConcatStep<S>Reference implementation for String concatenation step, a mid-traversal step which concatenates one or more String values together to the incoming String traverser.classDateDiffStep<S>Reference implementation for date difference step.classDifferenceStep<S,E>A map step that returns the difference of the traverser and the provided arguments without duplicates.classDisjunctStep<S,E>A map step that returns the disjunction of the traverser and the provided arguments without duplicates.classElementMapStep<K,E>Converts aElementto aMap.classFormatStep<S>Reference implementation for String format step, a mid-traversal step which will handle result formatting to string values.classGroupCountStep<S,E>classGroupStep<S,K,V>classIndexStep<S,E>classIntersectStep<S,E>A map step that returns the intersection of the traverser and the provided arguments.classMatchStep<S,E>classMathStep<S>classMergeEdgeStep<S>Implementation for themergeE()step covering both the start step version and the one used mid-traversal.classMergeEdgeStepPlaceholder<S>Implementation 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.classMergeStep<S,E>A map step that returns the merger of the traverser and the provided arguments without duplicates.classMergeVertexStep<S>Implementation for themergeV()step covering both the start step version and the one used mid-traversal.classMergeVertexStepPlaceholder<S>Implementation for themergeV()step covering both the start step version and the one used mid-traversal.classOrderGlobalStep<S,C extends Comparable>classOrderLocalStep<S,C extends Comparable>classPathStep<S>classProductStep<S,E>A map step that returns the cartesian product of the traverser and the provided arguments.classProjectStep<S,E>classPropertyMapStep<K,E>classSelectOneStep<S,E>classSelectStep<S,E>classSplitGlobalStep<S,E>Reference implementation for substring step, a mid-traversal step which returns a list of strings created by splitting the incoming string traverser around the matches of the given separator.classSplitLocalStep<S,E>Reference implementation for substring step, a mid-traversal step which returns a list of strings created by splitting the incoming string traverser around the matches of the given separator.classTraversalFlatMapStep<S,E>classTraversalMapStep<S,E>classTraversalSelectStep<S,E>classTreeStep<S>
- 
Uses of TraversalParent in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffectSubinterfaces of TraversalParent in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect Modifier and Type Interface Description interfaceAddPropertyStepContract<S>Classes in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect that implement TraversalParent Modifier and Type Class Description classAddPropertyStep<S extends Element>classAddPropertyStepPlaceholder<S extends Element>classAggregateGlobalStep<S>classAggregateLocalStep<S>classGroupCountSideEffectStep<S,E>classGroupSideEffectStep<S,K,V>classSackValueStep<S,A,B>classTraversalSideEffectStep<S>classTreeSideEffectStep<S>
- 
Uses of TraversalParent in org.apache.tinkerpop.gremlin.process.traversal.step.utilClasses in org.apache.tinkerpop.gremlin.process.traversal.step.util that implement TraversalParent Modifier and Type Class Description classEmptyStep<S,E>Methods in org.apache.tinkerpop.gremlin.process.traversal.step.util with parameters of type TraversalParent Modifier and Type Method Description voidParameters. set(TraversalParent parent, Object... keyValues)Set parameters given key/value pairs.
- 
Uses of TraversalParent in org.apache.tinkerpop.gremlin.process.traversal.strategy.optimizationMethods in org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization that return types with arguments of type TraversalParent Modifier and Type Method Description static List<org.javatuples.Pair<TraversalParent,List<Step<?,?>>>>FilterRankingStrategy. collectStepsOfAssignableClassRecursivelyFromDepthGroupedByParent(Traversal.Admin<?,?> traversal)Get steps of the specified class throughout the traversal and grouping them based on the traversal parent collecting them in a fashion that orders them from the deepest steps firststatic Map<TraversalParent,org.javatuples.Pair<Boolean,Set<String>>>FilterRankingStrategy. getTraversalParentCache(List<org.javatuples.Pair<TraversalParent,List<Step<?,?>>>> traversalParentsStepsCollection)Method parameters in org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization with type arguments of type TraversalParent Modifier and Type Method Description static Map<TraversalParent,org.javatuples.Pair<Boolean,Set<String>>>FilterRankingStrategy. getTraversalParentCache(List<org.javatuples.Pair<TraversalParent,List<Step<?,?>>>> traversalParentsStepsCollection)
- 
Uses of TraversalParent in org.apache.tinkerpop.gremlin.process.traversal.utilFields in org.apache.tinkerpop.gremlin.process.traversal.util declared as TraversalParent Modifier and Type Field Description protected TraversalParentDefaultTraversal. parentMethods in org.apache.tinkerpop.gremlin.process.traversal.util that return TraversalParent Modifier and Type Method Description TraversalParentDefaultTraversal. getParent()TraversalParentEmptyTraversal. getParent()Methods in org.apache.tinkerpop.gremlin.process.traversal.util with parameters of type TraversalParent Modifier and Type Method Description static booleanTraversalHelper. anyStepRecursively(Predicate<Step> predicate, TraversalParent step)Determine if any child step of aTraversalParentmatch the step given the providedPredicate.voidDefaultTraversal. setParent(TraversalParent step)voidEmptyTraversal. setParent(TraversalParent step)
 
-