Package org.opentrafficsim.core.gtu
Class GTUCharacteristicsTest
java.lang.Object
org.opentrafficsim.core.gtu.GTUCharacteristicsTest
- All Implemented Interfaces:
 java.io.Serializable,DSOLModel<Time,Duration,SimTimeDoubleUnit,org.opentrafficsim.core.dsol.OTSSimulatorInterface>,DSOLModel.TimeDoubleUnit<org.opentrafficsim.core.dsol.OTSSimulatorInterface>,org.opentrafficsim.core.dsol.OTSModelInterface
public class GTUCharacteristicsTest
extends java.lang.Object
implements org.opentrafficsim.core.dsol.OTSModelInterface
Test the GTUCharacteristics class
 
 Copyright (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
Modifier and Type Method Description voidconstructModel()java.lang.StringgetDescription()InputParameterMapgetInputParameterMap()org.opentrafficsim.core.network.OTSNetworkgetNetwork()java.util.ListgetOutputStatistics()java.lang.StringgetShortName()org.opentrafficsim.core.dsol.OTSSimulatorInterfacegetSimulator()voidtestGTUCharacteristics()Test the GTUCharacteristics class. 
- 
Constructor Details
- 
GTUCharacteristicsTest
public GTUCharacteristicsTest() 
 - 
 - 
Method Details
- 
testGTUCharacteristics
Test the GTUCharacteristics class.- Throws:
 SimRuntimeException- should never happenjavax.naming.NamingException- should never happen
 - 
constructModel
- Specified by:
 constructModelin interfaceDSOLModel<Time,Duration,SimTimeDoubleUnit,org.opentrafficsim.core.dsol.OTSSimulatorInterface>- Throws:
 SimRuntimeException
 - 
getNetwork
public final org.opentrafficsim.core.network.OTSNetwork getNetwork()- Specified by:
 getNetworkin interfaceorg.opentrafficsim.core.dsol.OTSModelInterface
 - 
getInputParameterMap
- Specified by:
 getInputParameterMapin interfaceDSOLModel<Time,Duration,SimTimeDoubleUnit,org.opentrafficsim.core.dsol.OTSSimulatorInterface>
 - 
getOutputStatistics
public java.util.List getOutputStatistics()- Specified by:
 getOutputStatisticsin interfaceDSOLModel<Time,Duration,SimTimeDoubleUnit,org.opentrafficsim.core.dsol.OTSSimulatorInterface>
 - 
getSimulator
public org.opentrafficsim.core.dsol.OTSSimulatorInterface getSimulator()- Specified by:
 getSimulatorin interfaceDSOLModel<Time,Duration,SimTimeDoubleUnit,org.opentrafficsim.core.dsol.OTSSimulatorInterface>
 - 
getShortName
public java.lang.String getShortName()- Specified by:
 getShortNamein interfaceorg.opentrafficsim.core.dsol.OTSModelInterface
 - 
getDescription
public java.lang.String getDescription()- Specified by:
 getDescriptionin interfaceorg.opentrafficsim.core.dsol.OTSModelInterface
 
 -