Uses of Interface
org.opentrafficsim.road.gtu.tactical.lmrs.LmrsFactory.TacticalPlannerProvider
Packages that use LmrsFactory.TacticalPlannerProvider
Package
Description
Classes that implement the LMRS lane change model integrated with a car-following model forming a tactical planner.
-
Uses of LmrsFactory.TacticalPlannerProvider in org.opentrafficsim.road.gtu.tactical.lmrs
Constructors in org.opentrafficsim.road.gtu.tactical.lmrs with parameters of type LmrsFactory.TacticalPlannerProviderModifierConstructorDescriptionLmrsFactory(List<GtuType> gtuTypes, LmrsFactory.TacticalPlannerProvider<T> lmrsProvider) Constructor with given GTU types and default LMRS implementation class.LmrsFactory(LmrsFactory.TacticalPlannerProvider<T> lmrsProvider) Constructor that will use default NL.CAR and NL.TRUCK GTU types.