at.dms.kjc.spacedynamic
Class YXRouter

java.lang.Object
  extended by at.dms.kjc.spacedynamic.YXRouter
All Implemented Interfaces:
Router

public class YXRouter
extends Object
implements Router


Constructor Summary
YXRouter()
           
 
Method Summary
 LinkedList<ComputeNode> getRoute(SpdStaticStreamGraph ssg, ComputeNode src, ComputeNode dst)
           
 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

YXRouter

public YXRouter()
Method Detail

getRoute

public LinkedList<ComputeNode> getRoute(SpdStaticStreamGraph ssg,
                                        ComputeNode src,
                                        ComputeNode dst)
Specified by:
getRoute in interface Router

printRoute

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