Uses of Interface
br.pucrio.inf.les.bdijade.reasoning.GoalSelectionStrategy

Packages that use GoalSelectionStrategy
br.pucrio.inf.les.bdijade.core   
br.pucrio.inf.les.bdijade.reasoning   
 

Uses of GoalSelectionStrategy in br.pucrio.inf.les.bdijade.core
 

Fields in br.pucrio.inf.les.bdijade.core declared as GoalSelectionStrategy
private  GoalSelectionStrategy BDIAgent.goalSelectionStrategy
           
 

Methods in br.pucrio.inf.les.bdijade.core that return GoalSelectionStrategy
 GoalSelectionStrategy BDIAgent.getGoalSelectionStrategy()
           
 

Methods in br.pucrio.inf.les.bdijade.core with parameters of type GoalSelectionStrategy
 void BDIAgent.setGoalSelectionStrategy(GoalSelectionStrategy goalSelectionStrategy)
           
 

Uses of GoalSelectionStrategy in br.pucrio.inf.les.bdijade.reasoning
 

Classes in br.pucrio.inf.les.bdijade.reasoning that implement GoalSelectionStrategy
 class DefaultGoalSelectionStrategy
          The default implementation of the GoalSelectionStrategy.