Uses of Class
jade.content.lang.Codec
-
Packages that use Codec Package Description jade.content jade.content.lang jade.content.lang.leap jade.content.lang.sl jade.core.behaviours This package is a subpackage ofjade.coreand contains the classes used to implement basic agent behaviours. -
-
Uses of Codec in jade.content
Methods in jade.content that return Codec Modifier and Type Method Description CodecContentManager. lookupLanguage(String name)Retrieves a previously registeredCodecgiving itsname.Methods in jade.content with parameters of type Codec Modifier and Type Method Description voidContentManager. registerLanguage(Codec c)Registers aCodecfor a given content language with its default name (i.e.voidContentManager. registerLanguage(Codec c, String name)Registers aCodecfor a given content language with a given name. -
Uses of Codec in jade.content.lang
Subclasses of Codec in jade.content.lang Modifier and Type Class Description classByteArrayCodecBase class for content language codecs that transform AbsContentElements to/from sequences of bytesclassStringCodecBase class for content language codecs that transform AbsContentElements to/from sequences of strings -
Uses of Codec in jade.content.lang.leap
Subclasses of Codec in jade.content.lang.leap Modifier and Type Class Description classLEAPCodecContent language codec for the LEAP language -
Uses of Codec in jade.content.lang.sl
Subclasses of Codec in jade.content.lang.sl Modifier and Type Class Description classSimpleSLCodecMIDP implementation of the SLCodec.classSLCodecThe codec class for the FIPA-SLn languages. -
Uses of Codec in jade.core.behaviours
Methods in jade.core.behaviours with parameters of type Codec Modifier and Type Method Description voidOntologyServer. setLanguage(Codec codec)
-