Interface Belief
public interface Belief
Represents a Belief in the BDI (Belief-Desire-Intention) architecture.
Beliefs represent the agent's information/knowledge about the world (including itself and other agents).
- Since:
- 2.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
-
Method Details
-
getName
-
isValid
boolean isValid()Checks if this belief is currently held as true valid.- Returns:
- true if valid, false otherwise.
-
getValue
-