Package jade.domain.persistence
Class PersistenceOntology
- java.lang.Object
-
- jade.content.onto.Ontology
-
- jade.domain.persistence.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
Ontologyobject representing the JADE-Persistence ontology is a singleton and is accessible through the static methodgetInstance()- Author:
- Giovanni Rimassa - FRAMeTech s.r.l.
- 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, 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
-
Fields inherited from interface jade.domain.persistence.PersistenceVocabulary
AGENTGROUP, CONTAINERID, DELETEAGENT, DELETEAGENT_AGENT, DELETEAGENT_REPOSITORY, DELETEAGENT_WHERE, DELETEAGENTGROUP, DELETEAGENTGROUP_GROUP, DELETEAGENTGROUP_REPOSITORY, DELETECONTAINER, DELETECONTAINER_CONTAINER, DELETECONTAINER_REPOSITORY, DELETECONTAINER_WHERE, FREEZEAGENT, FREEZEAGENT_AGENT, FREEZEAGENT_BUFFERCONTAINER, FREEZEAGENT_REPOSITORY, LOADAGENT, LOADAGENT_AGENT, LOADAGENT_REPOSITORY, LOADAGENT_WHERE, LOADAGENTGROUP, LOADAGENTGROUP_GROUP, LOADAGENTGROUP_REPOSITORY, LOADCONTAINER, LOADCONTAINER_CONTAINER, LOADCONTAINER_REPOSITORY, LOCATION, LOCATION_ADDRESS, LOCATION_NAME, LOCATION_PROTOCOL, NAME, NOTREGISTERED, RELOADAGENT, RELOADAGENT_AGENT, RELOADAGENT_REPOSITORY, SAVEAGENT, SAVEAGENT_AGENT, SAVEAGENT_REPOSITORY, SAVEAGENTGROUP, SAVEAGENTGROUP_GROUP, SAVEAGENTGROUP_REPOSITORY, SAVECONTAINER, SAVECONTAINER_CONTAINER, SAVECONTAINER_REPOSITORY, THAWAGENT, THAWAGENT_AGENT, THAWAGENT_NEWCONTAINER, THAWAGENT_REPOSITORY
-
-
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 JADE-Persistence 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 JADE-Persistence ontology.- Returns:
- The singleton
Ontologyobject, containing the schemas for the elements of the JADE-Persistence ontology.
-
-