Class 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-ontology

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

    Version:
    $Date$ $Revision$
    Author:
    Giovanni Caire - CSELT S.p.A.
    See Also:
    Serialized Form
    • 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 Ontology object, containing the schemas for the elements of the Exception-ontology.