Interface LinkData<L extends LaneData>

    • Method Detail

      • getLength

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

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