| Modifier and Type | Field and 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 | 
| Modifier and Type | Method and Description | 
|---|---|
| PureTraversal<?,?> | TraversalVertexProgram. getTraversal()Get the  PureTraversalassociated with the current instance of theTraversalVertexProgram. | 
| Modifier and Type | Field and Description | 
|---|---|
| PureTraversal<?,?> | TraversalVertexProgramStep. computerTraversal | 
| Modifier and Type | Method and Description | 
|---|---|
| PureTraversal<S,E> | PureTraversal. clone() | 
| static <S,E> PureTraversal<S,E> | PureTraversal. loadState(Configuration configuration,
         String configurationKey,
         Graph graph) | 
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.