|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnl.tudelft.simulation.event.EventProducer
nl.tudelft.simulation.dsol.experiment.Treatment
The treatment is comprises the specification of input data, the runControl
and the specification of output data. (Sol:1982, Oeren&Zeigler:1979)
(c) copyright 2003 Delft
University of Technology , the Netherlands.
See for project information
www.simulation.tudelft.nl
License of use: General Public
License (GPL) , no warranty
| Field Summary |
| Fields inherited from class nl.tudelft.simulation.event.EventProducer |
listeners |
| Fields inherited from interface nl.tudelft.simulation.event.EventProducerInterface |
FIRST_POSITION, LAST_POSITION |
| Constructor Summary | |
Treatment(Experiment experiment,
int number)
contructs a Treatment |
|
| Method Summary | |
Experiment |
getExperiment()
returns the experiment |
int |
getNumber()
returns the number of this replication |
java.util.Properties |
getProperties()
returns the properties for this treatment |
RunControl |
getRunControl()
returns the RunControl |
long |
getStartTime()
returns the startTime |
TimeUnitInterface |
getTimeUnit()
returns the timeUnit |
void |
setProperties(java.util.Properties properties)
sets the properties |
void |
setRunControl(RunControl runControl)
sets the RunControl |
void |
setStartTime(long startTime)
sets the startTime of the treatment |
void |
setTimeUnit(TimeUnitInterface timeUnit)
sets the timeUnit of the treatment |
java.lang.String |
toString()
|
| Methods inherited from class nl.tudelft.simulation.event.EventProducer |
addListener, addListener, addListener, addListener, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, getEventTypes, removeAllListeners, removeAllListeners, removeListener |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Treatment(Experiment experiment,
int number)
experiment - reflects the experimentnumber - the number of this treatment| Method Detail |
public int getNumber()
public Experiment getExperiment()
public java.util.Properties getProperties()
public RunControl getRunControl()
public long getStartTime()
public TimeUnitInterface getTimeUnit()
public void setProperties(java.util.Properties properties)
properties - the propertiespublic void setRunControl(RunControl runControl)
runControl - the control.public void setStartTime(long startTime)
startTime - reflects the startTimepublic void setTimeUnit(TimeUnitInterface timeUnit)
timeUnit - is the timeunitpublic java.lang.String toString()
Object.toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||