@Alpha public interface PathFinder
FlowGraph. Each
implementation of PathFinder implements a specific path finding algorithm such as Breadth-First Search (BFS),
Dijkstra's shortest-path algorithm etc.| Modifier and Type | Interface and Description |
|---|---|
static class |
PathFinder.PathFinderException |
| Modifier and Type | Method and Description |
|---|---|
FlowGraphPath |
findPath() |
FlowGraphPath findPath() throws PathFinder.PathFinderException
PathFinder.PathFinderException