Interface GtuData
-
- All Superinterfaces:
Identifiable
public interface GtuData extends 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDestinationId()Returns the destination id.StringgetGtuId()Returns the GTU type id.StringgetOriginId()Returns the origin id.StringgetRouteId()Returns the route id.-
Methods inherited from interface org.opentrafficsim.base.Identifiable
getId
-
-
-
-
Method Detail
-
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
-
-