Package br.pucrio.inf.les.bdijade.reasoning

Interface Summary
BeliefRevisionStrategy This is used during the BDI interpreter cycle to review the agent's beliefs.
DeliberationFunction This interface defines the deliberation function to be used in an agent.
OptionGenerationFunction This interface defines the option generation functions to be used in the BDI-interpreter.
PlanSelectionStrategy This interface defines the plan selection strategy to be used in a capability.
 

Class Summary
DefaultBeliefRevisionStrategy This class is the default strategy for the belief revision.
DefaultDeliberationFunction The default implementation of the DeliberationFunction.
DefaultOptionGenerationFunction The default implementation of the OptionGenerationFunction.
DefaultPlanSelectionStrategy The default implementation of the PlanSelectionStrategy.