at.dms.kjc.raw
Class Router

java.lang.Object
  extended by at.dms.kjc.raw.Router

public class Router
extends Object


Constructor Summary
Router()
           
 
Method Summary
static LinkedList<Coordinate> getRoute(FlatNode from, FlatNode to)
           
static void printRoute(FlatNode from, FlatNode to, List route)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Router

public Router()
Method Detail

getRoute

public static LinkedList<Coordinate> getRoute(FlatNode from,
                                              FlatNode to)

printRoute

public static void printRoute(FlatNode from,
                              FlatNode to,
                              List route)