Interface HeadwayLaneBasedObject
- All Superinterfaces:
Comparable<Headway>
,Headway
,org.djutils.base.Identifiable
,PerceivedObject
,Serializable
- All Known Implementing Classes:
AbstractHeadwayLaneBasedObject
,HeadwayBusStop
,HeadwayConflict
,HeadwayStopLine
,HeadwayTrafficLight
Headway of a lane-based object.
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
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opentrafficsim.road.gtu.lane.perception.headway.Headway
Headway.ObjectType
-
Method Summary
Methods inherited from interface org.opentrafficsim.road.gtu.lane.perception.headway.Headway
compareTo, getAcceleration, getDistance, getId, getLength, getObjectType, getOverlap, getOverlapFront, getOverlapRear, getSpeed, isAhead, isBehind, isParallel
-
Method Details
-
getLane
Lane getLane()Lane at which the object is located.- Returns:
- Lane; lane at which the object is located
-