Package | Description |
---|---|
com.sun.electric.tool.routing.experimentalAStar1 |
Class and Description |
---|
AStarRoutingFrame
Integrates the routing algorithm into the Electric framework
|
BenchmarkRouter
this class serves testing and configuration only,
can be discarded if parameters are moved to AStarRoutingFrame
|
EndPoint
Helper class for EndPointMarker which wraps a start/finish end point
|
Goal
Gives the A* movement information to AStarWorker to direct the routing
|
Map
Contains the status of the grid points
|
Net
Contains all segments belonging to the same netID
|
Node
The classic A* node
|
ObjectPool
Implements object pooling by collecting unneeded objects and
handing them out later
|
Path
Contains information to route the contained segment and later contains the routing points
|
Poolable
Objects of a class that implements this interface can be held in an object pool
|
Storage
Contains the open and closed lists for the A* algorithm and allows for
getting the node corresponding to a position, if any
|