public class ShortestPath extends Object
GraphTraversal.with(String, Object)
step.Modifier and Type | Field and Description |
---|---|
static String |
distance
Configures the edge property or traversal to use for shortest path distance calculations.
|
static String |
edges
Configures the direction or traversal to use to filter the edges traversed during the shortest path search phase.
|
static String |
includeEdges
Configures the inclusion of edges in the shortest path computation result.
|
static String |
maxDistance
Configures the maximum distance for all shortest paths.
|
static String |
target
Configures the traversal to use to filter the target vertices for all shortest paths.
|
Constructor and Description |
---|
ShortestPath() |
public static final String target
public static final String edges
public static final String distance
public static final String maxDistance
public static final String includeEdges
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.