Uses of Interface
jade.domain.FIPAAgentManagement.ExceptionVocabulary

Packages that use ExceptionVocabulary
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).  
jade.domain.JADEAgentManagement This package contains the definition of the JADE-Agent-Management ontology, the vocabulary with the list of used symbols, and all the Java classes that implement the concepts of the ontology. 
jade.domain.mobility This package contains the definition of the JADE-mobility ontology, the vocabulary with the list of used symbols, and all the Java classes that implement the concepts of the ontology. 
 

Uses of ExceptionVocabulary in jade.domain.FIPAAgentManagement
 

Subinterfaces of ExceptionVocabulary in jade.domain.FIPAAgentManagement
 interface FIPAManagementVocabulary
          This interface contains all the string constants for frame and slot names defined in the fipa-agent-management ontology.
 

Classes in jade.domain.FIPAAgentManagement that implement ExceptionVocabulary
 class ExceptionOntology
          This class groups into a separated ontology the elements of the FIPA-Agent-Management-ontology (see FIPA specification document no. 23) representing generic exceptions.
 class FIPAManagementOntology
          This class represents the ontology defined by FIPA Agent Management specifications (document no. 23).
 

Uses of ExceptionVocabulary in jade.domain.JADEAgentManagement
 

Subinterfaces of ExceptionVocabulary in jade.domain.JADEAgentManagement
 interface JADEManagementVocabulary
          This interface contains all the string constants for frame and slot names of exceptions defined in the jade-agent-management ontology.
 

Classes in jade.domain.JADEAgentManagement that implement ExceptionVocabulary
 class JADEManagementOntology
          This class represents the JADE-Agent-Management-ontology i.e. the set of concepts, actions and predicates that relates to the JADE specific actions that can be requested to the JADE AMS and DF.
 

Uses of ExceptionVocabulary in jade.domain.mobility
 

Subinterfaces of ExceptionVocabulary in jade.domain.mobility
 interface BehaviourLoadingVocabulary
          This interface contains all the string constants for concepts and slot names defined in the Behaviour-Loading ontology.
 interface MobilityVocabulary
          This interface contains all the string constants for frame and slot names of exceptions defined in the jade-mobility-ontology ontology.
 

Classes in jade.domain.mobility that implement ExceptionVocabulary
 class BehaviourLoadingOntology
          This class represents the BehaviourLoading ontology including the concepts and actions required to dynamically load and execute jade behaviours whose code is not included in the JVM classpath.
 class MobilityOntology
          This class represents the ontology used for JADE mobility.
 



JADE