Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.port80.graph.dot.impl.CellList

Uses of CellList in com.port80.graph.dot.impl
 

Methods in com.port80.graph.dot.impl that return CellList
 CellList AnnealWithCell.route(Cell src, Cell dest, int oldcost, VirtualEdge[] chain, boolean isdown)
           
 

Methods in com.port80.graph.dot.impl with parameters of type CellList
private  boolean AnnealWithCell.routePath(CellList newpath, int oldcost, VirtualEdge chaintail, CellList erased, boolean isdown, java.lang.String message)
          Route path according to the newpath if cost improved, else restore old erased path.
private  void AnnealWithCell.restorePath(CellList erased, VirtualEdge chaintail)
           
private  void AnnealWithCell.installPath(CellList newpath, VirtualEdge chaintail, boolean isdown)
          Install the new path.
private  int AnnealWithCell.eraseTrail(VirtualEdge chaintail, Cell src, Cell dest, VirtualEdge[] retchain, CellList erased)
          Erase route for edge chain started at 'chaintail' to prepare for reroute.
private  int AnnealWithCell.pathCost(VirtualEdge chaintail, CellList path)
          Determine cost of the given path.
private  void AnnealWithCell.getPath(Cell end, boolean isdown, CellList ret)
           
(package private)  void Cell.erase(CellList ret, Cell[][] map)
          Convert this cell to ERASED and BLOCKED cells around it to SPACE.