Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStep
-
Packages that use GraphStep Package Description org.apache.tinkerpop.gremlin.process.traversal.step.map org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect -
-
Uses of GraphStep in org.apache.tinkerpop.gremlin.process.traversal.step.map
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map with parameters of type GraphStep 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 GraphStep in org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect
Subclasses of GraphStep in org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect Modifier and Type Class Description class
TinkerGraphStep<S,E extends Element>
Constructors in org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect with parameters of type GraphStep Constructor Description TinkerGraphStep(GraphStep<S,E> originalGraphStep)
-