public class ComponentPlanBDI
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentPlanBDI.AchieveSuccess |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
success
The success belief.
|
| Constructor and Description |
|---|
ComponentPlanBDI() |
| Modifier and Type | Method and Description |
|---|---|
void |
body(jadex.bridge.IInternalAccess agent)
Agent body.
|
void |
setSuccess(boolean success)
Set the success belief.
|