Package jade.lang

This package contains JADE generic language support for different languages.

See:
          Description

Interface Summary
Codec Interface for Content Language encoders/decoders.
 

Exception Summary
Codec.CodecException This exception is thrown when some problem occurs in the concrete parsing subsystem accessed through this interface.
 

Package jade.lang Description

This package contains JADE generic language support for different languages. It has various subpackages; the special jade.lang.acl one is for the Agent Communication Language, whereas the others provide support for different Content Languages. This package defines itself an abstract interface for encoding and decoding concepts, actions and predicates to and from a content language.