Interface LinkData<L extends LaneData<L>>

Type Parameters:
L - lane data type
All Superinterfaces:
Identifiable

public interface LinkData<L extends LaneData<L>> extends Identifiable
Represents a link 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 Type
    Method
    Description
    Returns the lanes of the link.
    Returns the length of the link.

    Methods inherited from interface org.djutils.base.Identifiable

    getId
  • Method Details

    • getLength

      Length getLength()
      Returns the length of the link.
      Returns:
      length of the link
    • getLanes

      List<L> getLanes()
      Returns the lanes of the link.
      Returns:
      list of lanes of the link