Interface LaneData
-
- All Superinterfaces:
Identifiable
public interface LaneData extends Identifiable
Represents a lane for sampling.Copyright (c) 2013-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LengthgetLength()Returns the length of the lane.LinkDatagetLinkData()Returns the parent link of the lane.-
Methods inherited from interface org.opentrafficsim.base.Identifiable
getId
-
-