Class GeneratorPositions.GeneratorLinkPosition
java.lang.Object
org.opentrafficsim.road.gtu.generator.GeneratorPositions.GeneratorLinkPosition
- Enclosing class:
- GeneratorPositions
public static final class GeneratorPositions.GeneratorLinkPosition
extends java.lang.Object
Class representing a vehicle generation link to provide individual generation positions.
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 23 dec. 2017
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Method Summary
Modifier and Type Method Description Speed
speedLimit(GTUType gtuType)
java.lang.String
toString()
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
speedLimit
- Parameters:
gtuType
- GTUType; GTU type- Returns:
- Speed; speed limit
-