Uses of Class
org.opentrafficsim.road.gtu.tactical.lmrs.AbstractIncentivesTacticalPlanner
Packages that use AbstractIncentivesTacticalPlanner
Package
Description
Classes that implement the LMRS lane change model integrated with a car-following model forming a tactical planner.
LMRS (Lane change Model with Relaxation and Synchronization) utilities for tactical planner.
-
Uses of AbstractIncentivesTacticalPlanner in org.opentrafficsim.road.gtu.tactical.lmrs
Classes in org.opentrafficsim.road.gtu.tactical.lmrs with type parameters of type AbstractIncentivesTacticalPlannerModifier and TypeClassDescriptionclassLmrsFactory<T extends AbstractIncentivesTacticalPlanner>This tactical planner is general purpose for the use of the LMRS with any combination of defined sub-components.static interfaceProvider for the correct tactical planner implementation.Modifier and TypeClassDescriptionclassImplementation of the LMRS (Lane change Model with Relaxation and Synchronization). -
Uses of AbstractIncentivesTacticalPlanner in org.opentrafficsim.road.gtu.tactical.util.lmrs
Methods in org.opentrafficsim.road.gtu.tactical.util.lmrs with parameters of type AbstractIncentivesTacticalPlannerModifier and TypeMethodDescriptionstatic SimpleOperationalPlanLmrsUtil.determinePlan(TacticalContextEgo context, LmrsData lmrsData, AbstractIncentivesTacticalPlanner incentives) Determines a simple representation of an operational plan.static DesireLmrsUtil.getLaneChangeDesire(TacticalContextEgo context, AbstractIncentivesTacticalPlanner incentives) Determines lane change desire for the given GtU.