Package | Description |
---|---|
org.opentrafficsim.simulationengine |
Wrappers and stubs for the DSOL simulation engine.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractWrappableAnimation.addTabs(SimpleSimulatorInterface simulator)
Make additional tabs in the main simulation window.
|
SimpleSimulatorInterface |
WrappableAnimation.buildAnimator(Time startTime,
Duration warmupPeriod,
Duration runLength,
List<Property<?>> properties,
Rectangle rect,
boolean exitOnClose)
Build the animation.
|
SimpleAnimator |
AbstractWrappableAnimation.buildAnimator(Time startTime,
Duration warmupPeriod,
Duration runLength,
List<Property<?>> userModifiedProperties,
Rectangle rect,
boolean eoc)
Build the animation.
|
SimpleSimulatorInterface |
WrappableSimulation.buildSimulator(Time startTime,
Duration warmupPeriod,
Duration runLength,
ArrayList<Property<?>> properties)
Build the simulation.
|
SimpleSimulator |
AbstractWrappableSimulation.buildSimulator(Time startTime,
Duration warmupPeriod,
Duration runLength,
ArrayList<Property<?>> userModifiedProperties)
Build the simulation.
|
protected abstract OTSModelInterface |
AbstractWrappableSimulation.makeModel() |
protected abstract OTSModelInterface |
AbstractWrappableAnimation.makeModel() |
SimpleSimulatorInterface |
WrappableAnimation.rebuildSimulator(Rectangle rect)
Restart (rebuild) the simulation.
|
SimpleSimulatorInterface |
AbstractWrappableAnimation.rebuildSimulator(Rectangle rect)
Restart (rebuild) the simulation.
|
Copyright © 2014–2018 Delft University of Technology. All rights reserved.