Uses of Class
nl.tudelft.simulation.dsol.experiment.RunControl

Packages that use RunControl
nl.tudelft.simulation.dsol.experiment Experimental design in DSOL. 
 

Uses of RunControl in nl.tudelft.simulation.dsol.experiment
 

Methods in nl.tudelft.simulation.dsol.experiment that return RunControl
 RunControl Replication.getRunControl()
          Returns the runControl
 RunControl Treatment.getRunControl()
          returns the RunControl
 

Methods in nl.tudelft.simulation.dsol.experiment with parameters of type RunControl
 void Replication.setRunControl(RunControl runControl)
          sets the run control of this replication
 void Treatment.setRunControl(RunControl runControl)
          sets the RunControl
 

Constructors in nl.tudelft.simulation.dsol.experiment with parameters of type RunControl
Replication(RunControl runControl, int number)
          constructs a new Replication
 



Copyright © 2002-2010 Delft University of Technology, the Netherlands. All Rights Reserved.