Interface Intention
public interface Intention
Represents an Intention in the BDI architecture.
Intentions are desires that the agent has committed to achieving.
- Since:
- 2.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
-
Method Details
-
getGoal
-
step
void step()executes one step of the plan to achieve this intention. -
isDone
boolean isDone()returns true if the intention is completed (successfully or failed).
-