Package org.opentrafficsim.core.dsol
Class AbstractOtsSimulationApplicationTest.OtsSimulationApplication
java.lang.Object
org.opentrafficsim.core.dsol.AbstractOtsSimulationApplication
org.opentrafficsim.core.dsol.AbstractOtsSimulationApplicationTest.OtsSimulationApplication
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AbstractOtsSimulationApplicationTest
static class AbstractOtsSimulationApplicationTest.OtsSimulationApplication
extends AbstractOtsSimulationApplication
Instrumented class for testing.
-
Constructor Summary
ConstructorDescriptionConstruct a OtsSimulationApplication object. -
Method Summary
Methods inherited from class org.opentrafficsim.core.dsol.AbstractOtsSimulationApplication
getModel
-
Constructor Details
-
OtsSimulationApplication
OtsSimulationApplication(OtsModelInterface model) Construct a OtsSimulationApplication object.- Parameters:
model
- OtsModelInterface; the model
-