public interface LaneBasedGTUCharacteristicsGenerator
Copyright (c) 2013-2016 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()
Generate a LaneBasedGTUCharacteristics object.
|
org.opentrafficsim.core.dsol.OTSDEVSSimulatorInterface |
getSimulator()
Return the simulator.
|
LaneBasedGTUCharacteristics draw() throws org.opentrafficsim.core.distributions.ProbabilityException, org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterException, org.opentrafficsim.core.gtu.GTUException
org.opentrafficsim.core.distributions.ProbabilityException - when the generator is improperly configuredorg.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterException - in case of a parameter problem.org.opentrafficsim.core.gtu.GTUException - if strategical planner cannot be createdorg.opentrafficsim.core.dsol.OTSDEVSSimulatorInterface getSimulator()
throws org.opentrafficsim.core.distributions.ProbabilityException
org.opentrafficsim.core.distributions.ProbabilityException - when the generator cannot retrieve the simulatorCopyright © 2014–2016 Delft University of Technology. All rights reserved.