Replan

class Replan<Plan>(val currentPlan: Plan, val reason: String) : SimplePlanAssessment<Plan> (source)

Indicates that the plan should be replanned based on the current state.

Constructors

Link copied to clipboard
constructor(currentPlan: Plan, reason: String)

Properties

Link copied to clipboard
Link copied to clipboard

The reason for replanning.