Package org.opentrafficsim.core.dsol
Interface OtsModelInterface
- All Superinterfaces:
nl.tudelft.simulation.dsol.model.DsolModel<org.djunits.value.vdouble.scalar.Duration,
,OtsSimulatorInterface> Serializable
- All Known Implementing Classes:
AbstractOtsModel
public interface OtsModelInterface
extends nl.tudelft.simulation.dsol.model.DsolModel<org.djunits.value.vdouble.scalar.Duration,OtsSimulatorInterface>
OtsModelInterface described the generic properties of an OtsModel such as the network and the model name.
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:
- Alexander Verbraeck
-
Method Summary
Modifier and TypeMethodDescriptionReturn a description of the simulation (HTML formatted).Return the traffic network for the simulation.Return a very short description of the simulation.Methods inherited from interface nl.tudelft.simulation.dsol.model.DsolModel
constructModel, getDefaultStream, getInputParameterMap, getOutputStatistics, getSimulator, getStream, getStreamInformation, getStreams, resetStreams, setStreamInformation
-
Method Details
-
getNetwork
Network getNetwork()Return the traffic network for the simulation.- Returns:
- the network.
-
getShortName
String getShortName()Return a very short description of the simulation.- Returns:
- String; short description of the simulation
-
getDescription
String getDescription()Return a description of the simulation (HTML formatted).- Returns:
- String; HTML text describing the simulation
-