Interface LaneBasedGTUCharacteristicsGenerator
-
- All Known Implementing Classes:
LaneBasedTemplateGTUType
,LaneBasedTemplateGTUTypeDistribution
public interface LaneBasedGTUCharacteristicsGenerator
Interface for objects that can generate a LaneBasedGTUCharacteristics object.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 9, 2016
- Author:
- Alexander Verbraeck, Peter Knoppers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LaneBasedGTUCharacteristics
draw()
Generate a LaneBasedGTUCharacteristics object.
-
-
-
Method Detail
-
draw
LaneBasedGTUCharacteristics draw() throws ProbabilityException, ParameterException, GTUException
Generate a LaneBasedGTUCharacteristics object.- Returns:
- LaneBasedGTUCharacteristics
- Throws:
ProbabilityException
- when the generator is improperly configuredParameterException
- in case of a parameter problem.GTUException
- if strategical planner cannot be created
-
-