Class PersistenceOntology

  • All Implemented Interfaces:
    ExceptionVocabulary, PersistenceVocabulary, Serializable, Serializable

    public class PersistenceOntology
    extends Ontology
    implements PersistenceVocabulary
    This class represents the JADE-Persistence ontology i.e. the set of concepts, actions and predicates that relates to the JADE Persistence Service features that can be accessed through the JADE AMS.

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

    Author:
    Giovanni Rimassa - FRAMeTech s.r.l.
    See Also:
    Serialized Form
    • Method Detail

      • getInstance

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