Uses of Class
org.opentrafficsim.road.gtu.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.operational
Methods in org.opentrafficsim.road.gtu.operational that return LaneBasedOperationalPlanModifier and TypeMethodDescriptionstatic LaneBasedOperationalPlanLaneOperationalPlanBuilder.buildPlanFromSimplePlan(LaneBasedGtu gtu, SimpleOperationalPlan simplePlan, org.djunits.value.vdouble.scalar.Duration tManeuver, DistancedObject<org.djunits.value.vdouble.scalar.Length> deviation) Build operational plan from a simple plan.static LaneBasedOperationalPlanLaneOperationalPlanBuilder.buildRoamingPlan(LaneBasedGtu gtu, org.djunits.value.vdouble.scalar.Acceleration acceleration, org.djunits.value.vdouble.scalar.Duration duration, org.djunits.value.vdouble.scalar.Duration tManeuver) Builds a plan from any position not on a lane, towards a reasonable location on a lane on the route.