Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.util.PureTraversal
Packages that use PureTraversal
Package
Description
-
Uses of PureTraversal in org.apache.tinkerpop.gremlin.process.computer.search.path
Fields in org.apache.tinkerpop.gremlin.process.computer.search.path declared as PureTraversalModifier and TypeFieldDescriptionstatic final PureTraversal<Edge,Number> ShortestPathVertexProgram.DEFAULT_DISTANCE_TRAVERSALstatic final PureTraversal<Vertex,Edge> ShortestPathVertexProgram.DEFAULT_EDGE_TRAVERSALstatic final 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 PureTraversalModifier and TypeMethodDescriptionPureTraversal<?,?> TraversalVertexProgram.getTraversal()Get thePureTraversalassociated 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 -
Uses of PureTraversal in org.apache.tinkerpop.gremlin.process.traversal.util
Methods in org.apache.tinkerpop.gremlin.process.traversal.util that return PureTraversalModifier and TypeMethodDescriptionPureTraversal.clone()static <S,E> PureTraversal<S, E> PureTraversal.loadState(org.apache.commons.configuration2.Configuration configuration, String configurationKey, Graph graph)