public class LinkData extends Object implements LinkDataInterface
Copyright (c) 2013-2019 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
- CrossSectionLink; wrapped linkpublic final CrossSectionLink getLink()
public final List<LaneData> getLaneDatas()
getLaneDatas
in interface LinkDataInterface
public final Length getLength()
getLength
in interface LinkDataInterface
public final String getId()
getId
in interface Identifiable
getId
in interface LinkDataInterface
Copyright © 2014–2019 Delft University of Technology. All rights reserved.