Package org.opentrafficsim.ahfe
Class AHFESimulation
java.lang.Object
org.opentrafficsim.core.dsol.AbstractOTSSimulationApplication
org.opentrafficsim.ahfe.AHFESimulation
- All Implemented Interfaces:
 java.io.Serializable
public class AHFESimulation extends AbstractOTSSimulationApplication
Simulation for AHFE congress.
 
 Copyright (c) 2013-2019 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
Modifier and Type Method Description static voidmain(java.lang.String[] args)Main program. 
- 
Constructor Details
- 
AHFESimulation
- Parameters:
 model- OTSModelInterface; the model
 
 - 
 - 
Method Details
- 
main
Main program.- Parameters:
 args- String[]; the command line arguments- Throws:
 SimRuntimeException- should never happen
 
 -