Uses of Interface
org.opentrafficsim.road.gtu.lane.perception.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
Modifier and TypeMethodDescriptionAbstractLaneBasedTacticalPlannerFactory.getPerceptionFactory()
Returns the perception factory.ModifierConstructorDescriptionAbstractLaneBasedTacticalPlannerFactory
(CarFollowingModelFactory<? extends CarFollowingModel> carFollowingModelFactory, PerceptionFactory perceptionFactory) Constructor. -
Uses of PerceptionFactory in org.opentrafficsim.road.gtu.lane.tactical.lmrs
Modifier and TypeClassDescriptionclass
Perception factory with EgoPerception, InfrastructurePerception, NeighborsPerception and IntersectionPerception.ModifierConstructorDescriptionLmrsFactory
(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, Set<MandatoryIncentive> mandatoryIncentives, Set<VoluntaryIncentive> voluntaryIncentives, Set<AccelerationIncentive> accelerationIncentives) Constructor with full control over incentives and type of synchronization.