Class AbstractOtsSimulationApplication

java.lang.Object
org.opentrafficsim.core.dsol.AbstractOtsSimulationApplication
All Implemented Interfaces:
Serializable

public abstract class AbstractOtsSimulationApplication extends Object implements 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 Details

    • AbstractOtsSimulationApplication

      public AbstractOtsSimulationApplication(OtsModelInterface model)
      The application, which is model aware.
      Parameters:
      model - OtsModelInterface; the model that will be shown in the JFrame
  • Method Details