Uses of Class
org.opentrafficsim.road.gtu.lane.plan.operational.LaneBasedOperationalPlan
Packages that use LaneBasedOperationalPlan
Package
Description
Specific operational plan method for road-vehicles operating in a lane-based network.
-
Uses of LaneBasedOperationalPlan in org.opentrafficsim.road.gtu.lane.plan.operational
Methods in org.opentrafficsim.road.gtu.lane.plan.operational that return LaneBasedOperationalPlanModifier and TypeMethodDescriptionstatic LaneBasedOperationalPlanLaneOperationalPlanBuilder.buildAccelerationLaneChangePlan(LaneBasedGtu gtu, LateralDirectionality laneChangeDirectionality, DirectedPoint startPosition, Time startTime, Speed startSpeed, Acceleration acceleration, Duration timeStep, LaneChange laneChange) Build a plan with a path and a given start speed to try to reach a provided end speed.static LaneBasedOperationalPlanLaneOperationalPlanBuilder.buildAccelerationPlan(LaneBasedGtu gtu, Time startTime, Speed startSpeed, Acceleration acceleration, Duration timeStep, boolean deviative) Build a plan with a path and a given start speed to try to reach a provided end speed.static LaneBasedOperationalPlanLaneOperationalPlanBuilder.buildGradualAccelerationPlan(LaneBasedGtu gtu, Length distance, Time startTime, Speed startSpeed, Speed endSpeed) Build a plan with a path and a given start speed to reach a provided end speed, exactly at the end of the curve.static LaneBasedOperationalPlanLaneOperationalPlanBuilder.buildGradualAccelerationPlan(LaneBasedGtu gtu, Length distance, Time startTime, Speed startSpeed, Speed endSpeed, Acceleration maxAcceleration, Acceleration maxDeceleration) Build a plan with a path and a given start speed to try to reach a provided end speed, exactly at the end of the curve.static LaneBasedOperationalPlanLaneOperationalPlanBuilder.buildMaximumAccelerationPlan(LaneBasedGtu gtu, Length distance, Time startTime, Speed startSpeed, Speed endSpeed, Acceleration acceleration, Acceleration deceleration) Build a plan with a path and a given start speed to try to reach a provided end speed.static LaneBasedOperationalPlanLaneOperationalPlanBuilder.buildPlanFromSimplePlan(LaneBasedGtu gtu, Time startTime, SimpleOperationalPlan simplePlan, LaneChange laneChange) Build an operational plan based on a simple operational plan and status info.static LaneBasedOperationalPlanLaneOperationalPlanBuilder.buildStopPlan(LaneBasedGtu gtu, Length distance, Time startTime, Speed startSpeed, Acceleration deceleration) Build a plan with a path and a given start speed to try to come to a stop with a given deceleration.