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

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

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

Fields in nl.tudelft.simulation.dsol.experiment declared as Treatment
protected  Treatment RunControl.treatment
          treatment reflects the treatment to which this runcontrol belongs
 

Methods in nl.tudelft.simulation.dsol.experiment that return Treatment
 Treatment RunControl.getTreatment()
          returns the treatment
 Treatment[] Experiment.getTreatments()
          Returns the treatments of this experiment
 

Methods in nl.tudelft.simulation.dsol.experiment with parameters of type Treatment
 void Experiment.setTreatments(Treatment[] treatments)
          sets the treatments of an experiment
 

Constructors in nl.tudelft.simulation.dsol.experiment with parameters of type Treatment
RunControl(Treatment treatment)
          Constructs a new RunControl object.
 



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