public class GtuData extends Object implements org.opentrafficsim.kpi.interfaces.GtuDataInterface
Copyright (c) 2013-2018 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.Identifiable
getId
in interface org.opentrafficsim.kpi.interfaces.GtuDataInterface
public final NodeData getOriginNodeData()
getOriginNodeData
in interface org.opentrafficsim.kpi.interfaces.GtuDataInterface
public final NodeData getDestinationNodeData()
getDestinationNodeData
in interface org.opentrafficsim.kpi.interfaces.GtuDataInterface
public final GtuTypeData getGtuTypeData()
getGtuTypeData
in interface org.opentrafficsim.kpi.interfaces.GtuDataInterface
public final RouteData getRouteData()
getRouteData
in interface org.opentrafficsim.kpi.interfaces.GtuDataInterface
Copyright © 2014–2018 Delft University of Technology. All rights reserved.