org.jrdf.query
Interface QueryBuilder

All Known Implementing Classes:
SparqlQueryBuilder

public interface QueryBuilder

Builds queries in String form into Query objects.

Version:
$Revision: 1.1 $
Author:
Tom Adams

Method Summary
 Query buildQuery(String query)
          Builds a query in String form into a Query.
 

Method Detail

buildQuery

public Query buildQuery(String query)
                 throws InvalidQuerySyntaxException
Builds a query in String form into a Query.

Parameters:
query - The query in String form of the query.
Returns:
The query in Query form.
Throws:
InvalidQuerySyntaxException - If the syntax of the query is incorrect.