jade.domain.JADEAgentManagement
Class JADEManagementOntology

java.lang.Object
  |
  +--jade.content.onto.Ontology
        |
        +--jade.domain.JADEAgentManagement.JADEManagementOntology

public class JADEManagementOntology
extends Ontology
implements JADEManagementVocabulary

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.

The actual Ontology object representing the JADE-Agent-Management-ontology is a singleton and is accessible through the static method getInstance()

Author:
Giovanni Caire - TILAB
See Also:
Serialized Form

Fields inherited from interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
CONTAINERID, CREATEAGENT, CREATEAGENT_AGENT_NAME, CREATEAGENT_ARGUMENTS, CREATEAGENT_CLASS_NAME, CREATEAGENT_CONTAINER, CREATEAGENT_DELEGATION, CREATEAGENT_PASSWORD, DEBUGOFF, DEBUGOFF_DEBUGGED_AGENTS, DEBUGOFF_DEBUGGER, DEBUGOFF_PASSWORD, DEBUGON, DEBUGON_DEBUGGED_AGENTS, DEBUGON_DEBUGGER, DEBUGON_PASSWORD, INSTALLMTP, INSTALLMTP_ADDRESS, INSTALLMTP_CLASS_NAME, INSTALLMTP_CONTAINER, KILLAGENT, KILLAGENT_AGENT, KILLAGENT_PASSWORD, KILLCONTAINER, KILLCONTAINER_CONTAINER, KILLCONTAINER_PASSWORD, LOCATION, LOCATION_ADDRESS, LOCATION_NAME, LOCATION_PROTOCOL, NAME, NOTREGISTERED, QUERY_PLATFORM_LOCATIONS, QUERYAGENTSONLOCATION, QUERYAGENTSONLOCATION_LOCATION, SHOWGUI, SNIFFOFF, SNIFFOFF_PASSWORD, SNIFFOFF_SNIFFED_AGENTS, SNIFFOFF_SNIFFER, SNIFFON, SNIFFON_PASSWORD, SNIFFON_SNIFFED_AGENTS, SNIFFON_SNIFFER, UNINSTALLMTP, UNINSTALLMTP_ADDRESS, UNINSTALLMTP_CONTAINER, WHEREISAGENT, WHEREISAGENT_AGENTIDENTIFIER
 
Fields inherited from interface jade.domain.FIPAAgentManagement.ExceptionVocabulary
INTERNALERROR, INTERNALERROR_MESSAGE, MISSINGARGUMENT, MISSINGARGUMENT_ARGUMENT, MISSINGPARAMETER, MISSINGPARAMETER_OBJECT_NAME, MISSINGPARAMETER_PARAMETER_NAME, NAME, UNAUTHORISED, UNEXPECTEDACT, UNEXPECTEDACT_ACT, UNEXPECTEDARGUMENT, UNEXPECTEDARGUMENT_ARGUMENT, UNEXPECTEDARGUMENTCOUNT, UNEXPECTEDPARAMETER, UNEXPECTEDPARAMETER_OBJECT_NAME, UNEXPECTEDPARAMETER_PARAMETER_NAME, UNRECOGNISEDPARAMETERVALUE, UNRECOGNISEDPARAMETERVALUE_PARAMETER_NAME, UNRECOGNISEDPARAMETERVALUE_PARAMETER_VALUE, UNRECOGNISEDVALUE, UNRECOGNISEDVALUE_VALUE, UNSUPPORTEDACT, UNSUPPORTEDACT_ACT, UNSUPPORTEDFUNCTION, UNSUPPORTEDFUNCTION_FUNCTION, UNSUPPORTEDVALUE, UNSUPPORTEDVALUE_VALUE
 
Method Summary
static Ontology getInstance()
          This method returns the unique instance (according to the singleton pattern) of the JADE-Agent-Management-ontology.
 
Methods inherited from class jade.content.onto.Ontology
add, add, checkIsTerm, fromObject, fromObject, getClassForElement, getName, getSchema, toObject, toObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Ontology getInstance()
This method returns the unique instance (according to the singleton pattern) of the JADE-Agent-Management-ontology.
Returns:
The singleton Ontology object, containing the schemas for the elements of the JADE-Agent-Management-ontology.