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
,EventListener
,EventListenerInterface
public class CircularModelWeb extends OTSWebServer
Test4DCrossing.java.
Copyright (c) 2003-2018 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl. The source code and binary code of this software is proprietary information of Delft University of Technology.- Author:
- Alexander Verbraeck
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class nl.tudelft.simulation.dsol.jetty.sse.OTSWebServer
OTSWebServer.XHRHandler
-
-
Constructor Summary
Constructors Constructor Description CircularModelWeb(String title, OTSSimulatorInterface simulator, OTSModelInterface model)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
-
Methods inherited from class nl.tudelft.simulation.dsol.jetty.sse.OTSWebServer
getAnimationPanel, getSimulator, getTitle, notify, setSpeedFactor, startSimulator, stopSimulator
-
-
-
-
Constructor Detail
-
CircularModelWeb
public CircularModelWeb(String title, OTSSimulatorInterface simulator, OTSModelInterface model) throws Exception
- Parameters:
title
- String; the tile for the modelsimulator
- DEVSRealTimeClock.TimeDouble; the simulatormodel
- the model- Throws:
Exception
- on jetty error
-
-