Package | Description |
---|---|
com.sun.electric.tool.routing.experimentalAStar2.algorithm | |
com.sun.electric.tool.routing.experimentalAStar2.storage |
Modifier and Type | Method and Description |
---|---|
static <T extends AStarNodeBase<T>> |
AStar.findPath(AStarOpenListBase<T> openList,
AStarClosedListBase<T> closedList,
AStarMapBase<T> map,
AStarGoalBase<T> goal,
ObjectPool<T> nodePool,
AStarMapVisitorBase<T> usedVisitor)
Executes a path search on the provided data structures.
|
Constructor and Description |
---|
ExternalVisitor(AStarOpenListBase<T> openList,
AStarClosedListBase<T> closedList,
AStarMapBase<T> map,
AStarGoalBase<T> goal) |
Modifier and Type | Class and Description |
---|---|
class |
AStarClosedListHashMap |
class |
AStarClosedListReferencing<T extends AStarNodeBase<T>> |