|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.routing.Maze
public class Maze
Class to do maze routing (single wire at a time).
Constructor Summary | |
---|---|
Maze()
|
Method Summary | |
---|---|
static void |
mazeRoute()
TOP-LEVEL CONTROL CODE |
void |
routeSelected(Cell cell,
java.util.List<ArcInst> arcsToRoute)
This is the public interface for Maze Routing when done in batch mode. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Maze()
Method Detail |
---|
public static void mazeRoute()
public void routeSelected(Cell cell, java.util.List<ArcInst> arcsToRoute)
cell
- the cell to be Maze-routed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |