| Package | Description |
|---|---|
| bdi4jade.core | |
| bdi4jade.extension.planselection.utilitybased | |
| bdi4jade.reasoning |
This package contains interfaces and classes to specify strategies
associated with customization points of the BDI agent reasoning cycle.
|
| Modifier and Type | Method and Description |
|---|---|
PlanSelectionStrategy |
Capability.getPlanSelectionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
Capability.setPlanSelectionStrategy(PlanSelectionStrategy planSelectionStrategy) |
| Modifier and Type | Class and Description |
|---|---|
class |
UtilityBasedPlanSelectionStrategy
A utility-based implementation of the
PlanSelectionStrategy. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPlanSelectionStrategy
This class is the default implementation of the strategy
PlanSelectionStrategy. |