Class ODApplierTest
- java.lang.Object
-
- org.opentrafficsim.road.gtu.strategical.od.ODApplierTest
-
public class ODApplierTest extends java.lang.Object
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 12 dec. 2017
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
-
Constructor Summary
Constructors Constructor Description ODApplierTest()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
gtuFractionTest()
void
headwayGeneratorTest()
Test whether correct headways and frequencies are calculated.
-
-
-
Constructor Detail
-
ODApplierTest
public ODApplierTest() throws NetworkException, OTSGeometryException, javax.naming.NamingException
Constructor.- Throws:
OTSGeometryException
- on exceptionNetworkException
- on exceptionjavax.naming.NamingException
- on ...
-
-
Method Detail
-
headwayGeneratorTest
public void headwayGeneratorTest() throws ValueRuntimeException, NetworkException, ParameterException, SimRuntimeException, ProbabilityException, java.lang.IllegalArgumentException, java.lang.IllegalAccessException, OTSGeometryException
Test whether correct headways and frequencies are calculated.- Throws:
NetworkException
- on exceptionValueRuntimeException
- on exceptionSimRuntimeException
- on exceptionParameterException
- on exceptionProbabilityException
- on exceptionjava.lang.IllegalAccessException
- on exceptionjava.lang.IllegalArgumentException
- on exceptionOTSGeometryException
- on exception
-
gtuFractionTest
public void gtuFractionTest() throws ValueRuntimeException, NetworkException, ParameterException, SimRuntimeException, ProbabilityException, GTUException
- Throws:
ValueRuntimeException
- on exceptionNetworkException
- on exceptionSimRuntimeException
- on exceptionParameterException
- on exceptionGTUException
- on exceptionProbabilityException
- on exception
-
-