Uses of Interface
org.apache.tinkerpop.gremlin.process.traversal.step.PopContaining
Packages that use PopContaining
Package
Description
-
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 PopContainingModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classfinal class -
Uses of PopContaining in org.apache.tinkerpop.gremlin.process.traversal.step
Subinterfaces of PopContaining in org.apache.tinkerpop.gremlin.process.traversal.stepModifier and TypeInterfaceDescriptioninterfaceMarker interface forTraversalParentsteps whose child traversals must be read-only (no mutating steps allowed).interfaceThis 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.interfaceIndicates that a step can contain child Traversals. -
Uses of PopContaining in org.apache.tinkerpop.gremlin.process.traversal.step.branch
Classes in org.apache.tinkerpop.gremlin.process.traversal.step.branch that implement PopContainingModifier and TypeClassDescriptionclassBranchStep<S,E, M> final classChooseStep<S,E, M> A step which offers a choice of two or more Traversals to take.final classLocalStep<S,E> final classOptionalStep<S>final 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 PopContainingModifier and TypeClassDescriptionfinal classAllStep<S,S2> final classAndStep<S>final classAnyStep<S,S2> classfinal classclassfinal classIsStep<S>final classNoneStep<S,S2> final classNotStep<S>final classOrStep<S>final classfinal classfinal classfinal classfinal classstatic classstatic class -
Uses of PopContaining in org.apache.tinkerpop.gremlin.process.traversal.step.map
Subinterfaces of PopContaining in org.apache.tinkerpop.gremlin.process.traversal.step.mapModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceCallStepContract<S,E> interfaceMergeStepContract<S,E, C> Classes in org.apache.tinkerpop.gremlin.process.traversal.step.map that implement PopContainingModifier and TypeClassDescriptionclassclassAbstractAddElementStepPlaceholder<S,E extends Element, X extends Event> classclassclassclassclassAddEdgeStep<S>classclassclassclassclassfinal classCallStep<S,E> Reference implementation for service calls via theServiceRegistryandServiceAPIs.final classCallStepPlaceholder<S,E> Reference implementation for service calls via theServiceRegistryandServiceAPIs.classCoalesceStep<S,E> final classCombineStep<S,E> A map step that returns the combination of the traverser and the provided arguments.final 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.final classDateDiffStep<S>Reference implementation for date difference step.final classDifferenceStep<S,E> A map step that returns the difference of the traverser and the provided arguments without duplicates.final 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.final classFormatStep<S>Reference implementation for String format step, a mid-traversal step which substitutes%{variable_name}and%{_}references in a format string with property values, scope values, orby()modulator results from the incoming traverser.classclassGroupCountStep<S,E> final classGroupStep<S,K, V> classIndexStep<S,E> final classIntersectStep<S,E> A map step that returns the intersection of the traverser and the provided arguments.final classMatchStep<S,E> Deprecated.static final classDeprecated.static final classDeprecated.final classMathStep<S>classImplementation 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.final classMergeStep<S,E> A map step that returns the merger of the traverser and the provided arguments without duplicates.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.final classOrderGlobalStep<S,C extends Comparable> final classOrderLocalStep<S,C extends Comparable> final classPathStep<S>final classProductStep<S,E> A map step that returns the cartesian product of the traverser and the provided arguments.classProjectStep<S,E> classPropertyMapStep<K,E> final classSelectOneStep<S,E> final classSelectStep<S,E> final 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.final 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.final classTraversalFlatMapStep<S,E> final classTraversalMapStep<S,E> final classTraversalSelectStep<S,E> final classTreeStep<S> -
Uses of PopContaining in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
Subinterfaces of PopContaining in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffectClasses in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect that implement PopContainingModifier and TypeClassDescriptionclassAddLabelStep<S extends Element>Side-effect step that adds labels to the current element by callingElement.addLabel(String, String...).classAddPropertyStep<S extends Element>classAddPropertyStepPlaceholder<S extends Element>final classclassDropLabelsStep<S extends Element>Side-effect step that removes labels from the current element by callingElement.dropLabels()orElement.dropLabel(String, String...).classfinal classGroupSideEffectStep<S,K, V> final classSackValueStep<S,A, B> final classfinal class -
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 -
Uses of PopContaining in org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect
Classes in org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect that implement PopContaining
DeclarativeMatchStepfor declarative pattern matching.