at.dms.kjc.spacetime
Class InitSchedule

java.lang.Object
  extended by at.dms.kjc.spacetime.InitSchedule

public class InitSchedule
extends Object

This class generates the init schedule, the execution order as given by the flow of the graph


Constructor Summary
InitSchedule()
           
 
Method Summary
static LinkedList<Slice> getInitSchedule(Slice[] topTraces)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitSchedule

public InitSchedule()
Method Detail

getInitSchedule

public static LinkedList<Slice> getInitSchedule(Slice[] topTraces)