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 class
AbstractHeadwayLaneBasedObject
Lane based object headway with constructors for stationary information.class
HeadwayBusStop
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.class
HeadwayConflict
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.class
HeadwayStopLine
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.class
HeadwayTrafficLight
Container 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.
-