Uses of Class
jade.content.lang.Codec.CodecException
-
Packages that use Codec.CodecException Package Description jade.content jade.content.lang jade.content.lang.leap jade.content.lang.sl -
-
Uses of Codec.CodecException in jade.content
Methods in jade.content that throw Codec.CodecException 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.ContentElementContentManager. extractContent(ACLMessage msg)Translates the:contentslot of anACLMessage msginto aContentElementusing the content language and ontology indicated in the:languageand:ontologyfields ofmsg.voidContentManager. fillContent(ACLMessage msg, AbsContentElement content)Fills the:contentslot of anACLMessage msgusing the content language and ontology indicated in the:languageand:ontologyfields ofmsg.voidContentManager. fillContent(ACLMessage msg, ContentElement content)Fills the:contentslot of anACLMessage msgusing the content language and ontology indicated in the:languageand:ontologyfields ofmsg. -
Uses of Codec.CodecException in jade.content.lang
Methods in jade.content.lang that throw Codec.CodecException 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.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 Codec.CodecException in jade.content.lang.leap
Methods in jade.content.lang.leap that throw Codec.CodecException 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.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 Codec.CodecException in jade.content.lang.sl
Methods in jade.content.lang.sl that throw Codec.CodecException Modifier and Type Method Description voidSimpleSLTokenizer. consumeChar(char c)Check that the next character (after eventual spaces) is 'c' and advance the pointer to the character just afterAbsContentElementSimpleSLCodec. 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.AbsPredicateSLCodec. decodeFormula(Ontology ontology, String formula)Decodes the content to an abstract description, where the content is known to be a Well-formed FormulaAbsObjectSimpleSLCodec. decodeObject(Ontology ontology, String content)AbsTermSLCodec. decodeTerm(Ontology ontology, String term)Decodes the content to an abstract description, where the content is known to be a Term.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.StringSLCodec. encodeFormula(Ontology ontology, AbsPredicate formula)Encodes the content into a String, where the content is known to be a Well-formed FormulaStringSLCodec. encodeTerm(Ontology ontology, AbsTerm term)Encodes the content into a String, where the content is known to be a Term.StringSimpleSLTokenizer. getElement()Return the next SL element (i.e.booleanSimpleSLTokenizer. isClosedBracket()booleanSimpleSLTokenizer. isOpenBracket()StringSimpleSLTokenizer. nextToken()Return the next SL token (i.e.
-