public interface SkipEdgeStrategy
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldSkipEdge(Vertex origin,
Vertex target,
State current,
Edge edge,
ShortestPathTree spt,
RoutingRequest traverseOptions) |
boolean shouldSkipEdge(Vertex origin, Vertex target, State current, Edge edge, ShortestPathTree spt, RoutingRequest traverseOptions)
origin - the origin vertextarget - the target vertex, may be null in an undirected searchcurrent - the current vertexedge - the current edge to potentially be skippedspt - the shortest path treetraverseOptions - the traverse optionsCopyright © 2018. All rights reserved.