Interface PerceivedLaneBasedObject
- All Superinterfaces:
Comparable<PerceivedObject>,Identifiable,PerceivedObject
- All Known Subinterfaces:
PerceivedConflict
- All Known Implementing Classes:
LocalDistractionPerception.PerceivedLocalDistraction,PerceivedBusStop,PerceivedConflictFull,PerceivedLaneBasedObjectBase,PerceivedTrafficLight,PerceivedTrafficLightChannel
Lane based perceived 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.object.PerceivedObject
PerceivedObject.Kinematics, PerceivedObject.ObjectType -
Method Summary
Methods inherited from interface org.djutils.base.Identifiable
getIdMethods inherited from interface org.opentrafficsim.road.gtu.lane.perception.object.PerceivedObject
compareTo, getAcceleration, getDistance, getKinematics, getLength, getObjectType, getSpeed
-
Method Details
-
getLane
Lane getLane()Lane at which the object is located.- Returns:
- lane at which the object is located
-