public class Straight extends Object implements org.opentrafficsim.simulationengine.WrappableSimulation
Copyright (c) 2013-2014 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights
reserved.
BSD-style license. See OpenTrafficSim License.
| Constructor and Description |
|---|
Straight()
Create a ContourPlots simulation.
|
| Modifier and Type | Method and Description |
|---|---|
org.opentrafficsim.simulationengine.SimpleAnimator |
buildSimulator(ArrayList<org.opentrafficsim.simulationengine.AbstractProperty<?>> userModifiedProperties)
Create the simulation.
|
String |
description() |
ArrayList<org.opentrafficsim.simulationengine.AbstractProperty<?>> |
getProperties() |
static void |
main(String[] args)
Main program.
|
String |
shortName() |
public static void main(String[] args) throws RemoteException, nl.tudelft.simulation.dsol.SimRuntimeException
args - String[]; the command line arguments (not used)RemoteException - on communications failurenl.tudelft.simulation.dsol.SimRuntimeException - when simulation cannot be created with given parameterspublic final org.opentrafficsim.simulationengine.SimpleAnimator buildSimulator(ArrayList<org.opentrafficsim.simulationengine.AbstractProperty<?>> userModifiedProperties) throws nl.tudelft.simulation.dsol.SimRuntimeException, RemoteException, NamingException
buildSimulator in interface org.opentrafficsim.simulationengine.WrappableSimulationuserModifiedProperties - the properties for the simulation.RemoteException - on communications failurenl.tudelft.simulation.dsol.SimRuntimeException - when simulation cannot be created with given parametersNamingException - when context for the animation cannot be createdpublic final String shortName()
shortName in interface org.opentrafficsim.simulationengine.WrappableSimulationpublic final String description()
description in interface org.opentrafficsim.simulationengine.WrappableSimulationpublic final ArrayList<org.opentrafficsim.simulationengine.AbstractProperty<?>> getProperties()
getProperties in interface org.opentrafficsim.simulationengine.WrappableSimulationCopyright © 2014–2015 Delft University of Technology. All rights reserved.