public class LinkData extends Object implements 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() |
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 LinkDataInterfacepublic final Length getLength()
getLength in interface LinkDataInterfacepublic final String getId()
getId in interface IdentifiablegetId in interface LinkDataInterfaceCopyright © 2014–2018 Delft University of Technology. All rights reserved.