public class LinkData extends Object implements org.opentrafficsim.kpi.interfaces.LinkDataInterface
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.
Constructor and Description |
---|
LinkData(CrossSectionLink link) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<org.opentrafficsim.kpi.interfaces.LaneDataInterface> |
getLaneDatas() |
org.djunits.value.vdouble.scalar.Length |
getLength() |
CrossSectionLink |
getLink() |
int |
hashCode() |
String |
toString() |
public LinkData(CrossSectionLink link)
link
- wrapped linkpublic final CrossSectionLink getLink()
public final List<org.opentrafficsim.kpi.interfaces.LaneDataInterface> getLaneDatas()
getLaneDatas
in interface org.opentrafficsim.kpi.interfaces.LinkDataInterface
public final org.djunits.value.vdouble.scalar.Length getLength()
getLength
in interface org.opentrafficsim.kpi.interfaces.LinkDataInterface
Copyright © 2014–2016 Delft University of Technology. All rights reserved.