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 voidfinal NetworkvoidsetStreamInformation(StreamInformation streamInformation) final voidTest the GtuCharacteristics class.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
constructModelin interfaceDSOLModel<Duration,OtsSimulatorInterface> - Throws:
SimRuntimeException
-
getNetwork
- Specified by:
getNetworkin interfaceOtsModelInterface
-
getInputParameterMap
- Specified by:
getInputParameterMapin interfaceDSOLModel<Duration,OtsSimulatorInterface>
-
getOutputStatistics
- Specified by:
getOutputStatisticsin interfaceDSOLModel<Duration,OtsSimulatorInterface>
-
getSimulator
- Specified by:
getSimulatorin interfaceDSOLModel<Duration,OtsSimulatorInterface>
-
getShortName
- Specified by:
getShortNamein interfaceOtsModelInterface
-
getDescription
- Specified by:
getDescriptionin interfaceOtsModelInterface
-
setStreamInformation
- Specified by:
setStreamInformationin interfaceDSOLModel<Duration,OtsSimulatorInterface>
-
getStreamInformation
- Specified by:
getStreamInformationin interfaceDSOLModel<Duration,OtsSimulatorInterface>
-