public class LaneData extends Object implements org.opentrafficsim.kpi.interfaces.LaneDataInterface
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Modifier and Type | Field and Description |
---|---|
(package private) org.djunits.value.vdouble.scalar.Length |
length
the link length.
|
Constructor and Description |
---|
LaneData(LinkData linkData,
String laneName,
org.djunits.value.vdouble.scalar.Length length) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getLaneName() |
org.djunits.value.vdouble.scalar.Length |
getLength() |
org.opentrafficsim.kpi.interfaces.LinkDataInterface |
getLinkData() |
int |
hashCode() |
void |
setLinkData(LinkData linkData) |
String |
toString() |
public final org.djunits.value.vdouble.scalar.Length getLength()
getLength
in interface org.opentrafficsim.kpi.interfaces.LaneDataInterface
public final org.opentrafficsim.kpi.interfaces.LinkDataInterface getLinkData()
getLinkData
in interface org.opentrafficsim.kpi.interfaces.LaneDataInterface
public final String getLaneName()
public final void setLinkData(LinkData linkData)
linkData
- set linkDataCopyright © 2014–2016 Delft University of Technology. All rights reserved.