Package com.embabel.agent.core
Interface BlackboardUpdater
-
- All Implemented Interfaces:
public interface BlackboardUpdaterCallback to update the blackboard before replanning. Defined as a fun interface for Java interoperability.
-
-
Method Summary
Modifier and Type Method Description abstract Unitaccept(Blackboard blackboard)Update the blackboard with any necessary state changes. -
-
Method Detail
-
accept
abstract Unit accept(Blackboard blackboard)
Update the blackboard with any necessary state changes.
- Parameters:
blackboard- The blackboard to update
-
-
-
-