Uses of Interface
org.opentrafficsim.road.gtu.lane.tactical.LaneBasedTacticalPlannerFactory
-
Packages that use LaneBasedTacticalPlannerFactory Package Description org.opentrafficsim.road.gtu.generator.od OD based vehicle generation.org.opentrafficsim.road.gtu.lane.tactical Tactical planners for a lane-based GTU.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.org.opentrafficsim.road.gtu.strategical Strategical planners for a road-based GTU.org.opentrafficsim.road.gtu.strategical.route Route planners as part of strategical planning. -
-
Uses of LaneBasedTacticalPlannerFactory in org.opentrafficsim.road.gtu.generator.od
Methods in org.opentrafficsim.road.gtu.generator.od that return LaneBasedTacticalPlannerFactory Modifier and Type Method Description LaneBasedTacticalPlannerFactory<? extends LaneBasedTacticalPlanner>
StrategicalPlannerFactorySupplierOD.TacticalPlannerFactorySupplierOD. getFactory(Node origin, Node destination, Category category, StreamInterface randomStream)
Returns a tactical planner factory based on OD information. -
Uses of LaneBasedTacticalPlannerFactory in org.opentrafficsim.road.gtu.lane.tactical
Classes in org.opentrafficsim.road.gtu.lane.tactical that implement LaneBasedTacticalPlannerFactory 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 LaneBasedTacticalPlannerFactory in org.opentrafficsim.road.gtu.lane.tactical.lmrs
Classes in org.opentrafficsim.road.gtu.lane.tactical.lmrs that implement LaneBasedTacticalPlannerFactory Modifier and Type Class Description class
LMRSFactory
Factory for a tactical planner using LMRS with any car-following model. -
Uses of LaneBasedTacticalPlannerFactory in org.opentrafficsim.road.gtu.lane.tactical.toledo
Classes in org.opentrafficsim.road.gtu.lane.tactical.toledo that implement LaneBasedTacticalPlannerFactory Modifier and Type Class Description class
ToledoFactory
Factory for tactical planner using Toledo's model and car-following model. -
Uses of LaneBasedTacticalPlannerFactory in org.opentrafficsim.road.gtu.strategical
Methods in org.opentrafficsim.road.gtu.strategical that return LaneBasedTacticalPlannerFactory Modifier and Type Method Description protected LaneBasedTacticalPlannerFactory<? extends LaneBasedTacticalPlanner>
AbstractLaneBasedStrategicalPlannerFactory. getTacticalPlannerFactory()
Returns the tactical planner factory.Constructors in org.opentrafficsim.road.gtu.strategical with parameters of type LaneBasedTacticalPlannerFactory Constructor Description AbstractLaneBasedStrategicalPlannerFactory(LaneBasedTacticalPlannerFactory<? extends LaneBasedTacticalPlanner> tacticalPlannerFactory)
Constructor with factory for tactical planners.AbstractLaneBasedStrategicalPlannerFactory(LaneBasedTacticalPlannerFactory<? extends LaneBasedTacticalPlanner> tacticalPlannerFactory, ParameterFactory parametersFactory)
Constructor with factory for tactical planners. -
Uses of LaneBasedTacticalPlannerFactory in org.opentrafficsim.road.gtu.strategical.route
-