Package jade.content.lang
Class Codec
- java.lang.Object
-
- jade.content.lang.Codec
-
- All Implemented Interfaces:
Serializable,Serializable
- Direct Known Subclasses:
ByteArrayCodec,StringCodec
public abstract class Codec extends Object implements Serializable
Generic base class for al content language codecs- Author:
- Federico Bergenti - Universita` di Parma
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCodec.CodecExceptionClass CodecException.
-
Field Summary
Fields Modifier and Type Field Description static StringUNNAMEDPREFIXThis string is the prefix of all the unnamed slots of a Frame
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OntologygetInnerOntology()StringgetName()Gets the name of this codec.
-