Package | Description |
---|---|
org.opentrafficsim.simulationengine |
Wrappers and stubs for the DSOL simulation engine.
|
Modifier and Type | Method and Description |
---|---|
protected SimpleSimulator |
AbstractWrappableSimulation.buildSimpleSimulator(Time startTime,
Duration warmupPeriod,
Duration runLength,
OTSModelInterface model)
Build the simulator.
|
protected SimpleSimulator |
AbstractWrappableSimulation.buildSimpleSimulator(Time startTime,
Duration warmupPeriod,
Duration runLength,
OTSModelInterface otsModel,
int replicationNumber)
Build the simulator with the specified replication number.
|
SimpleSimulator |
AbstractWrappableSimulation.buildSimulator(Time startTime,
Duration warmupPeriod,
Duration runLength,
ArrayList<Property<?>> userModifiedProperties)
Build the simulation.
|
Copyright © 2014–2018 Delft University of Technology. All rights reserved.