org.semanticweb.owl.io.vocabulary
Class VocabularyAdapter

java.lang.Object
  |
  +--org.semanticweb.owl.io.vocabulary.VocabularyAdapter
Direct Known Subclasses:
RDFVocabularyAdapter

public class VocabularyAdapter
extends Object

VocabularyAdapter This class defines shortcuts to the RDF names in an ontology language. A particular vocabulary adapter should extend this class and overwrite methods.

Since:
04.02.2003

Field Summary
static VocabularyAdapter INSTANCE
          Global instance of this adapter.
 
Constructor Summary
protected VocabularyAdapter()
          Creates an instance of this class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final VocabularyAdapter INSTANCE
Global instance of this adapter.

Constructor Detail

VocabularyAdapter

protected VocabularyAdapter()
Creates an instance of this class.



WonderWeb