Interface HeadwayLaneBasedObject
-
- All Superinterfaces:
Comparable<Headway>
,Headway
,Identifiable
,PerceivedObject
,Serializable
- All Known Implementing Classes:
AbstractHeadwayLaneBasedObject
,HeadwayBusStop
,HeadwayConflict
,HeadwayStopLine
,HeadwayTrafficLight
public interface HeadwayLaneBasedObject extends Headway
Headway of a lane-based object.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 May 15, 2019
- 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Lane
getLane()
Lane at which the object is located.-
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 Detail
-
getLane
Lane getLane()
Lane at which the object is located.- Returns:
- Lane; lane at which the object is located
-
-