Uses of Interface
org.opentrafficsim.road.gtu.lane.tactical.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
Modifier and TypeInterfaceDescriptioninterface
Interface for perception initialization. -
Uses of ModelComponentFactory in org.opentrafficsim.road.gtu.lane.tactical
Modifier and TypeInterfaceDescriptioninterface
A factory class is used to generate tactical planners as the tactical planner is state-full.Modifier and TypeClassDescriptionclass
Abstract tactical planner factory which uses a car-following model factory for supplying peeked desired speed and headway.class
Factory to createLaneBasedCFLCTacticalPlanner
.class
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.tactical.following
Modifier and TypeInterfaceDescriptioninterface
CarFollowingModelFactory<T extends CarFollowingModel>
Factory for car-following models.Modifier and TypeClassDescriptionclass
AbstractIdmFactory<T extends AbstractIdm>
Factory for IDM types.class
Factory for IDM.class
Factory for IDM+.class
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.tactical.lmrs
Modifier and TypeClassDescriptionclass
Perception factory with EgoPerception, InfrastructurePerception, NeighborsPerception and IntersectionPerception.class
Factory for a tactical planner using LMRS with any car-following model. -
Uses of ModelComponentFactory in org.opentrafficsim.road.gtu.lane.tactical.toledo
Modifier and TypeClassDescriptionclass
Factory for tactical planner using Toledo's model and car-following model.