public class LaneData extends Object implements LaneDataInterface
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 |
|---|
LaneData(LinkData linkData,
String laneName,
Length length) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getId() |
String |
getLaneName() |
Length |
getLength() |
LinkDataInterface |
getLinkData() |
int |
hashCode() |
void |
setLinkData(LinkData linkData) |
String |
toString() |
public final Length getLength()
getLength in interface LaneDataInterfacepublic final LinkDataInterface getLinkData()
getLinkData in interface LaneDataInterfacepublic final String getLaneName()
public String getId()
getId in interface IdentifiablegetId in interface LaneDataInterfacepublic final void setLinkData(LinkData linkData)
linkData - LinkData; set linkDataCopyright © 2014–2019 Delft University of Technology. All rights reserved.