Class LaneData

java.lang.Object
org.opentrafficsim.road.network.sampling.LaneData
All Implemented Interfaces:
Identifiable, LaneDataInterface

public class LaneData
extends java.lang.Object
implements LaneDataInterface
Lane representation in road sampler.

Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Version:
$Revision$, $LastChangedDate$, by $Author$, initial version 13 okt. 2016
Author:
Alexander Verbraeck, Peter Knoppers, Wouter Schakel
  • Constructor Summary

    Constructors 
    Constructor Description
    LaneData​(Lane lane)  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object obj)
    java.lang.String getId()
    Lane getLane()  
    Length getLength()
    LinkData getLinkData()
    int hashCode()
    java.lang.String toString()

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait