public class LinkData extends Object implements org.opentrafficsim.kpi.interfaces.LinkDataInterface
 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 | 
|---|
LinkData(CrossSectionLink link)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj) | 
String | 
getId() | 
List<LaneData> | 
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<LaneData> getLaneDatas()
getLaneDatas in interface org.opentrafficsim.kpi.interfaces.LinkDataInterfacepublic final org.djunits.value.vdouble.scalar.Length getLength()
getLength in interface org.opentrafficsim.kpi.interfaces.LinkDataInterfacepublic final String getId()
getId in interface org.opentrafficsim.base.IdentifiablegetId in interface org.opentrafficsim.kpi.interfaces.LinkDataInterfaceCopyright © 2014–2018 Delft University of Technology. All rights reserved.