de.derivo.sparqldlapi
Interface QueryParser


public interface QueryParser

The SPARQL-DL query parser.

Author:
Mario Volke

Method Summary
 Query parse(java.util.List<QueryToken> tokens)
          Parse the query.
 

Method Detail

parse

Query parse(java.util.List<QueryToken> tokens)
            throws QueryParserException
Parse the query.

Parameters:
tokens - The tokens that you got from the QueryTokenizer.
Returns:
A Query instance.
Throws:
QueryParserException