public class OTSReplication extends nl.tudelft.simulation.dsol.experiment.Replication<DoubleScalar.Abs<TimeUnit>,DoubleScalar.Rel<TimeUnit>,OTSSimTimeDouble>
Copyright (c) 2013-2014 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
| Constructor and Description |
|---|
OTSReplication(Context context,
nl.tudelft.simulation.dsol.experiment.Experiment<DoubleScalar.Abs<TimeUnit>,DoubleScalar.Rel<TimeUnit>,OTSSimTimeDouble> experiment) |
OTSReplication(String id,
OTSSimTimeDouble startTime,
DoubleScalar.Rel<TimeUnit> warmupPeriod,
DoubleScalar.Rel<TimeUnit> runLength,
OTSModelInterface model)
Create a new OTSReplication.
|
public OTSReplication(Context context, nl.tudelft.simulation.dsol.experiment.Experiment<DoubleScalar.Abs<TimeUnit>,DoubleScalar.Rel<TimeUnit>,OTSSimTimeDouble> experiment)
context - Contextexperiment - Experimentpublic OTSReplication(String id, OTSSimTimeDouble startTime, DoubleScalar.Rel<TimeUnit> warmupPeriod, DoubleScalar.Rel<TimeUnit> runLength, OTSModelInterface model)
id - String; id of the new OTSReplicationstartTime - OTSSimTimeDouble; the start time of the new OTSReplicationwarmupPeriod - DoubleScalar.Rel<TimeUnit>; the warmup period of the new OTSReplicationrunLength - DoubleScalarRel<TimeUnit>; the run length of the new OTSReplicationmodel - OTSModelInterface; the modelCopyright © 2014–2015 Delft University of Technology. All rights reserved.