Package jadex.bdi.runtime
Class BDIBaseAgent
java.lang.Object
jadex.bdi.runtime.BDIBaseAgent
Base class for non-bytecode-enhanced BDI agents.
-
Field Summary
FieldsModifier and TypeFieldDescriptionjadex.core.IComponent
The bdi agent.The global name.The init arguments. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setBeliefValue
(String beliefname, Object value) Set a belief value and throw the change events.
-
Field Details
-
__agent
public jadex.core.IComponent __agentThe bdi agent. -
__initargs
The init arguments. -
__globalname
The global name.
-
-
Constructor Details
-
BDIBaseAgent
public BDIBaseAgent()
-
-
Method Details
-
setBeliefValue
Set a belief value and throw the change events.- Parameters:
beliefname
- The belief name.value
- The value.
-