org.openrdf.concepts.voc
Interface Term

All Superinterfaces:
Entity, Resource, VocResource

public interface Term
extends VocResource

A vocbulary term is a member of a vocabulary.


Method Summary
 Set<Term> getVocGeneralizationOf()
          The subject term is a generalization of the object term.
 Set<Vocabulary> getVocPartOf()
          A vocabulary to which a term or subvocabulary belongs.
 Set<Term> getVocSpecializationOf()
          The subject term is a specialization of the object term.
 void setVocGeneralizationOf(Set<? extends Term> value)
          The subject term is a generalization of the object term.
 void setVocPartOf(Set<? extends Vocabulary> value)
          A vocabulary to which a term or subvocabulary belongs.
 void setVocSpecializationOf(Set<? extends Term> value)
          The subject term is a specialization of the object term.
 
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

getVocGeneralizationOf

Set<Term> getVocGeneralizationOf()
The subject term is a generalization of the object term.


setVocGeneralizationOf

void setVocGeneralizationOf(Set<? extends Term> value)
The subject term is a generalization of the object term.


getVocPartOf

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


setVocPartOf

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


getVocSpecializationOf

Set<Term> getVocSpecializationOf()
The subject term is a specialization of the object term.


setVocSpecializationOf

void setVocSpecializationOf(Set<? extends Term> value)
The subject term is a specialization of the object term.



Copyright © 2004-2009 Aduna. All Rights Reserved.