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 TypeClassDescriptionclassPerception factory with EgoPerception, InfrastructurePerception, NeighborsPerception and IntersectionPerception.Methods in org.opentrafficsim.road.gtu.lane.tactical.lmrs with parameters of type PerceptionFactoryModifier and TypeMethodDescriptionLmrsFactoryOld.Factory.setPerceptionFactory(PerceptionFactory perceptionFactory) Deprecated.Sets perception factory.Constructors in org.opentrafficsim.road.gtu.lane.tactical.lmrs with parameters of type PerceptionFactoryModifierConstructorDescriptionprotectedLmrsFactoryOld(CarFollowingModelFactory<? extends CarFollowingModel> carFollowingModelFactory, PerceptionFactory perceptionFactory, Synchronization synchronization, Cooperation cooperation, GapAcceptance gapAcceptance, Tailgating tailgating, Set<Supplier<? extends MandatoryIncentive>> mandatoryIncentives, Set<Supplier<? extends VoluntaryIncentive>> voluntaryIncentives, Set<Supplier<? extends AccelerationIncentive>> accelerationIncentives) Deprecated.Constructor with full control over incentives and type of synchronization.