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.VirtualChain

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

Fields in com.port80.graph.dot.impl declared as VirtualChain
(package private)  VirtualChain ErasedPath.fChain
           
 

Methods in com.port80.graph.dot.impl with parameters of type VirtualChain
private  void Anneal_Test02.scrambleChain(VirtualChain chain, VirtualGraph vgraph, GridFactory factory)
          Move chain vertices around to make sure it would be rerouted.
(package private)  float ErasedPath.erase(VirtualChain chain, boolean isdown)
          Erase route for given edge chain to prepare for reroute.
private  boolean AnnealWithCell.rerouteBusFor(VirtualChain chain)
           
(package private) static float Grid.pathCost(VirtualChain chain)
          Determine cost of the given path.
 boolean Anneal.route(VirtualChain chain, boolean isdown, java.lang.String message)
          Route the given edge chain.
(package private)  boolean Anneal.rerouteBusChain(VirtualChain chain)
           
private  Grid Anneal.aStar(VirtualChain chain, ErasedPath erased, float oldcost)