at.dms.kjc.spacetime
Class RandomRouter
java.lang.Object
at.dms.kjc.spacetime.RandomRouter
- All Implemented Interfaces:
- Router
public class RandomRouter
- extends Object
- implements Router
- Author:
- mgordon
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RandomRouter
public RandomRouter()
getRoute
public LinkedList<RawComputeNode> getRoute(RawComputeNode src,
RawComputeNode dst)
- Specified by:
getRoute
in interface Router
distance
public int distance(RawComputeNode src,
RawComputeNode dst)
- Specified by:
distance
in interface Router