Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.step.util.HasContainer
-
-
Uses of HasContainer in org.apache.tinkerpop.gremlin.process.traversal.step
Methods in org.apache.tinkerpop.gremlin.process.traversal.step that return types with arguments of type HasContainer Modifier and Type Method Description List<HasContainer>
HasContainerHolder. getHasContainers()
Methods in org.apache.tinkerpop.gremlin.process.traversal.step with parameters of type HasContainer Modifier and Type Method Description void
HasContainerHolder. addHasContainer(HasContainer hasContainer)
default void
HasContainerHolder. removeHasContainer(HasContainer hasContainer)
-
Uses of HasContainer in org.apache.tinkerpop.gremlin.process.traversal.step.filter
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.filter that return types with arguments of type HasContainer Modifier and Type Method Description List<HasContainer>
HasStep. getHasContainers()
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.filter with parameters of type HasContainer Modifier and Type Method Description void
HasStep. addHasContainer(HasContainer hasContainer)
void
HasStep. removeHasContainer(HasContainer hasContainer)
Constructors in org.apache.tinkerpop.gremlin.process.traversal.step.filter with parameters of type HasContainer Constructor Description HasStep(Traversal.Admin traversal, HasContainer... hasContainers)
-
Uses of HasContainer in org.apache.tinkerpop.gremlin.process.traversal.step.map
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map with parameters of type HasContainer Modifier and Type Method Description static boolean
GraphStep. processHasContainerIds(GraphStep<?,?> graphStep, HasContainer hasContainer)
Helper method for providers that want to "fold in"HasContainer
's based on id checking into the ids of theGraphStep
. -
Uses of HasContainer in org.apache.tinkerpop.gremlin.process.traversal.step.util
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.util that return HasContainer Modifier and Type Method Description HasContainer
HasContainer. clone()
Method parameters in org.apache.tinkerpop.gremlin.process.traversal.step.util with type arguments of type HasContainer Modifier and Type Method Description static boolean
HasContainer. testAll(Element element, List<HasContainer> hasContainers)
static <V> boolean
HasContainer. testAll(Property<V> property, List<HasContainer> hasContainers)
-
Uses of HasContainer in org.apache.tinkerpop.gremlin.process.traversal.util
Methods in org.apache.tinkerpop.gremlin.process.traversal.util with parameters of type HasContainer Modifier and Type Method Description static <T extends Traversal.Admin<?,?>>
TTraversalHelper. addHasContainer(T traversal, HasContainer hasContainer)
Used to left-fold aHasContainer
to aHasContainerHolder
if it exists. -
Uses of HasContainer in org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect
Methods in org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect that return types with arguments of type HasContainer Modifier and Type Method Description List<HasContainer>
TinkerGraphStep. getHasContainers()
Methods in org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect with parameters of type HasContainer Modifier and Type Method Description void
TinkerGraphStep. addHasContainer(HasContainer hasContainer)
-