cz.cuni.versatile.api
Interface TemplateBasedQuery

All Superinterfaces:
Query

public interface TemplateBasedQuery
extends Query

TemplateBasedQuery represents a query created as a spin-off of a QueryTemplate by invoking its newQuery() method.

Author:
Jaroslav Gergic
See Also:
QueryTemplate

Field Summary
 
Fields inherited from interface cz.cuni.versatile.api.Query
BIASED_SCORING_FACTOR, DEFAULT_MATCH_SCORE, DEFAULT_N_BEST, DEFAULT_SCORING_FACTOR, EXACT_MATCH_SCORE, NEUTRAL_SCORING_FACTOR
 
Method Summary
 QueryTemplate getQueryTemplate()
          Returns the QueryTemplate this query based on.
 
Methods inherited from interface cz.cuni.versatile.api.Query
getNBest, getPredicates, getResourceName, getScoreThreshold, getScoringFactor
 

Method Detail

getQueryTemplate

public QueryTemplate getQueryTemplate()
Returns the QueryTemplate this query based on.

Returns:
the QueryTemplate this query based on.