public class TrafCODDemo2
extends org.opentrafficsim.simulationengine.AbstractWrappableAnimation
Copyright (c) 2013-2017 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
TrafCODDemo2.TrafCODModel
The simulation model.
|
| Constructor and Description |
|---|
TrafCODDemo2() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAnimationToggles() |
protected void |
addTabs(org.opentrafficsim.simulationengine.SimpleSimulatorInterface simulator) |
String |
description() |
static void |
main(String[] args)
Main program.
|
protected Rectangle2D.Double |
makeAnimationRectangle() |
protected org.opentrafficsim.core.dsol.OTSModelInterface |
makeModel(org.opentrafficsim.core.gtu.animation.GTUColorer colorer) |
String |
shortName() |
addTab, addToggleAnimationButtonIcon, addToggleAnimationButtonText, addToggleGISButtonText, buildAnimator, buildSimpleAnimator, buildSimpleAnimator, getColorer, getPanel, getProperties, getTabCount, getUserModifiedProperties, hideAnimationClass, hideGISLayer, rebuildSimulator, setNextReplication, showAnimationClass, showGISLayer, stopTimersThreads, toggleAnimationClass, toggleGISLayerpublic static void main(String[] args) throws nl.tudelft.simulation.dsol.SimRuntimeException
args - String[]; the command line arguments (not used)nl.tudelft.simulation.dsol.SimRuntimeException - should never happenpublic final String shortName()
public final String description()
protected final void addTabs(org.opentrafficsim.simulationengine.SimpleSimulatorInterface simulator)
throws org.opentrafficsim.simulationengine.OTSSimulationException,
org.opentrafficsim.base.modelproperties.PropertyException
addTabs in class org.opentrafficsim.simulationengine.AbstractWrappableAnimationorg.opentrafficsim.simulationengine.OTSSimulationExceptionorg.opentrafficsim.base.modelproperties.PropertyExceptionprotected final org.opentrafficsim.core.dsol.OTSModelInterface makeModel(org.opentrafficsim.core.gtu.animation.GTUColorer colorer)
throws org.opentrafficsim.simulationengine.OTSSimulationException
makeModel in class org.opentrafficsim.simulationengine.AbstractWrappableAnimationorg.opentrafficsim.simulationengine.OTSSimulationExceptionprotected final void addAnimationToggles()
addAnimationToggles in class org.opentrafficsim.simulationengine.AbstractWrappableAnimationprotected final Rectangle2D.Double makeAnimationRectangle()
makeAnimationRectangle in class org.opentrafficsim.simulationengine.AbstractWrappableAnimationCopyright © 2014–2017 Delft University of Technology. All rights reserved.