| Package | Description |
|---|---|
| bdi4jade.goal |
This package contains interfaces and classes that allows representation of
goals and softgoals of an agent.
|
| bdi4jade.message |
This package contains interfaces and classes that allows processing
messages received by BDI agents and creating goals to process them.
|
| Modifier and Type | Method and Description |
|---|---|
K |
BeliefValueGoal.getBeliefName()
Returns the name of the belief associated with this goal.
|
K |
BeliefSetHasValueGoal.getBeliefName()
Returns the name of the belief associated with this goal.
|
K |
BeliefPresentGoal.getBeliefName()
Returns the name of the belief associated with this goal.
|
K |
BeliefNotPresentGoal.getBeliefName()
Returns the name of the belief associated with this goal.
|
K |
BeliefNotNullValueGoal.getBeliefName()
Returns the name of the belief associated with this goal.
|
V |
BeliefValueGoal.getValue()
The belief value associated with this goal.
|
V |
BeliefSetHasValueGoal.getValue()
The belief value associated with this goal.
|
| Modifier and Type | Method and Description |
|---|---|
jade.lang.acl.ACLMessage |
MessageGoal.getMessage()
Returns the message associated with this message goal.
|