public class LaneData extends Object implements LaneDataInterface
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.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getId() |
Lane |
getLane() |
Length |
getLength() |
LinkData |
getLinkData() |
int |
hashCode() |
String |
toString() |
public LaneData(Lane lane)
lane - wrapped lanepublic final Lane getLane()
public final Length getLength()
getLength in interface LaneDataInterfacepublic final LinkData getLinkData()
getLinkData in interface LaneDataInterfacepublic final String getId()
getId in interface IdentifiablegetId in interface LaneDataInterfaceCopyright © 2014–2018 Delft University of Technology. All rights reserved.