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

Packages that use BeliefBase
br.pucrio.inf.les.bdijade.belief   
br.pucrio.inf.les.bdijade.core   
br.pucrio.inf.les.bdijade.goal   
br.pucrio.inf.les.bdijade.plan   
 

Uses of BeliefBase in br.pucrio.inf.les.bdijade.belief
 

Fields in br.pucrio.inf.les.bdijade.belief with type parameters of type BeliefBase
private  java.util.Set<BeliefBase> Belief.beliefBases
           
 

Methods in br.pucrio.inf.les.bdijade.belief that return types with arguments of type BeliefBase
 java.util.Set<BeliefBase> Belief.getBeliefBases()
           
 

Methods in br.pucrio.inf.les.bdijade.belief with parameters of type BeliefBase
 void Belief.addBeliefBase(BeliefBase beliefBase)
          Adds a belief base that contains this belief.
 void Belief.removeBeliefBase(BeliefBase beliefBases)
          Removes a belief base that does not contain this belief anymore.
 

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

Fields in br.pucrio.inf.les.bdijade.core declared as BeliefBase
protected  BeliefBase Capability.beliefBase
           
 

Methods in br.pucrio.inf.les.bdijade.core that return BeliefBase
 BeliefBase Capability.getBeliefBase()
           
 

Constructors in br.pucrio.inf.les.bdijade.core with parameters of type BeliefBase
Capability(BeliefBase beliefBase, PlanLibrary planLibrary)
          Creates a new capability.
Capability(java.lang.String id, BeliefBase beliefBase, PlanLibrary planLibrary)
          Creates a new capability.
 

Uses of BeliefBase in br.pucrio.inf.les.bdijade.goal
 

Methods in br.pucrio.inf.les.bdijade.goal with parameters of type BeliefBase
 boolean BeliefSetValueGoal.isAchieved(BeliefBase beliefBase)
          Checks if this goal is achieved by verifying if the provided belief set contains the Value of this goal.
 boolean BeliefGoal.isAchieved(BeliefBase beliefBase)
          Checks if this goal is achieved by verifying if the provided belief base contains the belief of this goal.
 

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

Methods in br.pucrio.inf.les.bdijade.plan that return BeliefBase
 BeliefBase PlanInstance.getBeliefBase()
          Returns the belief base of the capability.