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
PureTraversal associated with the current instance of the TraversalVertexProgram . |
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(org.apache.commons.configuration2.Configuration configuration,
String configurationKey,
Graph graph) |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.