|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Codec.CodecException | |
| JADE_SL.lang | |
| JADE_SL.lang.sl | |
| Uses of Codec.CodecException in JADE_SL.lang |
| Methods in JADE_SL.lang that throw Codec.CodecException | |
abstract byte[] |
ByteArrayCodec.encode(AbsContentElement content)
Encodes a content into a byte array. |
abstract byte[] |
ByteArrayCodec.encode(Ontology ontology,
AbsContentElement content)
Encodes a content into a byte array. |
abstract AbsContentElement |
ByteArrayCodec.decode(byte[] content)
Decodes the content to an abstract description. |
abstract AbsContentElement |
ByteArrayCodec.decode(Ontology ontology,
byte[] content)
Decodes the content to an abstract description. |
abstract java.lang.String |
StringCodec.encode(AbsContentElement content)
Encodes a content into a string. |
abstract java.lang.String |
StringCodec.encode(Ontology ontology,
AbsContentElement content)
Encodes a content into a string using a given ontology. |
abstract AbsContentElement |
StringCodec.decode(java.lang.String content)
Decodes the content to an abstract description. |
abstract AbsContentElement |
StringCodec.decode(Ontology ontology,
java.lang.String content)
Decodes the content to an abstract description using a given ontology. |
| Uses of Codec.CodecException in JADE_SL.lang.sl |
| Methods in JADE_SL.lang.sl that throw Codec.CodecException | |
java.lang.String |
SLCodec.encode(AbsContentElement content)
Encodes a content into a String. |
java.lang.String |
SLCodec.encode(Ontology ontology,
AbsContentElement content)
Encodes a content into a String. |
private java.lang.String |
SLCodec.encode(AbsObject val,
boolean encodeSlotNames)
this method is used by all the toString methods and it exploits the common AbsObject implementation |
private java.lang.String |
SLCodec.toString(AbsPredicate val)
|
private java.lang.String |
SLCodec.toString(AbsIRE val)
|
private java.lang.String |
SLCodec.toString(AbsVariable val)
|
private java.lang.String |
SLCodec.toString(AbsConcept val)
|
private java.lang.String |
SLCodec.toString(AbsAggregate val)
|
private java.lang.String |
SLCodec.toString(AbsPrimitive val)
|
private java.lang.String |
SLCodec.toString(AbsObject val)
|
AbsContentElement |
SLCodec.decode(java.lang.String content)
Decodes the content to an abstract description. |
AbsContentElement |
SLCodec.decode(Ontology ontology,
java.lang.String content)
Decodes the content to an abstract description. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||