Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.step.map.FlatMapStep
-
Packages that use FlatMapStep Package Description org.apache.tinkerpop.gremlin.process.traversal.step.map -
-
Uses of FlatMapStep in org.apache.tinkerpop.gremlin.process.traversal.step.map
Subclasses of FlatMapStep in org.apache.tinkerpop.gremlin.process.traversal.step.map Modifier and Type Class Description class
CoalesceStep<S,E>
class
EdgeVertexStep
class
LambdaFlatMapStep<S,E>
class
MergeEdgeStep<S>
Implementation for themergeE()
step covering both the start step version and the one used mid-traversal.class
MergeElementStep<S,E,C>
Abstract base class for themergeV/E()
implementations.class
MergeVertexStep<S>
Implementation for themergeV()
step covering both the start step version and the one used mid-traversal.static class
ProfileTest.MockStep
ProfileStrategy callback test.class
PropertiesStep<E>
class
TraversalFlatMapStep<S,E>
class
UnfoldStep<S,E>
class
VertexStep<E extends Element>
Handles the logic of traversing to adjacent vertices or edges given a direction and edge labels for steps like,out
,in
,both
,outE
,inE
, andbothE
.
-