Uses of Interface
jade.content.abs.AbsContentElement
-
Packages that use AbsContentElement Package Description jade.content jade.content.abs jade.content.lang jade.content.lang.leap jade.content.lang.sl -
-
Uses of AbsContentElement in jade.content
Methods in jade.content that return AbsContentElement Modifier and Type Method Description AbsContentElementContentManager. extractAbsContent(ACLMessage msg)Translates the:contentslot of anACLMessage msginto anAbsContentElementusing the content language and ontology indicated in the:languageand:ontologyfields ofmsg.Methods in jade.content with parameters of type AbsContentElement Modifier and Type Method Description voidContentManager. fillContent(ACLMessage msg, AbsContentElement content)Fills the:contentslot of anACLMessage msgusing the content language and ontology indicated in the:languageand:ontologyfields ofmsg. -
Uses of AbsContentElement in jade.content.abs
Classes in jade.content.abs that implement AbsContentElement 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.Methods in jade.content.abs that return AbsContentElement Modifier and Type Method Description AbsContentElementAbsContentElementList. get(int i)Retrieves thei-th element in this content element list.AbsContentElementAbsContentElementList. remove(int index)Removes the element at the given position from this content element list.AbsContentElement[]AbsContentElementList. toArray()Retrieve all elements in this content element list in the form of an array.Methods in jade.content.abs with parameters of type AbsContentElement Modifier and Type Method Description voidAbsContentElementList. add(AbsContentElement element)Add a new element (that must be a content element) to this content element list.booleanAbsContentElementList. contains(AbsContentElement element)Test if a given content element is contained in this content element list.intAbsContentElementList. indexOf(AbsContentElement element)Returns the position of an element within this content element list. -
Uses of AbsContentElement in jade.content.lang
Methods in jade.content.lang that return AbsContentElement Modifier and Type Method Description abstract AbsContentElementByteArrayCodec. decode(byte[] content)Decodes the content to an abstract description.abstract AbsContentElementByteArrayCodec. decode(Ontology ontology, byte[] content)Decodes the content to an abstract description.abstract AbsContentElementStringCodec. decode(Ontology ontology, String content)Decodes the content to an abstract description using a given ontology.abstract AbsContentElementStringCodec. decode(String content)Decodes the content to an abstract description.Methods in jade.content.lang with parameters of type AbsContentElement Modifier and Type Method Description abstract byte[]ByteArrayCodec. encode(AbsContentElement content)Encodes a content into a byte array.abstract byte[]ByteArrayCodec. encode(Ontology ontology, AbsContentElement content)Encodes a content into a byte array.abstract StringStringCodec. encode(AbsContentElement content)Encodes a content into a string.abstract StringStringCodec. encode(Ontology ontology, AbsContentElement content)Encodes a content into a string using a given ontology. -
Uses of AbsContentElement in jade.content.lang.leap
Methods in jade.content.lang.leap that return AbsContentElement Modifier and Type Method Description AbsContentElementLEAPCodec. decode(byte[] content)Decodes the content to an abstract descriptor.AbsContentElementLEAPCodec. decode(Ontology ontology, byte[] content)Decodes the content to an abstract description.Methods in jade.content.lang.leap with parameters of type AbsContentElement Modifier and Type Method Description byte[]LEAPCodec. encode(AbsContentElement content)Encodes an abstract descriptor holding a content element into a byte array.byte[]LEAPCodec. encode(Ontology ontology, AbsContentElement content)Encodes a content into a byte array. -
Uses of AbsContentElement in jade.content.lang.sl
Methods in jade.content.lang.sl that return AbsContentElement Modifier and Type Method Description AbsContentElementSimpleSLCodec. decode(Ontology ontology, String content)Decodes a content expression to an abstract description using a given ontology.AbsContentElementSimpleSLCodec. decode(String content)AbsContentElementSLCodec. decode(Ontology ontology, String content)Decodes the content to an abstract description.AbsContentElementSLCodec. decode(String content)Decodes the content to an abstract description.Methods in jade.content.lang.sl with parameters of type AbsContentElement Modifier and Type Method Description StringSimpleSLCodec. encode(AbsContentElement content)StringSimpleSLCodec. encode(Ontology ontology, AbsContentElement content)Encodes a content into a string using a given ontology.StringSLCodec. encode(AbsContentElement content)Encodes a content into a String.StringSLCodec. encode(Ontology ontology, AbsContentElement content)Encodes a content into a String.
-