| 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.
|
| bdi4jade.plan.planbody |
This package contains interfaces and classes that allows representation of
plan body, which is an executable piece of code that is instantiated and
executed to achieve goals.
|
| Modifier and Type | Method and Description |
|---|---|
K |
AbstractBeliefGoal.getBeliefName()
Returns the name of the belief associated with this goal.
|
Belief<K,?> |
AbstractBeliefGoal.getOutputBelief()
Returns the belief which is the output of this goal achievement.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Belief<?,?> |
BeliefGoalPlanBody.getOutputBelief() |