org.jrdf.vocabulary
Class Vocabulary
java.lang.Object
org.jrdf.vocabulary.Vocabulary
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- RDF, RDFS
- public abstract class Vocabulary
- extends Object
- implements Serializable
A representation of a known vocabulary.
- Version:
- $Revision: 1.1 $
- Author:
- Andrew Newman
- See Also:
- Serialized Form
Field Summary |
protected static Set |
resources
The set of URI references. |
Method Summary |
static Set |
getResources()
Returns the resources in this vocabulary. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resources
protected static Set resources
- The set of URI references.
Vocabulary
protected Vocabulary()
getResources
public static Set getResources()
- Returns the resources in this vocabulary.
- Returns:
- the resource in this vocabulary.