at.dms.kjc.spacedynamic
Class JoinerSimulator

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

public class JoinerSimulator
extends Object

Author:
mgordon

Field Summary
 HashMap<FlatNode,HashSet> buffers
           
static HashMap<FlatNode,JoinerScheduleNode> schedules
           
 
Constructor Summary
JoinerSimulator(SpdStreamGraph streamGraph)
           
 
Method Summary
 void createJoinerSchedules()
           
 
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 HashMap<FlatNode,HashSet> buffers
Constructor Detail

JoinerSimulator

public JoinerSimulator(SpdStreamGraph streamGraph)
Method Detail

createJoinerSchedules

public void createJoinerSchedules()