|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnl.tudelft.simulation.dsol.experiment.Replication
The replication of a runcontrol.
(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
| Constructor Summary | |
Replication(RunControl runControl,
int number)
constructs a new Replication |
|
| Method Summary | |
java.lang.String |
getDescription()
gets the description of this replication |
int |
getNumber()
returns the number of this replication |
RunControl |
getRunControl()
returns the parental RunControl |
nl.tudelft.simulation.jstats.streams.StreamInterface |
getStream(java.lang.String name)
returns a specific stream |
java.util.Map |
getStreams()
returns the streams |
void |
reset()
resets the RunControl |
void |
setDescription(java.lang.String description)
Sets the description of this replication |
void |
setStreams(java.util.Map streams)
sets the stream for this replication |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Replication(RunControl runControl,
int number)
runControl - reflects the RunControlnumber - the number| Method Detail |
public java.lang.String getDescription()
public int getNumber()
public RunControl getRunControl()
public java.util.Map getStreams()
public nl.tudelft.simulation.jstats.streams.StreamInterface getStream(java.lang.String name)
name - the name of the stream
public void reset()
public void setDescription(java.lang.String description)
description - the description of this replicationpublic void setStreams(java.util.Map streams)
streams - the map of stream,name tuplespublic java.lang.String toString()
Object.toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||