Uses of Class
at.dms.kjc.spacedynamic.Simulator

Packages that use Simulator
at.dms.kjc.spacedynamic   
 

Uses of Simulator in at.dms.kjc.spacedynamic
 

Subclasses of Simulator in at.dms.kjc.spacedynamic
 class FineGrainSimulator
          This class generates a schedule for the switch code by simulating the init schedule and one steady state execution of the schedule
 class NoSimulator
           
 class SimpleSimulator
          This class will create switch code (but not create the file) for a layout that has no overlapping routes.
 class WorkBasedSimulator
          This class generates a schedule for the switch code by simulating the init schedule and one steady state execution of the schedule
 

Fields in at.dms.kjc.spacedynamic declared as Simulator
 Simulator SpdStaticStreamGraph.simulator
          the communication scheduler we are going to use for this graph...