Package jade.tools.logging.ontology
Class LogManagementOntology
- java.lang.Object
-
- jade.content.onto.Ontology
-
- jade.tools.logging.ontology.LogManagementOntology
-
- All Implemented Interfaces:
LogManagementVocabulary,Serializable,Serializable
public class LogManagementOntology extends Ontology implements LogManagementVocabulary
This class represents the Log-Agent-Management-ontology i.e. the set of concepts, actions and predicates needed by the LogManagerAgent and the LogHelperAgent to manage logs on JADE containers at runtime.- Author:
- Giovanni Caire - TILAB
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface jade.tools.logging.ontology.LogManagementVocabulary
GET_ALL_LOGGERS, GET_ALL_LOGGERS_FILTER, GET_ALL_LOGGERS_TYPE, LOGGER_INFO, LOGGER_INFO_FILE, LOGGER_INFO_HANDLERS, LOGGER_INFO_LEVEL, LOGGER_INFO_NAME, NAME, SET_FILE, SET_FILE_FILE, SET_FILE_LOGGER, SET_LEVEL, SET_LEVEL_LEVEL, SET_LEVEL_LOGGER
-
-
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 Log-Management-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 Log-Management-ontology.- Returns:
- The singleton
Ontologyobject, containing the schemas for the elements of the Log-Management-ontology.
-
-