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.
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
- Lane; wrapped lanepublic final Lane getLane()
public final Length getLength()
getLength
in interface LaneDataInterface
public final LinkData getLinkData()
getLinkData
in interface LaneDataInterface
public final String getId()
getId
in interface Identifiable
getId
in interface LaneDataInterface
Copyright © 2014–2019 Delft University of Technology. All rights reserved.