Uses of Interface
org.opentrafficsim.road.gtu.lane.perception.PerceptionFactory
Packages that use PerceptionFactory
Package
Description
Tactical planners for a lane-based GTU.
Classes that implement the LMRS lane change model integrated with a car-following model forming a tactical planner.
-
Uses of PerceptionFactory in org.opentrafficsim.road.gtu.lane.tactical
Methods in org.opentrafficsim.road.gtu.lane.tactical that return PerceptionFactoryModifier and TypeMethodDescriptionAbstractLaneBasedTacticalPlannerFactory.getPerceptionFactory()
Returns the perception factory.Constructors in org.opentrafficsim.road.gtu.lane.tactical with parameters of type PerceptionFactoryModifierConstructorDescriptionAbstractLaneBasedTacticalPlannerFactory
(CarFollowingModelFactory<? extends CarFollowingModel> carFollowingModelFactory, PerceptionFactory perceptionFactory) Constructor. -
Uses of PerceptionFactory in org.opentrafficsim.road.gtu.lane.tactical.lmrs
Classes in org.opentrafficsim.road.gtu.lane.tactical.lmrs that implement PerceptionFactoryModifier and TypeClassDescriptionclass
Perception factory with EgoPerception, InfrastructurePerception, NeighborsPerception and IntersectionPerception.Constructors in org.opentrafficsim.road.gtu.lane.tactical.lmrs with parameters of type PerceptionFactoryModifierConstructorDescriptionLmrsFactory
(CarFollowingModelFactory<? extends CarFollowingModel> carFollowingModelFactory, PerceptionFactory perceptionFactory) Constructor using default incentives and passive synchronization.LmrsFactory
(CarFollowingModelFactory<? extends CarFollowingModel> carFollowingModelFactory, PerceptionFactory perceptionFactory, Synchronization synchronization, Cooperation cooperation, GapAcceptance gapAcceptance, Tailgating tailgating, Supplier<Set<MandatoryIncentive>> mandatoryIncentives, Supplier<Set<VoluntaryIncentive>> voluntaryIncentives, Supplier<Set<AccelerationIncentive>> accelerationIncentives) Constructor with full control over incentives and type of synchronization.