Class ReplanDecision

  • All Implemented Interfaces:

    
    public final class ReplanDecision
    
                        

    Decision returned by ReplanDecider to indicate whether replanning is needed.

    • Constructor Detail

      • ReplanDecision

        ReplanDecision(String reason, BlackboardUpdater blackboardUpdater)
        Parameters:
        reason - Human-readable explanation of why replan is needed
        blackboardUpdater - Callback to update the blackboard before replanning
      • ReplanDecision

        ReplanDecision(String reason)
        Parameters:
        reason - Human-readable explanation of why replan is needed