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 | Method and Description |
---|---|
boolean |
equals(Object obj) |
Lane |
getLane() |
org.djunits.value.vdouble.scalar.Length |
getLength() |
org.opentrafficsim.kpi.interfaces.LinkDataInterface |
getLinkData() |
int |
hashCode() |
String |
toString() |
public LaneData(Lane lane)
lane
- wrapped lanepublic final Lane getLane()
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
Copyright © 2014–2016 Delft University of Technology. All rights reserved.