See: Description
| Class | Description |
|---|---|
| DijkstraPathFinder |
Implementation of the Dijkstra's shortest path algorithm.
|
| DijkstraPathFinderOptimal |
Implementation of the Dijkstra's shortest path algorithm.
|
| MapNode |
A node in a SimMap.
|
| MapRoute |
A route that consists of map nodes.
|
| PointsOfInterest |
Handler for points of interest data.
|
| PointsOfInterestEvac |
Handler for points of interest data.
|
| SimMap |
A simulation map for node movement.
|