Package | Description |
---|---|
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.toledo |
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
org.opentrafficsim.road.gtu.strategical.route |
Route planners as part of strategical planning.
|
Modifier and Type | Method and Description |
---|---|
LaneBasedTacticalPlanner |
LaneBasedGTU.getTacticalPlanner() |
LaneBasedTacticalPlanner |
AbstractLaneBasedGTU.getTacticalPlanner() |
Modifier and Type | Interface and Description |
---|---|
interface |
LaneBasedTacticalPlannerFactory<T extends LaneBasedTacticalPlanner>
A factory class is used to generate tactical planners as the tactical planner is state-full.
|
Modifier and Type | Class and 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 |
LaneBasedGTUFollowingTacticalPlanner
Lane-based tactical planner that implements car following behavior.
|
Modifier and Type | Class and Description |
---|---|
class |
LMRS
Implementation of the LMRS (Lane change Model with Relaxation and Synchronization).
|
Modifier and Type | Class and Description |
---|---|
class |
Toledo
Implementation of the model of Toledo (2003).
Tomer Toledo (2003) "Integrated Driving Behavior Modeling", Massachusetts Institute of Technology. |
Constructor and Description |
---|
LaneBasedStrategicalRoutePlannerFactory(LaneBasedTacticalPlannerFactory<? extends LaneBasedTacticalPlanner> tacticalPlannerFactory)
Constructor with factory for tactical planners.
|
LaneBasedStrategicalRoutePlannerFactory(LaneBasedTacticalPlannerFactory<? extends LaneBasedTacticalPlanner> tacticalPlannerFactory,
org.opentrafficsim.core.network.route.RouteGenerator routeGenerator)
Constructor with factory for tactical planners and route generator.
|
Copyright © 2014–2016 Delft University of Technology. All rights reserved.