Uses of Class
br.pucrio.inf.les.bdijade.util.MetadataElement

Packages that use MetadataElement
br.pucrio.inf.les.bdijade.belief   
br.pucrio.inf.les.bdijade.plan   
 

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

Subclasses of MetadataElement in br.pucrio.inf.les.bdijade.belief
 class Belief<T>
          Represents a belief of the belief base.
 class BeliefSet<T>
          This class represents a belief that has a set of values associated with it.
 class PersistentBelief<T>
           
 class TransientBelief<T>
          This class extends the Belief and represents a transient belief, which is not persisted in a permanent memory.
 class TransientBeliefSet<T>
          This class extends the BeliefSet and represents a transient belief set, which is not persisted in a permanent memory.
 

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

Subclasses of MetadataElement in br.pucrio.inf.les.bdijade.plan
 class Plan
          This class represents the plan abstraction.
 class SimplePlan
          This class represents a plan whose plan body is a class that can be instantiated by invoking the @likn Class.newInstance() method.