|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jade.content.onto.Ontology | +--jade.domain.JADEAgentManagement.JADEManagementOntology
This class represents the JADE-Agent-Management-ontology i.e. the set of concepts, actions and predicates that relates to the JADE specific actions that can be requested to the JADE AMS and DF.
The actual Ontology
object representing the
JADE-Agent-Management-ontology is a singleton and is accessible through
the static method getInstance()
Field Summary |
Method Summary | |
static java.lang.String |
adjustAgentName(java.lang.String nameWithWildcards,
java.lang.String[] values)
This method allows to replace wildcards with a set of defined values. |
static Ontology |
getInstance()
This method returns the unique instance (according to the singleton pattern) of the JADE-Agent-Management-ontology. |
Methods inherited from class jade.content.onto.Ontology |
add, add, checkIsTerm, fromObject, getActionNames, getClassForElement, getConceptNames, getName, getPredicateNames, getSchema, toObject, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public static Ontology getInstance()
Ontology
object, containing the
schemas for the elements of the JADE-Agent-Management-ontology.public static java.lang.String adjustAgentName(java.lang.String nameWithWildcards, java.lang.String[] values)
nameWithWildcards
- - the name to be parsedvalues
- - the corresponding values for the wildcards, if null no substitution is made.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |