org.jrdf.vocabulary
Class Vocabulary

java.lang.Object
  extended by org.jrdf.vocabulary.Vocabulary
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RDF, RDFS, XSD

public class Vocabulary
extends Object
implements Serializable

A representation of a known vocabulary.

Version:
$Revision: 1804 $
Author:
Andrew Newman
See Also:
Serialized Form

Field Summary
protected static Set<URI> RESOURCES
          The set of URI references.
 
Constructor Summary
protected Vocabulary()
          Default constructor - as this is a list of constants should not be able to construct it.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCES

protected static final Set<URI> RESOURCES
The set of URI references.

Constructor Detail

Vocabulary

protected Vocabulary()
Default constructor - as this is a list of constants should not be able to construct it.