Class Toledo
java.lang.Object
org.opentrafficsim.road.gtu.lane.tactical.AbstractLaneBasedTacticalPlanner
org.opentrafficsim.road.gtu.lane.tactical.toledo.Toledo
- All Implemented Interfaces:
java.io.Serializable,TacticalPlanner<LaneBasedGTU,LanePerception>,LaneBasedTacticalPlanner
public class Toledo extends AbstractLaneBasedTacticalPlanner
Implementation of the model of Toledo (2003).
Tomer Toledo (2003) "Integrated Driving Behavior Modeling", Massachusetts Institute of Technology.
Tomer Toledo (2003) "Integrated Driving Behavior Modeling", Massachusetts Institute of Technology.
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Version:
- $Revision$, $LastChangedDate$, by $Author$, initial version Jun 21, 2016
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected static ParameterTypeLengthLOOKAHEADLook ahead parameter type.static java.util.RandomRANDOMRandom number generator.Fields inherited from class org.opentrafficsim.road.gtu.lane.tactical.AbstractLaneBasedTacticalPlanner
DT, TACTICAL_PLANNER -
Constructor Summary
Constructors Constructor Description Toledo(CarFollowingModel carFollowingModel, LaneBasedGTU gtu)Constructor. -
Method Summary
Modifier and Type Method Description OperationalPlangenerateOperationalPlan(Time startTime, DirectedPoint locationAtStartTime)java.lang.StringtoString()Methods inherited from class org.opentrafficsim.road.gtu.lane.tactical.AbstractLaneBasedTacticalPlanner
buildLanePathInfo, buildLanePathInfo, buildLinkListForward, concatenateNull, connectsToPath, determineNextSplit, getCarFollowingModel, getGtu, getPerception, noLaneDrop, setCarFollowingModelMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.opentrafficsim.road.gtu.lane.tactical.LaneBasedTacticalPlanner
chooseLaneAtSplit, okDistance
-
Field Details
-
Constructor Details
-
Toledo
Constructor.- Parameters:
carFollowingModel- CarFollowingModel; Car-following model.gtu- LaneBasedGTU; GTU
-
-
Method Details
-
generateOperationalPlan
public final OperationalPlan generateOperationalPlan(Time startTime, DirectedPoint locationAtStartTime) throws OperationalPlanException, GTUException, NetworkException, ParameterException -
toString
public final java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-