Uses of Class
org.opentrafficsim.road.gtu.operational.SimpleOperationalPlan
Packages that use SimpleOperationalPlan
Package
Description
Specific operational plan method for road-vehicles operating in a lane-based network.
Static methods for composition in tactical planners.
LMRS (Lane change Model with Relaxation and Synchronization) utilities for tactical planner.
-
Uses of SimpleOperationalPlan in org.opentrafficsim.road.gtu.operational
Methods in org.opentrafficsim.road.gtu.operational with parameters of type SimpleOperationalPlanModifier 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. -
Uses of SimpleOperationalPlan in org.opentrafficsim.road.gtu.tactical.util
Methods in org.opentrafficsim.road.gtu.tactical.util that return SimpleOperationalPlanModifier and TypeMethodDescriptionstatic SimpleOperationalPlanDeadEndUtil.dealWithDeadEnd(TacticalContextEgo context, SimpleOperationalPlan plan) Adjusts the simple operational plan to deal with dead-end situations.static SimpleOperationalPlanLaneChangeNotAllowedUtil.preventLaneChange(TacticalContextEgo context, SimpleOperationalPlan plan) Adjusts the simple operational plan to deal with lane changes that are not allowed.Methods in org.opentrafficsim.road.gtu.tactical.util with parameters of type SimpleOperationalPlanModifier and TypeMethodDescriptionstatic SimpleOperationalPlanDeadEndUtil.dealWithDeadEnd(TacticalContextEgo context, SimpleOperationalPlan plan) Adjusts the simple operational plan to deal with dead-end situations.static SimpleOperationalPlanLaneChangeNotAllowedUtil.preventLaneChange(TacticalContextEgo context, SimpleOperationalPlan plan) Adjusts the simple operational plan to deal with lane changes that are not allowed. -
Uses of SimpleOperationalPlan in org.opentrafficsim.road.gtu.tactical.util.lmrs
Methods in org.opentrafficsim.road.gtu.tactical.util.lmrs that return SimpleOperationalPlanModifier and TypeMethodDescriptionstatic SimpleOperationalPlanLmrsUtil.determinePlan(TacticalContextEgo context, LmrsData lmrsData, AbstractIncentivesTacticalPlanner incentives) Determines a simple representation of an operational plan.