Interface ReplanningToolBlackboardUpdater

  • All Implemented Interfaces:

    
    public interface ReplanningToolBlackboardUpdater
    
                        

    Callback to update the blackboard with tool result content. Defined as a fun interface for Java interoperability.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit update(Blackboard blackboard, String resultContent) Update the blackboard with the tool result content.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • update

         abstract Unit update(Blackboard blackboard, String resultContent)

        Update the blackboard with the tool result content.

        Parameters:
        blackboard - The blackboard to update
        resultContent - The text content from the tool result