|
Class Summary |
| A_Star_Algorithm |
An implementation of the A*-algorithm. |
| A_Star_LookupTable<K,V> |
A LookupTable for the mapping between Nodes and A_Star_Nodes. |
| A_Star_LookupTableFactory |
A factory for creating LookupTables (mapping between Nodes and A_Star_Nodes)for the A* algorithm. |
| A_Star_Node |
A node specific for the computation in an A*-algorithm. |
| A_Star_Queue |
This class is almost the same as java.util.PriorityQueue from Sun OpenJDK 1.7 but is
simplified for the specific usage as a high-performance queue for the A_Star_Algo. |