Package org.opentrafficsim.ahfe
Class AHFESimulation
- java.lang.Object
-
- org.opentrafficsim.core.dsol.AbstractOTSSimulationApplication
-
- org.opentrafficsim.ahfe.AHFESimulation
-
- All Implemented Interfaces:
Serializable
public class AHFESimulation extends AbstractOTSSimulationApplication
Simulation for AHFE congress.Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.- Version:
- $Revision$, $LastChangedDate$, by $Author$, initial version Feb 28, 2017
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AHFESimulation(OTSModelInterface model)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Main program.-
Methods inherited from class org.opentrafficsim.core.dsol.AbstractOTSSimulationApplication
getModel
-
-
-
-
Constructor Detail
-
AHFESimulation
public AHFESimulation(OTSModelInterface model)
- Parameters:
model
- OTSModelInterface; the model
-
-
Method Detail
-
main
public static void main(String[] args) throws SimRuntimeException
Main program.- Parameters:
args
- String[]; the command line arguments- Throws:
SimRuntimeException
- should never happen
-
-