| Package | Description | 
|---|---|
| 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-2017 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. 
 | 
| Modifier and Type | Class and 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 create  
LaneBasedCFLCTacticalPlanner. | 
class  | 
LaneBasedGTUFollowingDirectedChangeTacticalPlannerFactory
Factory to create  
LaneBasedGTUFollowingChange0TacticalPlanner. | 
class  | 
LaneBasedGTUFollowingTacticalPlannerFactory
 Copyright (c) 2013-2017 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LMRSFactory
Factory for a tactical planner using LMRS with any car-following model. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ToledoFactory
Factory for tactical planner using Toledo's model and car-following model. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected LaneBasedTacticalPlannerFactory<? extends LaneBasedTacticalPlanner> | 
AbstractLaneBasedStrategicalPlannerFactory.getTacticalPlannerFactory()
Returns the tactical planner factory. 
 | 
| Constructor and Description | 
|---|
AbstractLaneBasedStrategicalPlannerFactory(LaneBasedTacticalPlannerFactory<? extends LaneBasedTacticalPlanner> tacticalPlannerFactory)
Constructor with factory for tactical planners. 
 | 
AbstractLaneBasedStrategicalPlannerFactory(LaneBasedTacticalPlannerFactory<? extends LaneBasedTacticalPlanner> tacticalPlannerFactory,
                                          org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterFactory parametersFactory)
Constructor with factory for tactical planners. 
 | 
| Constructor and Description | 
|---|
LaneBasedStrategicalRoutePlannerFactory(LaneBasedTacticalPlannerFactory<? extends LaneBasedTacticalPlanner> tacticalPlannerFactory)
Constructor with factory for tactical planners. 
 | 
LaneBasedStrategicalRoutePlannerFactory(LaneBasedTacticalPlannerFactory<? extends LaneBasedTacticalPlanner> tacticalPlannerFactory,
                                       org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterFactory parametersFactory)
Constructor with factory for tactical planners. 
 | 
LaneBasedStrategicalRoutePlannerFactory(LaneBasedTacticalPlannerFactory<? extends LaneBasedTacticalPlanner> tacticalPlannerFactory,
                                       org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterFactory parametersFactory,
                                       RouteSupplier routeSupplier)
Constructor with factory for tactical planners. 
 | 
LaneBasedStrategicalRoutePlannerFactory(LaneBasedTacticalPlannerFactory<? extends LaneBasedTacticalPlanner> tacticalPlannerFactory,
                                       RouteSupplier routeSupplier)
Constructor with factory for tactical planners. 
 | 
Copyright © 2014–2018 Delft University of Technology. All rights reserved.