org.openrdf.concepts.voc
Interface Vocabulary

All Superinterfaces:
Collection<Term>, Container<Term>, Entity, Iterable<Term>, List<Term>, Resource, VocResource

public interface Vocabulary
extends Container<Term>, VocResource

A vocabulary is a set of terms.


Method Summary
 Set<Vocabulary> getVocPartOf()
          A vocabulary to which a term or subvocabulary belongs.
 Set<Term> getVocTerms()
          A term belonging to a vocabulary.
 void setVocPartOf(Set<Vocabulary> value)
          A vocabulary to which a term or subvocabulary belongs.
 void setVocTerms(Set<Term> value)
          A term belonging to a vocabulary.
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 
Methods inherited from interface org.openrdf.concepts.voc.VocResource
getVocVocabularies, setVocVocabularies
 
Methods inherited from interface org.openrdf.concepts.rdfs.Resource
getRdfsComment, getRdfsIsDefinedBy, getRdfsLabel, getRdfsMembers, getRdfsSeeAlso, getRdfTypes, getRdfValues, setRdfsComment, setRdfsIsDefinedBy, setRdfsLabel, setRdfsMembers, setRdfsSeeAlso, setRdfTypes, setRdfValues
 
Methods inherited from interface org.openrdf.elmo.Entity
getElmoManager, getQName
 

Method Detail

getVocPartOf

Set<Vocabulary> getVocPartOf()
A vocabulary to which a term or subvocabulary belongs.


setVocPartOf

void setVocPartOf(Set<Vocabulary> value)
A vocabulary to which a term or subvocabulary belongs.


getVocTerms

Set<Term> getVocTerms()
A term belonging to a vocabulary.


setVocTerms

void setVocTerms(Set<Term> value)
A term belonging to a vocabulary.



Copyright © 2004-2007. All Rights Reserved.