Uses of Interface
org.opentrafficsim.road.gtu.lane.tactical.ModelComponentFactory
Packages that use ModelComponentFactory
Package
Description
Implementation of lane-based perception for the GTU.
Tactical planners for a lane-based GTU.
GTU (Car) following models such as IDM+.
Classes that implement the LMRS lane change model integrated with a car-following model forming a tactical planner.
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
-
Uses of ModelComponentFactory in org.opentrafficsim.road.gtu.lane.perception
Subinterfaces of ModelComponentFactory in org.opentrafficsim.road.gtu.lane.perceptionModifier and TypeInterfaceDescriptioninterfaceInterface for perception initialization. -
Uses of ModelComponentFactory in org.opentrafficsim.road.gtu.lane.tactical
Subinterfaces of ModelComponentFactory in org.opentrafficsim.road.gtu.lane.tacticalModifier and TypeInterfaceDescriptioninterfaceA factory class is used to generate tactical planners as the tactical planner is state-full.Classes in org.opentrafficsim.road.gtu.lane.tactical that implement ModelComponentFactoryModifier and TypeClassDescriptionclassAbstract tactical planner factory which uses a car-following model factory for supplying peeked desired speed and headway.classFactory to createLaneBasedCFLCTacticalPlanner.classCopyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. -
Uses of ModelComponentFactory in org.opentrafficsim.road.gtu.lane.tactical.following
Subinterfaces of ModelComponentFactory in org.opentrafficsim.road.gtu.lane.tactical.followingModifier and TypeInterfaceDescriptioninterfaceCarFollowingModelFactory<T extends CarFollowingModel>Factory for car-following models.Classes in org.opentrafficsim.road.gtu.lane.tactical.following that implement ModelComponentFactoryModifier and TypeClassDescriptionclassAbstractIdmFactory<T extends AbstractIdm>Factory for IDM types.classFactory for IDM.classFactory for IDM+.classCopyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. -
Uses of ModelComponentFactory in org.opentrafficsim.road.gtu.lane.tactical.lmrs
Classes in org.opentrafficsim.road.gtu.lane.tactical.lmrs that implement ModelComponentFactoryModifier and TypeClassDescriptionclassPerception factory with EgoPerception, InfrastructurePerception, NeighborsPerception and IntersectionPerception.classFactory for a tactical planner using LMRS with any car-following model. -
Uses of ModelComponentFactory in org.opentrafficsim.road.gtu.lane.tactical.toledo
Classes in org.opentrafficsim.road.gtu.lane.tactical.toledo that implement ModelComponentFactoryModifier and TypeClassDescriptionclassFactory for tactical planner using Toledo's model and car-following model.