JADE_SL.lang
Class Codec
java.lang.Object
JADE_SL.lang.Codec
- Direct Known Subclasses:
- ByteArrayCodec, StringCodec
- public abstract class Codec
- extends java.lang.Object
Generic base class for al content language codecs
- Author:
- Federico Bergenti - Universita` di Parma
|
Field Summary |
private java.lang.String |
name
|
static java.lang.String |
UNNAMEDPREFIX
This string is the prefix of all the unnamed slots of a Frame |
|
Constructor Summary |
protected |
Codec(java.lang.String name)
Construct a Codec object with the given name |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNNAMEDPREFIX
public static java.lang.String UNNAMEDPREFIX
- This string is the prefix of all the unnamed slots of a Frame
name
private java.lang.String name
Codec
protected Codec(java.lang.String name)
- Construct a Codec object with the given name
getName
public java.lang.String getName()
- Gets the name of this codec.
- Returns:
- the name of this codec.
getInnerOntology
public Ontology getInnerOntology()
- Returns:
- the ontology containing the schemas of the operator
defined in this language
Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.