public interface Pathfinder
Modifier and Type | Interface and Description |
---|---|
static interface |
Pathfinder.Solver<V,E> |
Modifier and Type | Method and Description |
---|---|
<V,E> Pathfinder.Solver<V,E> |
over(Graph<V,E> graph) |
<V,E> Pathfinder.Solver<V,E> |
over(Graph<V,E> graph,
java.util.function.BiFunction<? super V,? super V,? extends java.lang.Double> heuristic) |
<V,E> Pathfinder.Solver<V,E> over(Graph<V,E> graph)
<V,E> Pathfinder.Solver<V,E> over(Graph<V,E> graph, java.util.function.BiFunction<? super V,? super V,? extends java.lang.Double> heuristic)