public class Toledo extends AbstractLaneBasedTacticalPlanner
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
| Modifier and Type | Field and Description |
|---|---|
(package private) static org.djunits.value.vdouble.scalar.LinearDensity |
LOS_DENSITY
Density for tail gating (Level Of Service (LOS) A, B or C).
|
(package private) static org.djunits.value.vdouble.scalar.Length |
MAX_LIGHT_VEHICLE_LENGTH
Defines light vs heavy vehicles.
|
static Random |
RANDOM
Random number generator.
|
(package private) static org.djunits.value.vdouble.scalar.Length |
TAILGATE_LENGTH
Distance defining tail gating.
|
| Constructor and Description |
|---|
Toledo(CarFollowingModel carFollowingModel,
LaneBasedGTU gtu)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.opentrafficsim.core.gtu.plan.operational.OperationalPlan |
generateOperationalPlan(org.djunits.value.vdouble.scalar.Time startTime,
nl.tudelft.simulation.language.d3.DirectedPoint locationAtStartTime) |
String |
toString() |
buildLanePathInfo, buildLanePathInfo, buildLinkListForward, buildPlanFromSimplePlan, connectsToPath, determineNextSplit, getCarFollowingModel, getGtu, getPerception, noLaneDrop, setCarFollowingModelstatic final org.djunits.value.vdouble.scalar.Length MAX_LIGHT_VEHICLE_LENGTH
static final org.djunits.value.vdouble.scalar.Length TAILGATE_LENGTH
static final org.djunits.value.vdouble.scalar.LinearDensity LOS_DENSITY
public static final Random RANDOM
public Toledo(CarFollowingModel carFollowingModel, LaneBasedGTU gtu)
carFollowingModel - Car-following model.gtu - GTUpublic final org.opentrafficsim.core.gtu.plan.operational.OperationalPlan generateOperationalPlan(org.djunits.value.vdouble.scalar.Time startTime,
nl.tudelft.simulation.language.d3.DirectedPoint locationAtStartTime)
throws org.opentrafficsim.core.gtu.plan.operational.OperationalPlanException,
org.opentrafficsim.core.gtu.GTUException,
org.opentrafficsim.core.network.NetworkException,
org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterException
org.opentrafficsim.core.gtu.plan.operational.OperationalPlanExceptionorg.opentrafficsim.core.gtu.GTUExceptionorg.opentrafficsim.core.network.NetworkExceptionorg.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterExceptionCopyright © 2014–2016 Delft University of Technology. All rights reserved.