Package org.opentrafficsim.core.gtu
Class GTUCharacteristicsTest
- java.lang.Object
-
- org.opentrafficsim.core.gtu.GTUCharacteristicsTest
-
- All Implemented Interfaces:
Serializable
,DSOLModel<Time,Duration,SimTimeDoubleUnit,OTSSimulatorInterface>
,DSOLModel.TimeDoubleUnit<OTSSimulatorInterface>
,OTSModelInterface
public class GTUCharacteristicsTest extends Object implements OTSModelInterface
Test the GTUCharacteristics classCopyright (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 Mar 11, 2016
- Author:
- Peter Knoppers
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface nl.tudelft.simulation.dsol.model.DSOLModel
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 Summary
Constructors Constructor Description GTUCharacteristicsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
constructModel()
String
getDescription()
InputParameterMap
getInputParameterMap()
OTSNetwork
getNetwork()
List
getOutputStatistics()
String
getShortName()
OTSSimulatorInterface
getSimulator()
void
testGTUCharacteristics()
Test the GTUCharacteristics class.
-
-
-
Method Detail
-
testGTUCharacteristics
public final void testGTUCharacteristics() throws SimRuntimeException, NamingException
Test the GTUCharacteristics class.- Throws:
SimRuntimeException
- should never happenNamingException
- should never happen
-
constructModel
public final void constructModel() throws SimRuntimeException
- Specified by:
constructModel
in interfaceDSOLModel<Time,Duration,SimTimeDoubleUnit,OTSSimulatorInterface>
- Throws:
SimRuntimeException
-
getNetwork
public final OTSNetwork getNetwork()
- Specified by:
getNetwork
in interfaceOTSModelInterface
-
getInputParameterMap
public InputParameterMap getInputParameterMap()
- Specified by:
getInputParameterMap
in interfaceDSOLModel<Time,Duration,SimTimeDoubleUnit,OTSSimulatorInterface>
-
getOutputStatistics
public List getOutputStatistics()
- Specified by:
getOutputStatistics
in interfaceDSOLModel<Time,Duration,SimTimeDoubleUnit,OTSSimulatorInterface>
-
getSimulator
public OTSSimulatorInterface getSimulator()
- Specified by:
getSimulator
in interfaceDSOLModel<Time,Duration,SimTimeDoubleUnit,OTSSimulatorInterface>
-
getShortName
public String getShortName()
- Specified by:
getShortName
in interfaceOTSModelInterface
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceOTSModelInterface
-
-