Package jade.domain.FIPAAgentManagement
Class ExceptionOntology
- java.lang.Object
-
- jade.content.onto.Ontology
-
- jade.domain.FIPAAgentManagement.ExceptionOntology
-
- All Implemented Interfaces:
ExceptionVocabulary,Serializable,Serializable
public class ExceptionOntology extends Ontology implements ExceptionVocabulary
This class groups into a separated ontology the elements of the FIPA-Agent-Management-ontology (see FIPA specification document no. 23) representing generic exceptions. This allows reusing these elements into other ontologies simply including tis Exception-ontologyThe actual
Ontologyobject representing the Exception-ontology is a singleton and is accessible through the static methodgetInstance()- Version:
- $Date$ $Revision$
- Author:
- Giovanni Caire - CSELT S.p.A.
- See Also:
- Serialized Form
-
-
Field Summary
-
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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OntologygetInstance()This method returns the unique instance (according to the singleton pattern) of the Exception-ontology.-
Methods inherited from class jade.content.onto.Ontology
add, add, checkIsTerm, createConceptSlotFunction, dump, dump, externalize, externalizeSlotValue, fromObject, fromObject, getActionNames, getClassForElement, getConceptNames, getIntrospector, getName, getOwnActionNames, getOwnConceptNames, getOwnPredicateNames, getPredicateNames, getReferencedSchemas, getSchema, getSchema, getSlotValue, internalize, internalizeSlotValue, isBaseOntology, setSlotValue, toObject, toObject, toString, useConceptSlotsAsFunctions
-
-
-
-
Method Detail
-
getInstance
public static Ontology getInstance()
This method returns the unique instance (according to the singleton pattern) of the Exception-ontology.- Returns:
- The singleton
Ontologyobject, containing the schemas for the elements of the Exception-ontology.
-
-