public abstract class Codec extends java.lang.Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Codec.CodecException
Class CodecException.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
UNNAMEDPREFIX
This string is the prefix of all the unnamed slots of a Frame
|
Modifier | Constructor and Description |
---|---|
protected |
Codec(java.lang.String name)
Construct a Codec object with the given name
|
Modifier and Type | Method and Description |
---|---|
Ontology |
getInnerOntology() |
java.lang.String |
getName()
Gets the name of this codec.
|
public static java.lang.String UNNAMEDPREFIX
protected Codec(java.lang.String name)
public java.lang.String getName()
public Ontology getInnerOntology()