public interface GTUCharacteristicsGeneratorOD
Copyright (c) 2013-2017 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Modifier and Type | Method and Description |
---|---|
LaneBasedGTUCharacteristics |
draw(org.opentrafficsim.core.network.Node origin,
org.opentrafficsim.core.network.Node destination,
Category category,
nl.tudelft.simulation.jstats.streams.StreamInterface randomStream)
Generate new
LaneBasedGTUCharacteristics using given input from OD. |
LaneBasedGTUCharacteristics draw(org.opentrafficsim.core.network.Node origin, org.opentrafficsim.core.network.Node destination, Category category, nl.tudelft.simulation.jstats.streams.StreamInterface randomStream) throws org.opentrafficsim.core.gtu.GTUException
LaneBasedGTUCharacteristics
using given input from OD.origin
- Node; origindestination
- Node; destinationcategory
- Category; category (GTU type, route, or more)randomStream
- StreamInterface; stream for random numbersorg.opentrafficsim.core.gtu.GTUException
- if characteristics could not be generated for the GTUExceptionCopyright © 2014–2018 Delft University of Technology. All rights reserved.