Uses of Interface
org.opentrafficsim.road.gtu.perception.object.PerceivedLaneBasedObject
Packages that use PerceivedLaneBasedObject
Package
Description
Categories define a set of perceivable information.
Interfaces and classes describing perceived objects.
Classes that implement the LMRS lane change model integrated with a car-following model forming a tactical planner.
-
Uses of PerceivedLaneBasedObject in org.opentrafficsim.road.gtu.perception.categories
Classes in org.opentrafficsim.road.gtu.perception.categories that implement PerceivedLaneBasedObjectModifier and TypeClassDescriptionclassInformation on distraction. -
Uses of PerceivedLaneBasedObject in org.opentrafficsim.road.gtu.perception.object
Subinterfaces of PerceivedLaneBasedObject in org.opentrafficsim.road.gtu.perception.objectModifier and TypeInterfaceDescriptioninterfaceInterface for perceivedConflictobjects.Classes in org.opentrafficsim.road.gtu.perception.object that implement PerceivedLaneBasedObjectModifier and TypeClassDescriptionclassPerceived bus stop.classPerceived intersection conflict with given input values.classLane based perceived object.classContainer for a reference to information about a (lane based) traffic light and a headway to the traffic light.classTraffic light perceived through delayed perception channel. -
Uses of PerceivedLaneBasedObject in org.opentrafficsim.road.gtu.tactical.lmrs
Methods in org.opentrafficsim.road.gtu.tactical.lmrs with type parameters of type PerceivedLaneBasedObjectModifier and TypeMethodDescriptionstatic <T extends PerceivedLaneBasedObject>
Iterable<T>AccelerationIncentive.onRoad(Iterable<T> iterable, RelativeLane lane, org.djunits.value.vdouble.scalar.Length mergeDistance) Returns an iterable with only those lane-based objects that are on the same road, i.e. only downstream of a possible merge.static <T extends PerceivedLaneBasedObject>
Iterable<T>Returns an iterable with only those lane-based objects that are on the route, accounting for longitudinal direction of the GTU type.