Uses of Interface
org.apache.tinkerpop.gremlin.process.traversal.step.PopContaining
-
-
Uses of PopContaining in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map
Classes in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map that implement PopContaining Modifier and Type Class Description classConnectedComponentVertexProgramStepclassPageRankVertexProgramStepclassPeerPressureVertexProgramStepclassShortestPathVertexProgramStepclassTraversalVertexProgramStep -
Uses of PopContaining in org.apache.tinkerpop.gremlin.process.traversal.step
Subinterfaces of PopContaining in org.apache.tinkerpop.gremlin.process.traversal.step Modifier and Type Interface Description interfaceScopingThis interface is implemented byStepimplementations that access labeled path steps, side-effects orMapvalues by key, such asselect('a')step.interfaceTraversalOptionParent<M,S,E>Describes steps that can be parent to aTraversalfrom theoption()modulator.interfaceTraversalParent -
Uses of PopContaining in org.apache.tinkerpop.gremlin.process.traversal.step.branch
Classes in org.apache.tinkerpop.gremlin.process.traversal.step.branch that implement PopContaining 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 PopContaining in org.apache.tinkerpop.gremlin.process.traversal.step.filter
Classes in org.apache.tinkerpop.gremlin.process.traversal.step.filter that implement PopContaining 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>static classWhereTraversalStep.WhereEndStepstatic classWhereTraversalStep.WhereStartStep<S> -
Uses of PopContaining in org.apache.tinkerpop.gremlin.process.traversal.step.map
Classes in org.apache.tinkerpop.gremlin.process.traversal.step.map that implement PopContaining Modifier and Type Class Description classAddEdgeStartStepclassAddEdgeStep<S>classAddVertexStartStepclassAddVertexStep<S>classCallStep<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>static classMatchStep.MatchEndStepstatic classMatchStep.MatchStartStepclassMathStep<S>classMergeEdgeStep<S>Implementation for themergeE()step covering both the start step version and the one used mid-traversal.classMergeStep<S,E,C>Abstract base class for themergeV/E()implementations.classMergeVertexStep<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>classTraversalMergeStep<S,E>A map step that returns the merger of the traverser and the provided arguments without duplicates.classTraversalSelectStep<S,E>classTreeStep<S> -
Uses of PopContaining in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
Classes in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect that implement PopContaining Modifier and Type Class Description classAddPropertyStep<S extends Element>classAggregateGlobalStep<S>classAggregateLocalStep<S>classGroupCountSideEffectStep<S,E>classGroupSideEffectStep<S,K,V>classSackValueStep<S,A,B>classTraversalSideEffectStep<S>classTreeSideEffectStep<S> -
Uses of PopContaining in org.apache.tinkerpop.gremlin.process.traversal.step.util
Classes in org.apache.tinkerpop.gremlin.process.traversal.step.util that implement PopContaining Modifier and Type Class Description classEmptyStep<S,E>
-