at.dms.kjc.raw
Class JoinerSimulator

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

public class JoinerSimulator
extends Object


Field Summary
static HashMap<FlatNode,HashSet> buffers
           
static HashMap<FlatNode,JoinerScheduleNode> schedules
           
 
Constructor Summary
JoinerSimulator()
           
 
Method Summary
static void createJoinerSchedules(FlatNode top)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

schedules

public static HashMap<FlatNode,JoinerScheduleNode> schedules

buffers

public static HashMap<FlatNode,HashSet> buffers
Constructor Detail

JoinerSimulator

public JoinerSimulator()
Method Detail

createJoinerSchedules

public static void createJoinerSchedules(FlatNode top)