| Package | Description |
|---|---|
| bdi4jade.goal |
This package contains interfaces and classes that allows representation of
goals and softgoals of an agent.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParallelGoal
This class represents a goal that aims at achieving all goals that compose
this goal in a parallel way.
|
class |
SequentialGoal
This class represents a goal that aims at achieving all goals that compose
this goal in a sequential way.
|