| Package | Description |
|---|---|
| bdi4jade.core |
This package contains the key classes of BDI4JADE.
|
| 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 |
|---|---|
AgentOptionGenerationFunction |
BDIAgent.getOptionGenerationFunction()
Returns the option generation function of this agent.
|
AgentOptionGenerationFunction |
AbstractBDIAgent.getOptionGenerationFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBDIAgent.setOptionGenerationFunction(AgentOptionGenerationFunction optionGenerationFunction)
Sets the option generation function of this agent.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAgentOptionGenerationFunction
This class is the default implementation of the strategy
AgentOptionGenerationFunction. |