Package org.opentrafficsim.web.test
Class CircularModelWeb
java.lang.Object
org.opentrafficsim.web.OtsWebServer
org.opentrafficsim.web.test.CircularModelWeb
- All Implemented Interfaces:
EventListener,EventListener
Test4DCrossing.java.
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
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opentrafficsim.web.OtsWebServer
OtsWebServer.XHRHandler -
Constructor Summary
ConstructorsConstructorDescriptionCircularModelWeb(String title, OtsSimulatorInterface simulator, OtsModelInterface model) Constructor. -
Method Summary
Methods inherited from class org.opentrafficsim.web.OtsWebServer
getAnimationPanel, getSimulator, getTitle, notify, setSpeedFactor, startSimulator, stopSimulator
-
Constructor Details
-
CircularModelWeb
public CircularModelWeb(String title, OtsSimulatorInterface simulator, OtsModelInterface model) throws Exception Constructor.- Parameters:
title- the tile for the modelsimulator- DevsRealTimeAnimator.TimeDouble; the simulatormodel- the model- Throws:
Exception- on jetty error
-
-
Method Details
-
main
Main method.- Parameters:
args- arguments, expected to be empty- Throws:
Exception- on error
-