Uses of Interface
org.opentrafficsim.road.gtu.lane.perception.headway.HeadwayLaneBasedObject
-
Packages that use HeadwayLaneBasedObject Package Description org.opentrafficsim.road.gtu.lane.perception.headway Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.org.opentrafficsim.road.gtu.lane.tactical.lmrs Classes that implement the LMRS lane change model integrated with a car-following model forming a tactical planner. -
-
Uses of HeadwayLaneBasedObject in org.opentrafficsim.road.gtu.lane.perception.headway
Classes in org.opentrafficsim.road.gtu.lane.perception.headway that implement HeadwayLaneBasedObject Modifier and Type Class Description classAbstractHeadwayLaneBasedObjectLane based object headway with constructors for stationary information.classHeadwayBusStopCopyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.classHeadwayConflictCopyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.classHeadwayStopLineCopyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.classHeadwayTrafficLightContainer for a reference to information about a (lane based) traffic light and a headway to the traffic light. -
Uses of HeadwayLaneBasedObject in org.opentrafficsim.road.gtu.lane.tactical.lmrs
Methods in org.opentrafficsim.road.gtu.lane.tactical.lmrs with type parameters of type HeadwayLaneBasedObject Modifier and Type Method Description default <T extends HeadwayLaneBasedObject>
Iterable<T>AccelerationIncentive. onRoute(Iterable<T> iterable, LaneBasedGTU gtu)Returns an iterable with only those lane-based objects that are on the route, accounting for longitudinal direction of the GTU type.
-