Package | Description |
---|---|
org.opentrafficsim.simulationengine |
Wrappers and stubs for the DSOL simulation engine.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SimpleAnimatorInterface
Copyright (c) 2013-2018 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleAnimator
Copyright (c) 2013-2018 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
class |
SimpleSimulator
Construct a DSOL DEVSSimulator or DEVSAnimator the easy way.
|
Modifier and Type | Method and Description |
---|---|
SimpleSimulatorInterface |
WrappableAnimation.buildAnimator(Time startTime,
Duration warmupPeriod,
Duration runLength,
List<Property<?>> properties,
Rectangle rect,
boolean exitOnClose)
Build the animation.
|
SimpleSimulatorInterface |
WrappableSimulation.buildSimulator(Time startTime,
Duration warmupPeriod,
Duration runLength,
ArrayList<Property<?>> properties)
Build the simulation.
|
SimpleSimulatorInterface |
WrappableAnimation.rebuildSimulator(Rectangle rect)
Restart (rebuild) the simulation.
|
SimpleSimulatorInterface |
AbstractWrappableAnimation.rebuildSimulator(Rectangle rect)
Restart (rebuild) the simulation.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractWrappableAnimation.addTabs(SimpleSimulatorInterface simulator)
Make additional tabs in the main simulation window.
|
Copyright © 2014–2018 Delft University of Technology. All rights reserved.