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