public class GTUCharacteristicsTest extends Object implements org.opentrafficsim.core.dsol.OTSModelInterface
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
DSOLModel.CalendarDouble<S extends SimulatorInterface.CalendarDouble>, DSOLModel.CalendarFloat<S extends SimulatorInterface.CalendarFloat>, DSOLModel.CalendarLong<S extends SimulatorInterface.CalendarLong>, DSOLModel.TimeDouble<S extends SimulatorInterface.TimeDouble>, DSOLModel.TimeDoubleUnit<S extends SimulatorInterface.TimeDoubleUnit>, DSOLModel.TimeFloat<S extends SimulatorInterface.TimeFloat>, DSOLModel.TimeFloatUnit<S extends SimulatorInterface.TimeFloatUnit>, DSOLModel.TimeLong<S extends SimulatorInterface.TimeLong>
Constructor and Description |
---|
GTUCharacteristicsTest() |
Modifier and Type | Method and Description |
---|---|
void |
constructModel() |
String |
getDescription() |
InputParameterMap |
getInputParameterMap() |
org.opentrafficsim.core.network.OTSNetwork |
getNetwork() |
List |
getOutputStatistics() |
String |
getShortName() |
org.opentrafficsim.core.dsol.OTSSimulatorInterface |
getSimulator() |
void |
testGTUCharacteristics()
Test the GTUCharacteristics class.
|
public final void testGTUCharacteristics() throws SimRuntimeException, NamingException
SimRuntimeException
- should never happenNamingException
- should never happenpublic final void constructModel() throws SimRuntimeException
constructModel
in interface DSOLModel<Time,Duration,SimTimeDoubleUnit,org.opentrafficsim.core.dsol.OTSSimulatorInterface>
SimRuntimeException
public final org.opentrafficsim.core.network.OTSNetwork getNetwork()
getNetwork
in interface org.opentrafficsim.core.dsol.OTSModelInterface
public InputParameterMap getInputParameterMap()
getInputParameterMap
in interface DSOLModel<Time,Duration,SimTimeDoubleUnit,org.opentrafficsim.core.dsol.OTSSimulatorInterface>
public List getOutputStatistics()
getOutputStatistics
in interface DSOLModel<Time,Duration,SimTimeDoubleUnit,org.opentrafficsim.core.dsol.OTSSimulatorInterface>
public org.opentrafficsim.core.dsol.OTSSimulatorInterface getSimulator()
getSimulator
in interface DSOLModel<Time,Duration,SimTimeDoubleUnit,org.opentrafficsim.core.dsol.OTSSimulatorInterface>
public String getShortName()
getShortName
in interface org.opentrafficsim.core.dsol.OTSModelInterface
public String getDescription()
getDescription
in interface org.opentrafficsim.core.dsol.OTSModelInterface
Copyright © 2014–2019 Delft University of Technology. All rights reserved.