Uses of Interface
cz.cuni.versatile.api.Query

Packages that use Query
cz.cuni.versatile.api The key elements of the Versatile API.  
 

Uses of Query in cz.cuni.versatile.api
 

Subinterfaces of Query in cz.cuni.versatile.api
 interface QueryTemplate
          QueryTemplate represents the Versatile API to the underlying "meta-data query language".
 interface TemplateBasedQuery
          TemplateBasedQuery represents a query created as a spin-off of a QueryTemplate by invoking its newQuery() method.
 

Methods in cz.cuni.versatile.api that return Query
 Query ResultSet.getQuery()
          Returns the Query this ResultSet is a response to.
 

Methods in cz.cuni.versatile.api with parameters of type Query
 ResultSet ResourceProvider.get(Query q)
          Get an N-best collection of resources matching the given Query.