Uses of Interface
oor.model.Term

Packages that use Term
oor.impl Non-module implementation classes. 
oor.model Interfaces used by the OOR. 
oor.modules.lang Ontology language modules. 
oor.modules.registry Registry modules. 
 

Uses of Term in oor.impl
 

Methods in oor.impl that return types with arguments of type Term
abstract  java.util.Iterator<Term> BaseOntology.listTerms()
           
 

Uses of Term in oor.model
 

Methods in oor.model that return types with arguments of type Term
 java.util.Iterator<Term> Ontology.listTerms()
          List all terms defined in this ontology.
 java.util.Iterator<Term> Registry.search(java.lang.String string)
          List all terms matching the specified string.
 

Uses of Term in oor.modules.lang
 

Methods in oor.modules.lang that return types with arguments of type Term
 java.util.Iterator<Term> RDFXML.listTerms()
           
 java.util.Iterator<Term> OWL.listTerms()
           
 java.util.Iterator<Term> CommonLogic.listTerms()
           
 java.util.Iterator<Term> CLIF.listTerms()
           
 

Uses of Term in oor.modules.registry
 

Methods in oor.modules.registry that return types with arguments of type Term
 java.util.Iterator<Term> LuceneRegistry.search(java.lang.String string)