Uses of Interface
org.openrdf.concepts.voc.Term

Packages that use Term
org.openrdf.concepts.voc   
 

Uses of Term in org.openrdf.concepts.voc
 

Methods in org.openrdf.concepts.voc that return types with arguments of type Term
 Set<Term> Term.getVocGeneralizationOf()
          The subject term is a generalization of the object term.
 Set<Term> Term.getVocSpecializationOf()
          The subject term is a specialization of the object term.
 Set<Term> Vocabulary.getVocTerms()
          A term belonging to a vocabulary.
 

Method parameters in org.openrdf.concepts.voc with type arguments of type Term
 void Term.setVocGeneralizationOf(Set<? extends Term> value)
          The subject term is a generalization of the object term.
 void Term.setVocSpecializationOf(Set<? extends Term> value)
          The subject term is a specialization of the object term.
 void Vocabulary.setVocTerms(Set<? extends Term> value)
          A term belonging to a vocabulary.
 



Copyright © 2004-2008 Aduna. All Rights Reserved.