Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.util.PureTraversal
-
-
Uses of PureTraversal in org.apache.tinkerpop.gremlin.process.computer.search.path
Fields in org.apache.tinkerpop.gremlin.process.computer.search.path declared as PureTraversal Modifier and Type Field Description static PureTraversal<Edge,Number>
ShortestPathVertexProgram. DEFAULT_DISTANCE_TRAVERSAL
static PureTraversal<Vertex,Edge>
ShortestPathVertexProgram. DEFAULT_EDGE_TRAVERSAL
static PureTraversal<Vertex,?>
ShortestPathVertexProgram. DEFAULT_VERTEX_FILTER_TRAVERSAL
-
Uses of PureTraversal in org.apache.tinkerpop.gremlin.process.computer.traversal
Methods in org.apache.tinkerpop.gremlin.process.computer.traversal that return PureTraversal Modifier and Type Method Description PureTraversal<?,?>
TraversalVertexProgram. getTraversal()
Get thePureTraversal
associated with the current instance of theTraversalVertexProgram
. -
Uses of PureTraversal in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map
Fields in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map declared as PureTraversal Modifier and Type Field Description PureTraversal<?,?>
TraversalVertexProgramStep. computerTraversal
-
Uses of PureTraversal in org.apache.tinkerpop.gremlin.process.traversal.util
Methods in org.apache.tinkerpop.gremlin.process.traversal.util that return PureTraversal Modifier and Type Method Description PureTraversal<S,E>
PureTraversal. clone()
static <S,E>
PureTraversal<S,E>PureTraversal. loadState(org.apache.commons.configuration2.Configuration configuration, String configurationKey, Graph graph)
-