|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.tudelft.simulation.dsol.experiment.Replication
public class Replication
The replication of a runcontrol.
(c) copyright 2002-2005 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser
General Public License (LGPL) , no warranty.
Constructor Summary | |
---|---|
Replication(RunControl runControl,
int number)
constructs a new Replication |
Method Summary | |
---|---|
String |
getDescription()
gets the description of this replication |
int |
getNumber()
returns the number of this replication |
RunControl |
getRunControl()
Returns the runControl |
StreamInterface |
getStream(String name)
returns a specific stream |
Map |
getStreams()
returns the streams |
void |
reset()
resets the RunControl |
void |
setDescription(String description)
Sets the description of this replication |
void |
setRunControl(RunControl runControl)
sets the run control of this replication |
void |
setStreams(Map streams)
sets the stream for this replication |
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 numberMethod Detail |
---|
public String getDescription()
public int getNumber()
public RunControl getRunControl()
public Map getStreams()
public StreamInterface getStream(String name)
name
- the name of the stream
public void reset()
public void setDescription(String description)
description
- the description of this replicationpublic void setRunControl(RunControl runControl)
runControl
- the runControl.public void setStreams(Map streams)
streams
- the map of stream,name tuplespublic String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |