|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Vocabulary
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 |
|---|
Set<Vocabulary> getVocPartOf()
void setVocPartOf(Set<Vocabulary> value)
Set<Term> getVocTerms()
void setVocTerms(Set<Term> value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||