Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.util.PureTraversal
- 
- 
Uses of PureTraversal in org.apache.tinkerpop.gremlin.process.computer.search.pathFields in org.apache.tinkerpop.gremlin.process.computer.search.path declared as PureTraversal Modifier and Type Field Description static PureTraversal<Edge,Number>ShortestPathVertexProgram. DEFAULT_DISTANCE_TRAVERSALstatic PureTraversal<Vertex,Edge>ShortestPathVertexProgram. DEFAULT_EDGE_TRAVERSALstatic PureTraversal<Vertex,?>ShortestPathVertexProgram. DEFAULT_VERTEX_FILTER_TRAVERSAL
- 
Uses of PureTraversal in org.apache.tinkerpop.gremlin.process.computer.traversalMethods in org.apache.tinkerpop.gremlin.process.computer.traversal that return PureTraversal Modifier and Type Method Description PureTraversal<?,?>TraversalVertexProgram. getTraversal()Get thePureTraversalassociated with the current instance of theTraversalVertexProgram.
- 
Uses of PureTraversal in org.apache.tinkerpop.gremlin.process.computer.traversal.step.mapFields 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.utilMethods 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)
 
-