Uses of Interface
org.opentrafficsim.road.gtu.lane.tactical.ModelComponentFactory
-
Packages that use 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 interface
PerceptionFactory
Interface 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 interface
LaneBasedTacticalPlannerFactory<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 class
AbstractLaneBasedTacticalPlannerFactory<T extends LaneBasedTacticalPlanner>
Abstract tactical planner factory which uses a car-following model factory for supplying peeked desired speed and headway.class
LaneBasedCFLCTacticalPlannerFactory
Factory to createLaneBasedCFLCTacticalPlanner
.class
LaneBasedGTUFollowingDirectedChangeTacticalPlannerFactory
Factory to createLaneBasedGTUFollowingChange0TacticalPlanner
.class
LaneBasedGTUFollowingTacticalPlannerFactory
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.tactical.following
Subinterfaces of ModelComponentFactory in org.opentrafficsim.road.gtu.lane.tactical.following Modifier and Type Interface Description interface
CarFollowingModelFactory<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 class
AbstractIDMFactory<T extends AbstractIDM>
Factory for IDM types.class
IDMFactory
Factory for IDM.class
IDMPlusFactory
Factory for IDM+.class
IDMPlusMultiFactory
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.tactical.lmrs
Classes in org.opentrafficsim.road.gtu.lane.tactical.lmrs that implement ModelComponentFactory Modifier and Type Class Description class
DefaultLMRSPerceptionFactory
Perception factory with EgoPerception, InfrastructurePerception, NeighborsPerception and IntersectionPerception.class
LMRSFactory
Factory 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 class
ToledoFactory
Factory for tactical planner using Toledo's model and car-following model.
-