public class MethodBeliefAgentBDI
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
val
The value.
|
| Constructor and Description |
|---|
MethodBeliefAgentBDI() |
| Modifier and Type | Method and Description |
|---|---|
void |
body(jadex.bridge.IInternalAccess agent)
Agent body.
|
java.lang.String |
getValue()
Get the value.
|
void |
setValue(java.lang.String value)
Set the value.
|