public class GtuData extends Object implements org.opentrafficsim.kpi.interfaces.GtuDataInterface
Copyright (c) 2013-2017 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
| Constructor and Description |
|---|
GtuData(LaneBasedGTU gtu) |
| Modifier and Type | Method and Description |
|---|---|
NodeData |
getDestinationNodeData() |
LaneBasedGTU |
getGtu() |
GtuTypeData |
getGtuTypeData() |
String |
getId() |
NodeData |
getOriginNodeData() |
RouteData |
getRouteData() |
String |
toString() |
public GtuData(LaneBasedGTU gtu)
gtu - gtupublic final LaneBasedGTU getGtu()
public final String getId()
getId in interface org.opentrafficsim.base.IdentifiablegetId in interface org.opentrafficsim.kpi.interfaces.GtuDataInterfacepublic final NodeData getOriginNodeData()
getOriginNodeData in interface org.opentrafficsim.kpi.interfaces.GtuDataInterfacepublic final NodeData getDestinationNodeData()
getDestinationNodeData in interface org.opentrafficsim.kpi.interfaces.GtuDataInterfacepublic final GtuTypeData getGtuTypeData()
getGtuTypeData in interface org.opentrafficsim.kpi.interfaces.GtuDataInterfacepublic final RouteData getRouteData()
getRouteData in interface org.opentrafficsim.kpi.interfaces.GtuDataInterfaceCopyright © 2014–2018 Delft University of Technology. All rights reserved.