| Package | Description |
|---|---|
| bdi4jade.event |
| Modifier and Type | Method and Description |
|---|---|
BeliefEvent.Action |
BeliefEvent.getAction() |
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) |
| Constructor and Description |
|---|
BeliefEvent(Belief<?> belief,
BeliefEvent.Action action)
Creates a Belief Changed.
|
BeliefEvent(Belief<?> belief,
BeliefEvent.Action action,
java.lang.Object args)
Creates a Belief Changed.
|