Uses of Interface
org.opentrafficsim.road.gtu.lane.tactical.LaneBasedTacticalPlanner
-
Packages that use LaneBasedTacticalPlanner Package Description org.opentrafficsim.road.gtu.generator.od OD based vehicle generation.org.opentrafficsim.road.gtu.lane The lane-based GTUs are the Generalized Travel Units that travel in lanes, and need to switch lanes to overtake.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.steering Development tactical planners using the steering utility.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 LaneBasedTacticalPlanner in org.opentrafficsim.road.gtu.generator.od
Methods in org.opentrafficsim.road.gtu.generator.od that return types with arguments of type LaneBasedTacticalPlanner 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 LaneBasedTacticalPlanner in org.opentrafficsim.road.gtu.lane
Methods in org.opentrafficsim.road.gtu.lane that return LaneBasedTacticalPlanner Modifier and Type Method Description default LaneBasedTacticalPlanner
LaneBasedGTU. getTacticalPlanner()
default LaneBasedTacticalPlanner
LaneBasedGTU. getTacticalPlanner(Time time)
-
Uses of LaneBasedTacticalPlanner in org.opentrafficsim.road.gtu.lane.tactical
Classes in org.opentrafficsim.road.gtu.lane.tactical with type parameters of type LaneBasedTacticalPlanner 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.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 LaneBasedTacticalPlanner Modifier and Type Class Description class
AbstractLaneBasedTacticalPlanner
A lane-based tactical planner generates an operational plan for the lane-based GTU.class
LaneBasedCFLCTacticalPlanner
Lane-based tactical planner that implements car following and lane change behavior.class
LaneBasedGTUFollowingDirectedChangeTacticalPlanner
Lane-based tactical planner that implements car following behavior and rule-based lane change.class
LaneBasedGTUFollowingTacticalPlanner
Lane-based tactical planner that implements car following behavior.Fields in org.opentrafficsim.road.gtu.lane.tactical with type parameters of type LaneBasedTacticalPlanner Modifier and Type Field Description static ParameterTypeClass<LaneBasedTacticalPlanner>
AbstractLaneBasedTacticalPlanner. TACTICAL_PLANNER
Tactical planner parameter. -
Uses of LaneBasedTacticalPlanner in org.opentrafficsim.road.gtu.lane.tactical.lmrs
Classes in org.opentrafficsim.road.gtu.lane.tactical.lmrs that implement LaneBasedTacticalPlanner Modifier and Type Class Description class
AbstractIncentivesTacticalPlanner
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.class
LMRS
Implementation of the LMRS (Lane change Model with Relaxation and Synchronization). -
Uses of LaneBasedTacticalPlanner in org.opentrafficsim.road.gtu.lane.tactical.steering
Classes in org.opentrafficsim.road.gtu.lane.tactical.steering that implement LaneBasedTacticalPlanner Modifier and Type Class Description class
SteeringLmrs
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. -
Uses of LaneBasedTacticalPlanner in org.opentrafficsim.road.gtu.lane.tactical.toledo
Classes in org.opentrafficsim.road.gtu.lane.tactical.toledo that implement LaneBasedTacticalPlanner Modifier and Type Class Description class
Toledo
Implementation of the model of Toledo (2003).
Tomer Toledo (2003) "Integrated Driving Behavior Modeling", Massachusetts Institute of Technology. -
Uses of LaneBasedTacticalPlanner in org.opentrafficsim.road.gtu.strategical
Methods in org.opentrafficsim.road.gtu.strategical that return LaneBasedTacticalPlanner Modifier and Type Method Description LaneBasedTacticalPlanner
LaneBasedStrategicalPlanner. getTacticalPlanner()
LaneBasedTacticalPlanner
LaneBasedStrategicalPlanner. getTacticalPlanner(Time time)
LaneBasedTacticalPlanner
LaneBasedStrategicalPlannerNone. getTacticalPlanner()
LaneBasedTacticalPlanner
LaneBasedStrategicalPlannerNone. getTacticalPlanner(Time time)
protected LaneBasedTacticalPlanner
AbstractLaneBasedStrategicalPlannerFactory. nextTacticalPlanner(LaneBasedGTU gtu)
Returns the next tactical planner.Methods in org.opentrafficsim.road.gtu.strategical that return types with arguments of type LaneBasedTacticalPlanner Modifier and Type Method Description protected LaneBasedTacticalPlannerFactory<? extends LaneBasedTacticalPlanner>
AbstractLaneBasedStrategicalPlannerFactory. getTacticalPlannerFactory()
Returns the tactical planner factory.Constructor parameters in org.opentrafficsim.road.gtu.strategical with type arguments of type LaneBasedTacticalPlanner 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 LaneBasedTacticalPlanner in org.opentrafficsim.road.gtu.strategical.route
Methods in org.opentrafficsim.road.gtu.strategical.route that return LaneBasedTacticalPlanner Modifier and Type Method Description LaneBasedTacticalPlanner
LaneBasedStrategicalRoutePlanner. getTacticalPlanner()
LaneBasedTacticalPlanner
LaneBasedStrategicalRoutePlanner. getTacticalPlanner(Time time)
Constructors in org.opentrafficsim.road.gtu.strategical.route with parameters of type LaneBasedTacticalPlanner Constructor Description LaneBasedStrategicalRoutePlanner(LaneBasedTacticalPlanner fixedTacticalPlanner, Route route, LaneBasedGTU gtu, Node origin, Node destination)
Constructor for a strategical planner with route.LaneBasedStrategicalRoutePlanner(LaneBasedTacticalPlanner fixedTacticalPlanner, Route route, LaneBasedGTU gtu, Node origin, Node destination, RouteGeneratorOD routeGenerator)
Constructor for a strategical planner with route.LaneBasedStrategicalRoutePlanner(LaneBasedTacticalPlanner fixedTacticalPlanner, LaneBasedGTU gtu)
Constructor for a strategical planner without route.LaneBasedStrategicalRoutePlanner(LaneBasedTacticalPlanner fixedTacticalPlanner, LaneBasedGTU gtu, Node origin, Node destination, RouteGeneratorOD routeGenerator)
Constructor for a strategical planner with route generator.
-