Uses of Interface
jade.content.ContentElement
-
Packages that use ContentElement Package Description jade.content jade.content.abs jade.content.onto.basic jade.core.behaviours This package is a subpackage ofjade.coreand contains the classes used to implement basic agent behaviours.jade.domain This package and its sub-packages contains FIPA specific agents and ontologies.jade.domain.DFGUIManagement jade.domain.FIPAAgentManagement This package contains the definition of the FIPA-Agent-Management ontology as specified by the FIPA standard FIPA Agent Management Specification - document no.jade.domain.introspection This package contains the definition of the ontology used by JADE for internal monitoring of the agent platform and running agents.jade.domain.JADEAgentManagement This package contains the definition of the JADE-Agent-Management ontology, the vocabulary with the list of used symbols, and all the Java classes that implement the concepts of the ontology.jade.domain.mobility This package contains the definition of the JADE-mobility ontology, the vocabulary with the list of used symbols, and all the Java classes that implement the concepts of the ontology.jade.domain.persistence jade.tools.logging.ontology -
-
Uses of ContentElement in jade.content
Subinterfaces of ContentElement in jade.content Modifier and Type Interface Description interfaceAgentActionGeneric interface to be implemented by classes associated to agent actions in an ontology.interfacePredicateGeneric interface to be implemented by classes associated to predicates in an ontology.Classes in jade.content that implement ContentElement Modifier and Type Class Description classContentElementListUtility class to deal with a list of content elements as a content element itself.classOntoACLMessageUtility class that allow using anACLMessageobject as an ontological agent action.Methods in jade.content that return ContentElement Modifier and Type Method Description ContentElementContentManager. extractContent(ACLMessage msg)Translates the:contentslot of anACLMessage msginto aContentElementusing the content language and ontology indicated in the:languageand:ontologyfields ofmsg.ContentElementContentElementList. get(int i)Retrieves thei-th element in this content element list.ContentElementContentElementList. remove(int index)Removes the element at the given position from this content element list.ContentElement[]ContentElementList. toArray()Retrieve all elements in this content element list in the form of an array.Methods in jade.content with parameters of type ContentElement Modifier and Type Method Description voidContentElementList. add(ContentElement element)Adds a new element (that must be a content element) to this content element list.booleanContentElementList. contains(ContentElement element)Test if a given content element is contained in this content element list.voidContentManager. fillContent(ACLMessage msg, ContentElement content)Fills the:contentslot of anACLMessage msgusing the content language and ontology indicated in the:languageand:ontologyfields ofmsg.intContentElementList. indexOf(ContentElement element)Returns the position of an element within this content element list. -
Uses of ContentElement in jade.content.abs
Subinterfaces of ContentElement in jade.content.abs Modifier and Type Interface Description interfaceAbsContentElementAn abstract descriptor that can hold a generic content element expression.Classes in jade.content.abs that implement ContentElement Modifier and Type Class Description classAbsAgentActionAn abstract descriptor that can hold an agent action expression.classAbsContentElementListAn abstract descriptor that can hold a list of generic content element expressions.classAbsIREAn Abstract descriptor that can hold an Identifying Referential Expression (IRE).classAbsPredicateAn abstract descriptor that can hold a predicate expression. -
Uses of ContentElement in jade.content.onto.basic
Classes in jade.content.onto.basic that implement ContentElement Modifier and Type Class Description classActionThis class implements theactionoperator of the FIPA SL0 action.classDoneThis class implements thedoneoperator of the FIPA SL0 action.classEqualsThis class implements the=operator of the FIPA SL0 language.classFalsePropositionThis class represents the FALSE proposition i.e.classResultThis class implements theresultoperator of the FIPA SL0 action.classTruePropositionThis class represents the TRUE proposition i.e. -
Uses of ContentElement in jade.core.behaviours
Methods in jade.core.behaviours that return ContentElement Modifier and Type Method Description ContentElementOntologyServer. getReceivedContentElement()Allows subclasses to retrieve the actually received content element e.g.Methods in jade.core.behaviours with parameters of type ContentElement Modifier and Type Method Description protected ObjectOntologyServer. extractKeyContentElement(ContentElement ce) -
Uses of ContentElement in jade.domain
Classes in jade.domain that implement ContentElement Modifier and Type Class Description classFIPAExceptionThis class represents a generic FIPAException, i.e. -
Uses of ContentElement in jade.domain.DFGUIManagement
Classes in jade.domain.DFGUIManagement that implement ContentElement Modifier and Type Class Description classDeregisterFromThis class implements the DeregisterFrom action.classFederateThis class implements the Federate action.classGetDescriptionThis class represent the getDescription Action.classGetDescriptionUsedThis class implements the GetDescriptionUsed action.classGetParentsThis class implements the GetParents action.classModifyOnThis class implements the ModifyOn action.classRegisterWithThis class implement the registerWith action.classSearchOnThis class implements the searcOn action. -
Uses of ContentElement in jade.domain.FIPAAgentManagement
Classes in jade.domain.FIPAAgentManagement that implement ContentElement Modifier and Type Class Description classAlreadyRegisteredclassDeregisterThis class implements thederegisteraction of thefipa-agent-management ontology.classFailureExceptionThis class represents a generic FailureExceptionclassGetDescriptionThis class implements theget-descriptionaction of thefipa-agent-management ontology.classInternalErrorclassMissingArgumentclassMissingParameterclassModifyThis class implements themodifyaction of thefipa-agent-management ontology.classNotRegisteredclassNotUnderstoodExceptionclassRefuseExceptionThis class represents a generic RefuseExceptionclassRegisterThis class implements theregisteraction of thefipa-agent-management ontology.classSearchThis class implements thesearchaction of thefipa-agent-management ontology.classUnauthorisedclassUnexpectedActclassUnexpectedArgumentclassUnexpectedArgumentCountclassUnexpectedParameterclassUnrecognisedParameterValueclassUnrecognisedValueclassUnsupportedActclassUnsupportedFunctionclassUnsupportedValue -
Uses of ContentElement in jade.domain.introspection
Classes in jade.domain.introspection that implement ContentElement Modifier and Type Class Description classGetKeysThis class represents theget-keysaction of the Introspection Ontology.classGetValueThis class represents theget-valueaction of the Introspection Ontology.classOccurredThis class represents theoccurredpredicate, whose argument is a JADE introspection event.classStartNotifyThis class represents thestart-notifyaction, requesting to start a continuous notification of some events via ACL messages.classStopNotifyThis class represents thestop-notifyaction, requesting to end a continuous notification of some events via ACL messages. -
Uses of ContentElement in jade.domain.JADEAgentManagement
Classes in jade.domain.JADEAgentManagement that implement ContentElement Modifier and Type Class Description classCreateAgentThis class represents thecreate-agentaction of theJADE-agent-management ontology.classDebugOffThis class represents thedebug-offaction, requesting a debugger to stop observing a set of agents in the platform.classDebugOnThis class represents thedebug-onaction, requesting a debugger to start observing a set of agents in the platform.classInstallMTPThis class represents theinstall-MTPaction of theJADE-agent-management ontology.classKillAgentThis class represents thekill-agentaction of theJADE-agent-management ontology.classKillContainerThis class represents thekill-containeraction of theJADE-agent-management ontology.classQueryAgentsOnLocationThis class represents thequery-agents-on-locationaction of theJADE-agent-management ontology.classQueryPlatformLocationsActionThis class represents thequery-platform-locationsaction of theJADE-agent-management ontology.classShowGuiThis class represents theshow-guiaction of theJADE-agent-management ontology.classShutdownPlatformThis class represents theshutdown-platformaction of theJADE-agent-management ontology.classSniffOffThis class represents thesniff-offaction, requesting a sniffer to stop observing a set of agents in the platform.classSniffOnThis class represents thesniff-offaction, requesting a sniffer to start observing a set of agents in the platform.classUninstallMTPThis class represents theuninstall-MTPaction of theJADE-agent-management ontology.classWhereIsAgentActionThis class represents thewhere-is-agentaction of theJADE-agent-management ontology. -
Uses of ContentElement in jade.domain.mobility
Classes in jade.domain.mobility that implement ContentElement Modifier and Type Class Description classCloneActionThis class represents theclone-agentaction, requesting to clone an agent within the platform.classLoadBehaviourThis action represents a request to load aBehaviourwhose code is not included in the classpath of the JVM where the agent that is going to execute the behaviour lives.classMoveActionThis class represents themove-agentaction, requesting to move an agent within the platform. -
Uses of ContentElement in jade.domain.persistence
Classes in jade.domain.persistence that implement ContentElement Modifier and Type Class Description classDeleteAgentThis class represents thedelete-agentaction of theJADE-Persistenceontology.classDeleteAgentGroupThis class represents thedelete-agent-groupaction of theJADE-Persistenceontology.classDeleteContainerThis class represents thedelete-containeraction of theJADE-Persistenceontology.classFreezeAgentThis class represents thefreeze-agentaction of theJADE-Persistenceontology.classLoadAgentThis class represents theload-agentaction of theJADE-Persistenceontology.classLoadAgentGroupThis class represents theload-agent-groupaction of theJADE-Persistenceontology.classLoadContainerThis class represents theload-containeraction of theJADE-Persistenceontology.classReloadAgentThis class represents thereload-agentaction of theJADE-Persistenceontology.classSaveAgentThis class represents thesave-agentaction of theJADE-Persistenceontology.classSaveAgentGroupThis class represents thesave-agent-groupaction of theJADE-Persistenceontology.classSaveContainerThis class represents thesave-containeraction of theJADE-Persistenceontology.classThawAgentThis class represents thethaw-agentaction of theJADE-Persistenceontology. -
Uses of ContentElement in jade.tools.logging.ontology
Classes in jade.tools.logging.ontology that implement ContentElement Modifier and Type Class Description classGetAllLoggersclassSetFileclassSetLevel
-