Package org.opentrafficsim.web.test
Class TJunctionDemo
- java.lang.Object
-
- nl.tudelft.simulation.dsol.jetty.sse.OTSWebServer
-
- org.opentrafficsim.web.test.TJunctionDemo
-
- All Implemented Interfaces:
Serializable
,EventListener
,EventListenerInterface
public class TJunctionDemo extends OTSWebServer
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.- Version:
- $Revision$, $LastChangedDate$, by $Author$, initial version 11 dec. 2016
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
- 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 TJunctionDemo(String title, OTSSimulatorInterface simulator, OTSModelInterface model)
Create a T-Junction demo.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Start the demo.-
Methods inherited from class nl.tudelft.simulation.dsol.jetty.sse.OTSWebServer
getAnimationPanel, getSimulator, getTitle, notify, setSpeedFactor, startSimulator, stopSimulator
-
-
-
-
Constructor Detail
-
TJunctionDemo
public TJunctionDemo(String title, OTSSimulatorInterface simulator, OTSModelInterface model) throws Exception
Create a T-Junction demo.- Parameters:
title
- String; the tile for the modelsimulator
- DEVSRealTimeClock.TimeDouble; the simulatormodel
- the model- Throws:
Exception
- on jetty error
-
-