public class AimsunControl
extends org.opentrafficsim.simulationengine.AbstractWrappableAnimation
Copyright (c) 2013-2016 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 |
AimsunControl.AimsunModel
The network.
|
Constructor and Description |
---|
AimsunControl() |
Modifier and Type | Method and Description |
---|---|
String |
description() |
(package private) static void |
fillBuffer(InputStream in,
byte[] buffer)
Fill a buffer from a stream; retry until the buffer is entirely filled.
|
static String |
hexDump(byte[] bytes)
Create a nice hex dump of a bunch of bytes.
|
static void |
main(String[] args)
Program entry point.
|
protected org.opentrafficsim.core.dsol.OTSModelInterface |
makeModel(org.opentrafficsim.core.gtu.animation.GTUColorer colorer) |
String |
shortName() |
addAnimationToggles, addTab, addTabs, addToggleAnimationButtonIcon, addToggleAnimationButtonText, addToggleGISButtonText, buildAnimator, buildSimpleAnimator, buildSimpleAnimator, getColorer, getPanel, getProperties, getTabCount, getUserModifiedProperties, hideAnimationClass, hideGISLayer, makeAnimationRectangle, rebuildSimulator, setNextReplication, showAnimationClass, showGISLayer, stopTimersThreads, toggleAnimationClass, toggleGISLayer
public static void main(String[] args)
args
- String[]; the command line argumentspublic static String hexDump(byte[] bytes)
bytes
- byte[]; the bytesstatic void fillBuffer(InputStream in, byte[] buffer)
in
- InputStream; the input stream for the databuffer
- byte[]; the bufferpublic final String shortName()
public final String description()
protected 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.AbstractWrappableAnimation
org.opentrafficsim.simulationengine.OTSSimulationException
Copyright © 2014–2017 Delft University of Technology. All rights reserved.