| Class | Description |
|---|---|
| BeliefGoal |
This class represents the goal of an agent believe in a certain belief, i.e.
|
| BeliefSetValueGoal<T> |
This class represents the goal of an agent believe in a belief that contains
a certain value, i.e.
|
| CompositeGoal |
This class represents a goal that is a composition of other goals (subgoals).
|
| ParallelGoal |
This class represents a goal that aims at achieving all goals that compose
this goal in a parallel way.
|
| SequentialGoal |
This class represents a goal that aims at achieving all goals that compose
this goal in a sequential way.
|