Package org.opentrafficsim.core.dsol
Class AbstractOtsSimulationApplication
java.lang.Object
org.opentrafficsim.core.dsol.AbstractOtsSimulationApplication
- All Implemented Interfaces:
Serializable
AbstractOtsSimulationApplication is a class that can be extended by a simulation application that runs from the command line.
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Alexander Verbraeck
- See Also:
-
Constructor Summary
ConstructorDescriptionThe application, which is model aware. -
Method Summary
-
Constructor Details
-
AbstractOtsSimulationApplication
The application, which is model aware.- Parameters:
model
- OtsModelInterface; the model that will be shown in the JFrame
-
-
Method Details
-
getModel
- Returns:
- model
-