Uses of Interface
org.opentrafficsim.road.gtu.lane.tactical.ModelComponentFactory
| Package | Description |
|---|---|
| org.opentrafficsim.road.gtu.lane.perception |
Implementation of lane-based perception for the GTU.
|
| org.opentrafficsim.road.gtu.lane.tactical |
Tactical planners for a lane-based GTU.
|
| org.opentrafficsim.road.gtu.lane.tactical.following |
GTU (Car) following models such as IDM+.
|
| org.opentrafficsim.road.gtu.lane.tactical.lmrs |
Classes that implement the LMRS lane change model integrated with a car-following model forming a tactical planner.
|
| org.opentrafficsim.road.gtu.lane.tactical.toledo |
Copyright (c) 2013-2020 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.perception Modifier and Type Interface Description interfacePerceptionFactoryInterface for perception initialization. -
Uses of ModelComponentFactory in org.opentrafficsim.road.gtu.lane.tactical
Subinterfaces of ModelComponentFactory in org.opentrafficsim.road.gtu.lane.tactical Modifier and Type Interface Description interfaceLaneBasedTacticalPlannerFactory<T extends LaneBasedTacticalPlanner>A 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 ModelComponentFactory Modifier and Type Class Description classAbstractLaneBasedTacticalPlannerFactory<T extends LaneBasedTacticalPlanner>Abstract tactical planner factory which uses a car-following model factory for supplying peeked desired speed and headway.classLaneBasedCFLCTacticalPlannerFactoryFactory to createLaneBasedCFLCTacticalPlanner.classLaneBasedGTUFollowingDirectedChangeTacticalPlannerFactoryFactory to createLaneBasedGTUFollowingChange0TacticalPlanner.classLaneBasedGTUFollowingTacticalPlannerFactoryCopyright (c) 2013-2020 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.following Modifier and Type Interface Description interfaceCarFollowingModelFactory<T extends CarFollowingModel>Factory for car-following models.Classes in org.opentrafficsim.road.gtu.lane.tactical.following that implement ModelComponentFactory Modifier and Type Class Description classAbstractIDMFactory<T extends AbstractIDM>Factory for IDM types.classIDMFactoryFactory for IDM.classIDMPlusFactoryFactory for IDM+.classIDMPlusMultiFactoryCopyright (c) 2013-2020 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 ModelComponentFactory Modifier and Type Class Description classDefaultLMRSPerceptionFactoryPerception factory with EgoPerception, InfrastructurePerception, NeighborsPerception and IntersectionPerception.classLMRSFactoryFactory 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 ModelComponentFactory Modifier and Type Class Description classToledoFactoryFactory for tactical planner using Toledo's model and car-following model.