| Methods in sl that throw CodecException |
java.util.List |
Codec.decode(java.lang.String s,
Ontology o)
Decodes a given String, according to the given
Content Language and obtains a t-uple of Frame objects.
|
java.lang.String |
DefaultOntology.fromSL0String(java.lang.String str)
|
java.lang.String |
Ontology.fromSL0String(java.lang.String str)
This method initialized this ontology object on the basis of its
representation as an SL-0 expression.
|
java.util.List |
SL0Codec.decode(java.lang.String s,
Ontology o)
|
private void |
SL0Encoder.writeFrame(Frame f,
java.io.Writer w)
|