See: Description
| Interface | Description |
|---|---|
| BeliefRevisionStrategy |
This interface defines the belief revision strategy to be used within the
scope of a capability.
|
| DeliberationFunction |
This interface defines the deliberation function to be used within the scope
of a capability.
|
| OptionGenerationFunction |
This interface defines the option generation functions to be used in the
BDI-interpreter, within the scope of a capability.
|
| PlanSelectionStrategy |
This interface defines the plan selection strategy to be used within the
scope of a capability.
|
| ReasoningStrategy |
This interface defines methods that should be implemented by all reasoning
strategies.
|
| Class | Description |
|---|---|
| AbstractReasoningStrategy |
This class provides an abstract implementation of the
ReasoningStrategy interface. |
| DefaultBeliefRevisionStrategy |
This class is the default implementation of the strategy
BeliefRevisionStrategy. |
| DefaultDeliberationFunction |
This class is the default implementation of the strategy
DeliberationFunction. |
| DefaultOptionGenerationFunction |
This class is the default implementation of the strategy
OptionGenerationFunction. |
| DefaultPlanSelectionStrategy |
This class is the default implementation of the strategy
PlanSelectionStrategy. |