coins.backend.sim
Class SimulationData

java.lang.Object
  extended bycoins.backend.sim.SimulationData

public class SimulationData
extends java.lang.Object


Constructor Summary
SimulationData()
           
 
Method Summary
 Module ACGModule()
           
 Module BCGhostModule()
           
 Module BCGModule()
           
 void setACGModule(Module unit)
           
 void setBCGhostModule(Module unit)
           
 void setBCGModule(Module unit)
           
 SimFuncTable SetupSimFuncTable(int simCount, int simMem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimulationData

public SimulationData()
Method Detail

setACGModule

public void setACGModule(Module unit)

setBCGModule

public void setBCGModule(Module unit)

setBCGhostModule

public void setBCGhostModule(Module unit)

ACGModule

public Module ACGModule()

BCGModule

public Module BCGModule()

BCGhostModule

public Module BCGhostModule()

SetupSimFuncTable

public SimFuncTable SetupSimFuncTable(int simCount,
                                      int simMem)