public class CurveTest extends Object
 Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved. 
 BSD-style license. See OpenTrafficSim License.
 
| Constructor and Description | 
|---|
CurveTest()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
curveTest()
Let GTUs drive through a curve and check (de-)registration times at each node. 
 | 
void | 
printEventList(org.opentrafficsim.core.dsol.OTSDEVSSimulatorInterface simulator)
Print all scheduled events of an OTSDEVSSimulatorInterface. 
 | 
public void curveTest()
               throws org.opentrafficsim.core.geometry.OTSGeometryException,
                      nl.tudelft.simulation.dsol.SimRuntimeException,
                      NamingException,
                      org.opentrafficsim.core.network.NetworkException,
                      org.opentrafficsim.core.gtu.GTUException
org.opentrafficsim.core.geometry.OTSGeometryException - on errorNamingException - on errornl.tudelft.simulation.dsol.SimRuntimeException - on errororg.opentrafficsim.core.network.NetworkException - on errororg.opentrafficsim.core.gtu.GTUException - on errorpublic void printEventList(org.opentrafficsim.core.dsol.OTSDEVSSimulatorInterface simulator)
simulator - OTSDEVSSimulatorInterface; the OTSDEVSSimulatorInterfaceCopyright © 2014–2017 Delft University of Technology. All rights reserved.