Package org.opentrafficsim.sim0mq.kpi
Class LaneData
- java.lang.Object
-
- org.opentrafficsim.sim0mq.kpi.LaneData
-
- All Implemented Interfaces:
Identifiable
,LaneDataInterface
public class LaneData extends Object implements LaneDataInterface
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 13 okt. 2016
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getId()
String
getLaneName()
Length
getLength()
LinkDataInterface
getLinkData()
int
hashCode()
void
setLinkData(LinkData linkData)
String
toString()
-
-
-
Method Detail
-
getLength
public final Length getLength()
- Specified by:
getLength
in interfaceLaneDataInterface
-
getLinkData
public final LinkDataInterface getLinkData()
- Specified by:
getLinkData
in interfaceLaneDataInterface
-
getLaneName
public final String getLaneName()
- Returns:
- laneName
-
getId
public String getId()
- Specified by:
getId
in interfaceIdentifiable
- Specified by:
getId
in interfaceLaneDataInterface
-
setLinkData
public final void setLinkData(LinkData linkData)
- Parameters:
linkData
- LinkData; set linkData
-
-