| Package | Description |
|---|---|
| bdi4jade.event |
This package contains interfaces and classes that allows creating listeners
of events that occur in an agent, such as updating beliefs or achieving
goals, and representing such events.
|
| Modifier and Type | Method and Description |
|---|---|
BeliefEvent.Action |
BeliefEvent.getAction()
Returns the action performed.
|
static BeliefEvent.Action |
BeliefEvent.Action.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BeliefEvent.Action[] |
BeliefEvent.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeliefEvent.setAction(BeliefEvent.Action action)
Sets the action performed.
|
| Constructor and Description |
|---|
BeliefEvent(Belief<?,?> belief,
BeliefEvent.Action action)
Creates a belief event.
|
BeliefEvent(Belief<?,?> belief,
BeliefEvent.Action action,
java.lang.Object args)
Creates a belief event.
|