Uses of Class
org.opentrafficsim.road.gtu.tactical.util.lmrs.LmrsData
Packages that use LmrsData
Package
Description
LMRS (Lane change Model with Relaxation and Synchronization) utilities for tactical planner.
-
Uses of LmrsData in org.opentrafficsim.road.gtu.tactical.util.lmrs
Methods in org.opentrafficsim.road.gtu.tactical.util.lmrs with parameters of type LmrsDataModifier and TypeMethodDescriptionorg.djunits.value.vdouble.scalar.AccelerationCooperation.cooperate(TacticalContextEgo context, LateralDirectionality lat, LmrsData lmrsData, Desire ownDesire) Determine acceleration for cooperation.static SimpleOperationalPlanLmrsUtil.determinePlan(TacticalContextEgo context, LmrsData lmrsData, AbstractIncentivesTacticalPlanner incentives) Determines a simple representation of an operational plan.org.djunits.value.vdouble.scalar.AccelerationSynchronization.synchronize(TacticalContextEgo context, double desire, LateralDirectionality lat, LmrsData lmrsData, LateralDirectionality initiatedLaneChange) Determine acceleration for synchronization.