Class IntrospectionOntology

  • All Implemented Interfaces:
    IntrospectionVocabulary, Serializable, Serializable

    public class IntrospectionOntology
    extends Ontology
    implements IntrospectionVocabulary
    This class represents the ontology jade-introspection, containing all JADE extensions related to agent and platform monitoring. There is only a single instance of this class.

    The package contains one class for each action, object or predicate defined in the ontology.

    Version:
    $Date$ $Revision$
    Author:
    Giovanni Rimassa - Universita' di Parma
    See Also:
    Serialized Form
    • Method Detail

      • getInstance

        public static Ontology getInstance()
        This method grants access to the unique instance of the ontology.
        Returns:
        An Ontology object, containing the concepts of the ontology.
      • main

        public static void main​(String[] args)