com.bigdata.rdf.vocab.decls
Class OWLVocabularyDecl
java.lang.Object
com.bigdata.rdf.vocab.decls.OWLVocabularyDecl
- All Implemented Interfaces:
- VocabularyDecl
public class OWLVocabularyDecl
- extends Object
- implements VocabularyDecl
Vocabulary and namespace for OWL.
- Version:
- $Id: OWLVocabularyDecl.java 4631 2011-06-06 15:06:48Z thompsonbry $
- Author:
- Bryan Thompson
- See Also:
http://www.w3.org/2002/07/owl#
|
Method Summary |
Iterator<URI> |
values()
Return an iterator which will visit the declared values. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OWLVocabularyDecl
public OWLVocabularyDecl()
values
public Iterator<URI> values()
- Description copied from interface:
VocabularyDecl
- Return an iterator which will visit the declared values. The iterator
must not support removal.
- Specified by:
values in interface VocabularyDecl
Copyright © 2006-2012 SYSTAP, LLC. All Rights Reserved.