Uses of Class
br.pucrio.inf.les.bdijade.exception.PlanInstantiationException

Packages that use PlanInstantiationException
br.pucrio.inf.les.bdijade.plan   
 

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

Methods in br.pucrio.inf.les.bdijade.plan that throw PlanInstantiationException
 jade.core.behaviours.Behaviour SimplePlan.createPlanBody()
          Creates a new instance of the plan body.
abstract  jade.core.behaviours.Behaviour Plan.createPlanBody()
          Instantiate the plan body of this plan.
 

Constructors in br.pucrio.inf.les.bdijade.plan that throw PlanInstantiationException
PlanInstance(Plan plan, Intention intention)
          Creates a new plan instance.