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(org.djunits.value.vdouble.scalar.Time startTime,
org.djunits.value.vdouble.scalar.Duration warmupPeriod,
org.djunits.value.vdouble.scalar.Duration runLength,
List<org.opentrafficsim.base.modelproperties.Property<?>> properties,
Rectangle rect,
boolean exitOnClose)
Build the animation.
|
SimpleAnimator |
AbstractWrappableAnimation.buildAnimator(org.djunits.value.vdouble.scalar.Time startTime,
org.djunits.value.vdouble.scalar.Duration warmupPeriod,
org.djunits.value.vdouble.scalar.Duration runLength,
List<org.opentrafficsim.base.modelproperties.Property<?>> userModifiedProperties,
Rectangle rect,
boolean eoc)
Build the animation.
|
SimpleSimulatorInterface |
WrappableSimulation.buildSimulator(org.djunits.value.vdouble.scalar.Time startTime,
org.djunits.value.vdouble.scalar.Duration warmupPeriod,
org.djunits.value.vdouble.scalar.Duration runLength,
ArrayList<org.opentrafficsim.base.modelproperties.AbstractProperty<?>> properties)
Build the simulation.
|
SimpleSimulator |
AbstractWrappableSimulation.buildSimulator(org.djunits.value.vdouble.scalar.Time startTime,
org.djunits.value.vdouble.scalar.Duration warmupPeriod,
org.djunits.value.vdouble.scalar.Duration runLength,
ArrayList<org.opentrafficsim.base.modelproperties.AbstractProperty<?>> userModifiedProperties)
Build the simulation.
|
protected abstract OTSModelInterface |
AbstractWrappableSimulation.makeModel() |
protected abstract OTSModelInterface |
AbstractWrappableAnimation.makeModel(GTUColorer colorer) |
SimpleSimulatorInterface |
WrappableAnimation.rebuildSimulator(Rectangle rect)
Restart (rebuild) the simulation.
|
SimpleSimulatorInterface |
AbstractWrappableAnimation.rebuildSimulator(Rectangle rect)
Restart (rebuild) the simulation.
|
Copyright © 2014–2017 Delft University of Technology. All rights reserved.