Uses of Class
bcds.phison.sim.SimCore

Packages that use SimCore
bcds.phison.multfailures   
bcds.phison.sim This package comprises the simulator and several processing modules. 
 

Uses of SimCore in bcds.phison.multfailures
 

Methods in bcds.phison.multfailures with parameters of type SimCore
 void PmElemsSequencer.setup(SimCore<V,E> sim)
           
 void PmSID.setup(SimCore<V,E> sim)
           
 void PmSIDTraceToDOT.setup(SimCore<V,E> sim)
           
 void PmStatic.setup(SimCore<V,E> sim)
           
 

Uses of SimCore in bcds.phison.sim
 

Subclasses of SimCore in bcds.phison.sim
 class SimTask<V extends GraphIONode,E>
          SimTask offers a simulation execution environment that is prepared based on parameters given in the SimParams object and, to a lesser extent, in the SimGlobals object, passed to the constructor.
 

Methods in bcds.phison.sim that return SimCore
 SimCore<V,E> PmBase.sim()
          Returns the simulator core object.
 SimCore<V,E> ProcessingModule.sim()
          Returns the core simulator object to which this module is associated.
 

Methods in bcds.phison.sim with parameters of type SimCore
 void PmBase.setup(SimCore<V,E> sim)
          Saves the parameter sim, which can later be obtained by calling the sim() method.
 void PmDumpRAState.setup(SimCore<V,E> sim)
           
 void PmLinkFailure.setup(SimCore<V,E> sim)
           
 void PmTraceLinkUsageToDOT.setup(SimCore<V,E> sim)
           
 void PmTrfReader.setup(SimCore<V,E> sim)
           
 void ProcessingModule.setup(SimCore<V,E> sim)
          Performs initialization of a new instance.
 void PmRegistry.setupModules(SimCore<V,E> sim)
          Invoke each module's setup() method.