Package org.opentrafficsim.core.gtu
Class GtuCharacteristicsTest
java.lang.Object
org.opentrafficsim.core.gtu.GtuCharacteristicsTest
- All Implemented Interfaces:
DsolModel<Duration,,OtsSimulatorInterface> OtsModelInterface
Test the GtuCharacteristics class
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Peter Knoppers
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidsetInputParameterMap(InputParameterMap inputParameterMap) voidsetResetApplicationExecutable(Runnable resetApplicationExecutable) voidsetStreamInformation(StreamInformation streamInformation) 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, getInputParameterBoolean, getInputParameterDouble, getInputParameterDoubleScalar, getInputParameterFloat, getInputParameterFloatScalar, getInputParameterInteger, getInputParameterLocalDateTime, getInputParameterLong, getInputParameterString, getInputParameterUnit, getStream, getStreams, resetStreams
-
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
-
setInputParameterMap
- Specified by:
setInputParameterMapin interfaceDsolModel<Duration,OtsSimulatorInterface>
-
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>
-
setResetApplicationExecutable
- Specified by:
setResetApplicationExecutablein interfaceDsolModel<Duration,OtsSimulatorInterface>
-
getResetApplicationExecutable
- Specified by:
getResetApplicationExecutablein interfaceDsolModel<Duration,OtsSimulatorInterface>
-
resetApplication
public void resetApplication()- Specified by:
resetApplicationin interfaceDsolModel<Duration,OtsSimulatorInterface>
-