Uses of Class
jade.content.lang.Codec

Packages that use Codec
jade.content
jade.content.lang   
jade.content.lang.leap   
jade.content.lang.sl   
jade.core.behaviours This package is a subpackage of jade.core and contains the classes used to implement basic agent behaviours. 
 

Uses of Codec in jade.content
 

Methods in jade.content that return Codec
 Codec ContentManager.lookupLanguage(java.lang.String name)
          Retrieves a previously registered Codec giving its name.
 

Methods in jade.content with parameters of type Codec
 void ContentManager.registerLanguage(Codec c)
          Registers a Codec for a given content language with its default name (i.e.
 void ContentManager.registerLanguage(Codec c, java.lang.String name)
          Registers a Codec for a given content language with a given name.
 

Uses of Codec in jade.content.lang
 

Subclasses of Codec in jade.content.lang
 class ByteArrayCodec
          Base class for content language codecs that transform AbsContentElements to/from sequences of bytes
 class StringCodec
          Base 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
 class LEAPCodec
          Content language codec for the LEAP language
 

Uses of Codec in jade.content.lang.sl
 

Subclasses of Codec in jade.content.lang.sl
 class SLCodec
          The codec class for the FIPA-SLn languages.
 

Uses of Codec in jade.core.behaviours
 

Methods in jade.core.behaviours with parameters of type Codec
 void OntologyServer.setLanguage(Codec codec)
           
 



These are the official JADE API. For these API backward compatibility is guaranteed accross JADE versions