Uses of Class
br.pucrio.inf.les.bdijade.core.Intention

Packages that use Intention
br.pucrio.inf.les.bdijade.core   
br.pucrio.inf.les.bdijade.plan   
 

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

Fields in br.pucrio.inf.les.bdijade.core with type parameters of type Intention
private  java.util.List<Intention> BDIAgent.intentions
           
 

Methods in br.pucrio.inf.les.bdijade.core that return types with arguments of type Intention
 java.util.Set<Intention> BDIAgent.getIntentions()
           
 

Uses of Intention in br.pucrio.inf.les.bdijade.plan
 

Fields in br.pucrio.inf.les.bdijade.plan declared as Intention
private  Intention PlanInstance.intention
           
 

Constructors in br.pucrio.inf.les.bdijade.plan with parameters of type Intention
PlanInstance(Plan plan, Intention intention)
          Creates a new plan instance.