Interface LaneData<L extends LaneData<L>>
- Type Parameters:
L
- lane data type
- All Superinterfaces:
org.djutils.base.Identifiable
public interface LaneData<L extends LaneData<L>>
extends org.djutils.base.Identifiable
Represents a lane for sampling.
Copyright (c) 2013-2024 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
Modifier and TypeMethodDescriptionorg.djunits.value.vdouble.scalar.Length
Returns the length of the lane.Returns the parent link of the lane.Methods inherited from interface org.djutils.base.Identifiable
getId
-
Method Details
-
getLength
org.djunits.value.vdouble.scalar.Length getLength()Returns the length of the lane.- Returns:
- length of the lane
-
getLinkData
Returns the parent link of the lane.- Returns:
- parent link of the lane
-