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