Interface GtuData
- All Superinterfaces:
Identifiable
Represents a GTU for sampling.
Copyright (c) 2013-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Method Summary
Modifier and TypeMethodDescriptionReturns the destination id.getGtuId()
Returns the GTU type id.Returns the origin id.Returns the route id.Methods inherited from interface org.opentrafficsim.base.Identifiable
getId
-
Method Details
-
getOriginId
String getOriginId()Returns the origin id.- Returns:
- origin id of the gtu
-
getDestinationId
String getDestinationId()Returns the destination id.- Returns:
- destination id of the gtu
-
getGtuId
String getGtuId()Returns the GTU type id.- Returns:
- type id of the gtu
-
getRouteId
String getRouteId()Returns the route id.- Returns:
- route id of the gtu
-