Uses of Class
org.gcube.dir.master.queries.DefaultQueryTerm

Packages that use DefaultQueryTerm
org.gcube.dir.master.queries   
 

Uses of DefaultQueryTerm in org.gcube.dir.master.queries
 

Methods in org.gcube.dir.master.queries that return DefaultQueryTerm
 DefaultQueryTerm DefaultQueryTermAdapter.intern()
          Returns the internal object.
 

Methods in org.gcube.dir.master.queries that return types with arguments of type DefaultQueryTerm
 java.util.List<? extends DefaultQueryTerm> DefaultQuery.getTerms()
          Returns the query terms.
 

Constructor parameters in org.gcube.dir.master.queries with type arguments of type DefaultQueryTerm
DefaultQuery(java.util.List<? extends DefaultQueryTerm> terms)
          Creates an instance from a list of terms.