Uses of Interface
jade.content.Predicate

Packages that use Predicate
jade.content.abs   
jade.content.onto.basic   
jade.domain This package and its sub-packages contains FIPA specific agents and ontologies.  
jade.domain.FIPAAgentManagement This package contains the definition of the FIPA-Agent-Management ontology as specified by the FIPA standard FIPA Agent Management Specification - document no. 23 version H (15th August 2001).  
 

Uses of Predicate in jade.content.abs
 

Classes in jade.content.abs that implement Predicate
 class AbsPredicate
          An abstract descriptor that can hold a predicate expression.
 

Uses of Predicate in jade.content.onto.basic
 

Classes in jade.content.onto.basic that implement Predicate
 class Done
          This class implements the done operator of the FIPA SL0 action.
 class Equals
          This class implements the = operator of the FIPA SL0 action.
 class FalseProposition
          This class represents the FALSE proposition i.e. a predicate that is always false.
 class Result
          This class implements the result operator of the FIPA SL0 action.
 class TrueProposition
          This class represents the TRUE proposition i.e. a predicate that is always true.
 

Methods in jade.content.onto.basic that return Predicate
 Predicate Done.getCondition()
           
 

Methods in jade.content.onto.basic with parameters of type Predicate
 void Done.setCondition(Predicate c)
           
 

Uses of Predicate in jade.domain
 

Classes in jade.domain that implement Predicate
 class FIPAException
          This class represents a generic FIPAException, i.e. one of NotUnderstood,Failure,Refuse, as defined in jade.domain.FIPAAgentManagement.
 

Uses of Predicate in jade.domain.FIPAAgentManagement
 

Classes in jade.domain.FIPAAgentManagement that implement Predicate
 class AlreadyRegistered
           
 class FailureException
          This class represents a generic FailureException
 class InternalError
           
 class MissingArgument
           
 class MissingParameter
           
 class NotRegistered
           
 class NotUnderstoodException
           
 class RefuseException
          This class represents a generic RefuseException
 class Unauthorised
           
 class UnexpectedAct
           
 class UnexpectedArgument
           
 class UnexpectedArgumentCount
           
 class UnexpectedParameter
           
 class UnrecognisedParameterValue
           
 class UnrecognisedValue
           
 class UnsupportedAct
           
 class UnsupportedFunction
           
 class UnsupportedValue
           
 



JADE