Package org.opentrafficsim.core.gtu
Class GtuCharacteristicsTest
java.lang.Object
org.opentrafficsim.core.gtu.GtuCharacteristicsTest
- All Implemented Interfaces:
Serializable
,DSOLModel<Duration,
,OtsSimulatorInterface> OtsModelInterface
Test the GtuCharacteristics class
Copyright (c) 2013-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Peter Knoppers
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
final Network
void
setStreamInformation
(StreamInformation streamInformation) final void
Test the GtuCharacteristics class.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface nl.tudelft.simulation.dsol.model.DSOLModel
getDefaultStream, getStream, getStreams, resetStreams
-
Constructor Details
-
GtuCharacteristicsTest
public GtuCharacteristicsTest()
-
-
Method Details
-
testGtuCharacteristics
Test the GtuCharacteristics class.- Throws:
SimRuntimeException
- should never happenNamingException
- should never happen
-
constructModel
- Specified by:
constructModel
in interfaceDSOLModel<Duration,
OtsSimulatorInterface> - Throws:
SimRuntimeException
-
getNetwork
- Specified by:
getNetwork
in interfaceOtsModelInterface
-
getInputParameterMap
- Specified by:
getInputParameterMap
in interfaceDSOLModel<Duration,
OtsSimulatorInterface>
-
getOutputStatistics
- Specified by:
getOutputStatistics
in interfaceDSOLModel<Duration,
OtsSimulatorInterface>
-
getSimulator
- Specified by:
getSimulator
in interfaceDSOLModel<Duration,
OtsSimulatorInterface>
-
getShortName
- Specified by:
getShortName
in interfaceOtsModelInterface
-
getDescription
- Specified by:
getDescription
in interfaceOtsModelInterface
-
setStreamInformation
- Specified by:
setStreamInformation
in interfaceDSOLModel<Duration,
OtsSimulatorInterface>
-
getStreamInformation
- Specified by:
getStreamInformation
in interfaceDSOLModel<Duration,
OtsSimulatorInterface>
-