Uses of Interface
org.jgrapht.alg.shortestpath.PathValidator
| Package | Description |
|---|---|
| org.jgrapht.alg.shortestpath |
Shortest-path related algorithms.
|
-
Uses of PathValidator in org.jgrapht.alg.shortestpath
Constructors in org.jgrapht.alg.shortestpath with parameters of type PathValidator Constructor Description YenKShortestPath(Graph<V,E> graph, PathValidator<V,E> pathValidator)Constructs an instance of the algorithm for the givengraphandpathValidator.YenShortestPathIterator(Graph<V,E> graph, V source, V sink, java.util.function.Supplier<org.jheaps.AddressableHeap<java.lang.Double,Pair<GraphPath<V,E>,java.lang.Boolean>>> heapSupplier, PathValidator<V,E> pathValidator)Constructs an instance of the algorithm for givengraph,source,sink,heapSupplierandpathValidator.YenShortestPathIterator(Graph<V,E> graph, V source, V sink, PathValidator<V,E> pathValidator)Constructs an instance of the algorithm for givengraph,source,sinkandpathValidator.