Package | Description |
---|---|
com.sun.electric.tool.routing.experimentalAStar1 |
Modifier and Type | Class and Description |
---|---|
class |
ObjectPool<T extends Poolable<T>>
Implements object pooling by collecting unneeded objects and
handing them out later
|
Modifier and Type | Class and Description |
---|---|
class |
Node
The classic A* node
|
class |
Storage
Contains the open and closed lists for the A* algorithm and allows for
getting the node corresponding to a position, if any
|