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

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

Uses of QueryTemplate in cz.cuni.versatile.api
 

Methods in cz.cuni.versatile.api that return QueryTemplate
 QueryTemplate TemplateBasedQuery.getQueryTemplate()
          Returns the QueryTemplate this query based on.
 

Methods in cz.cuni.versatile.api with parameters of type QueryTemplate
 ResultSet ResourceProvider.get(java.lang.String resourceName, QueryTemplate qt)
          Get an N-best collection of resources matching the given resourceName and query template.
 java.lang.Object ResourceProvider.getValue(java.lang.String resourceName, QueryTemplate qt)
          Get the closest match without the attached meta-data annotations.