public interface SearchTerminationStrategy
Modifier and Type | Method and Description |
---|---|
boolean |
shouldSearchTerminate(Vertex origin,
Vertex target,
State current,
ShortestPathTree spt,
RoutingRequest traverseOptions) |
boolean shouldSearchTerminate(Vertex origin, Vertex target, State current, ShortestPathTree spt, RoutingRequest traverseOptions)
origin
- the origin vertextarget
- the target vertex, may be null in an undirected searchcurrent
- the current shortest path tree vertexspt
- the current shortest path treetraverseOptions
- the traverse optionsCopyright © 2018. All rights reserved.