| Interface | Description |
|---|---|
| PathFinder |
An interface for computing a path in a
FlowGraph. |
| Class | Description |
|---|---|
| AbstractPathFinder | |
| BFSPathFinder |
An implementation of
PathFinder that assumes an unweighted FlowGraph and computes the
shortest path using a variant of the BFS path-finding algorithm. |
| Exception | Description |
|---|---|
| PathFinder.PathFinderException |