Uses of Class
bcds.phison.sim.SimParams

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

Uses of SimParams in bcds.phison.sim
 

Methods in bcds.phison.sim that return SimParams
 SimParams PmBase.opt()
          Returns the global simulation parameters.
 SimParams SimCore.opt()
          Returns the options associated to this simulator.
 

Constructors in bcds.phison.sim with parameters of type SimParams
LinkCosts(SimGlobals<V,E> G, SimParams opt)
           
SimCore(SimGlobals<V,E> context, SimParams opt)
          Creates a new instance.
SimParams(SimParams other)
          Copy constructor (shallow).
SimTask(SimGlobals<V,E> context, SimParams opt)
          Creates a new instance; the parameters are passed to the parent constructor.