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.buildPlanFromSimplePlan(LaneBasedGtu gtu, SimpleOperationalPlan simplePlan, Duration tManeuver) Build operational plan from a simple plan.static LaneBasedOperationalPlanLaneOperationalPlanBuilder.buildRoamingPlan(LaneBasedGtu gtu, Acceleration acceleration, Duration duration, Duration tManeuver) Builds a plan from any position not on a lane, towards a reasonable location on a lane on the route.