Uses of Class
org.gcube.dir.master.index.DefaultTerm

Packages that use DefaultTerm
org.gcube.dir.master.fusion.results   
org.gcube.dir.master.index   
 

Uses of DefaultTerm in org.gcube.dir.master.fusion.results
 

Methods in org.gcube.dir.master.fusion.results that return types with arguments of type DefaultTerm
 java.util.List<DefaultTerm> FullResult.getTerms()
          Returns the term occurrence statistics for the result.
 

Uses of DefaultTerm in org.gcube.dir.master.index
 

Methods in org.gcube.dir.master.index that return types with arguments of type DefaultTerm
 java.util.List<DefaultTerm> JDBCManager.getTerms(java.lang.String collectionID)
          Retrieves all the terms in a given collection from the index.
 

Methods in org.gcube.dir.master.index with parameters of type DefaultTerm
 void JDBCManager.addTerm(java.lang.String collectionID, DefaultTerm term)
          Adds a term from a collection into the index.