Package | Description |
---|---|
casa.jade | |
jade.content | |
jade.content.lang | |
jade.content.lang.sl |
Modifier and Type | Method and Description |
---|---|
Codec |
ContentManager.lookupLanguage(String name)
Deprecated.
Retrieves a previously registered
Codec
giving its name . |
Modifier and Type | Method and Description |
---|---|
private AbsContentElement |
ContentManager.decode(ACLMessage msg,
Codec codec,
Ontology onto)
Deprecated.
|
private AbsContentElement |
ContentManager.decode(Object buf,
Codec codec,
Ontology onto)
Deprecated.
|
private Object |
ContentManager.encode(AbsContentElement content,
Codec codec,
Ontology onto)
Deprecated.
|
private void |
ContentManager.encode(ACLMessage msg,
AbsContentElement content,
Codec codec,
Ontology onto)
Deprecated.
|
private Ontology |
ContentManager.getMergedOntology(Codec c,
Ontology o)
Deprecated.
Merge the reference ontology with the inner ontology of the
content language
|
void |
ContentManager.registerLanguage(Codec c)
Deprecated.
Registers a
Codec for a given content language
with its default name (i.e. |
void |
ContentManager.registerLanguage(Codec c,
String name)
Deprecated.
Registers a
Codec for a given content language
with a given name. |
Modifier and Type | Method and Description |
---|---|
Codec |
ContentManager.lookupLanguage(String name)
Retrieves a previously registered
Codec
giving its name . |
Modifier and Type | Method and Description |
---|---|
private AbsContentElement |
ContentManager.decode(ACLMessage msg,
Codec codec,
Ontology onto) |
private void |
ContentManager.encode(ACLMessage msg,
AbsContentElement content,
Codec codec,
Ontology onto) |
private Ontology |
ContentManager.getMergedOntology(Codec c,
Ontology o)
Merge the reference ontology with the inner ontology of the
content language
|
void |
ContentManager.registerLanguage(Codec c)
Registers a
Codec for a given content language
with its default name (i.e. |
void |
ContentManager.registerLanguage(Codec c,
String name)
Registers a
Codec for a given content language
with a given name. |
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
SimpleSLCodec
MIDP implementation of the SLCodec.
|
class |
SLCodec
The codec class for the FIPA-SLn languages.
|