A C G M O P Q R S T 

A

addUpdateExpr(UpdateExpr) - Method in class org.openrdf.query.parser.ParsedUpdate
 

C

createParser(QueryLanguage) - Static method in class org.openrdf.query.parser.QueryParserUtil
 

G

getDataset() - Method in class org.openrdf.query.parser.ParsedQuery
 
getDatasetMapping() - Method in class org.openrdf.query.parser.ParsedUpdate
 
getInstance() - Static method in class org.openrdf.query.parser.QueryParserRegistry
Gets the default QueryParserRegistry.
getKey(QueryParserFactory) - Method in class org.openrdf.query.parser.QueryParserRegistry
 
getNamespaces() - Method in class org.openrdf.query.parser.ParsedUpdate
 
getParser() - Method in interface org.openrdf.query.parser.QueryParserFactory
Returns a QueryParser instance.
getQueryLanguage() - Method in interface org.openrdf.query.parser.QueryParserFactory
Returns the query language for this factory.
getQueryNamespaces() - Method in class org.openrdf.query.parser.ParsedGraphQuery
 
getSourceString() - Method in class org.openrdf.query.parser.ParsedOperation
 
getTupleExpr() - Method in class org.openrdf.query.parser.ParsedQuery
Gets the tuple expression underlying this operation.
getUpdateExprs() - Method in class org.openrdf.query.parser.ParsedUpdate
 

M

map(UpdateExpr, Dataset) - Method in class org.openrdf.query.parser.ParsedUpdate
 

O

org.openrdf.query.parser - package org.openrdf.query.parser
 

P

parseBooleanQuery(QueryLanguage, String, String) - Static method in class org.openrdf.query.parser.QueryParserUtil
Parses the supplied query into a query model.
ParsedBooleanQuery - Class in org.openrdf.query.parser
A query formulated in the OpenRDF query algebra that produces a boolean value as its result.
ParsedBooleanQuery() - Constructor for class org.openrdf.query.parser.ParsedBooleanQuery
Creates a new boolean query.
ParsedBooleanQuery(TupleExpr) - Constructor for class org.openrdf.query.parser.ParsedBooleanQuery
Creates a new boolean query for the supplied tuple expression.
ParsedBooleanQuery(String, TupleExpr) - Constructor for class org.openrdf.query.parser.ParsedBooleanQuery
Creates a new boolean query for the supplied tuple expression.
ParsedGraphQuery - Class in org.openrdf.query.parser
A query forumalated in the OpenRDF query algebra that produces an RDF graph (a set of statements) as its result.
ParsedGraphQuery() - Constructor for class org.openrdf.query.parser.ParsedGraphQuery
Creates a new graph query.
ParsedGraphQuery(Map<String, String>) - Constructor for class org.openrdf.query.parser.ParsedGraphQuery
Creates a new graph query.
ParsedGraphQuery(TupleExpr) - Constructor for class org.openrdf.query.parser.ParsedGraphQuery
Creates a new graph query for the supplied tuple expression.
ParsedGraphQuery(String, TupleExpr) - Constructor for class org.openrdf.query.parser.ParsedGraphQuery
Creates a new graph query for the supplied tuple expression.
ParsedGraphQuery(TupleExpr, Map<String, String>) - Constructor for class org.openrdf.query.parser.ParsedGraphQuery
Creates a new graph query.
ParsedGraphQuery(String, TupleExpr, Map<String, String>) - Constructor for class org.openrdf.query.parser.ParsedGraphQuery
Creates a new graph query.
ParsedOperation - Class in org.openrdf.query.parser
Abstract superclass of all operations that can be formulated in a query language and parsed by the query parser.
ParsedOperation() - Constructor for class org.openrdf.query.parser.ParsedOperation
 
ParsedOperation(String) - Constructor for class org.openrdf.query.parser.ParsedOperation
 
ParsedQuery - Class in org.openrdf.query.parser
Abstract super class of all query types that a query parser can generate.
ParsedQuery() - Constructor for class org.openrdf.query.parser.ParsedQuery
Creates a new query object.
ParsedQuery(String) - Constructor for class org.openrdf.query.parser.ParsedQuery
Creates a new query object.
ParsedQuery(String, TupleExpr) - Constructor for class org.openrdf.query.parser.ParsedQuery
Creates a new query object.
ParsedQuery(TupleExpr) - Constructor for class org.openrdf.query.parser.ParsedQuery
Creates a new query object.
ParsedQuery(TupleExpr, Dataset) - Constructor for class org.openrdf.query.parser.ParsedQuery
Creates a new query object.
ParsedQuery(String, TupleExpr, Dataset) - Constructor for class org.openrdf.query.parser.ParsedQuery
Creates a new query object.
ParsedTupleQuery - Class in org.openrdf.query.parser
A query formulated in the OpenRDF query algebra that produces a set of tuples as its result.
ParsedTupleQuery() - Constructor for class org.openrdf.query.parser.ParsedTupleQuery
Creates a new tuple query.
ParsedTupleQuery(TupleExpr) - Constructor for class org.openrdf.query.parser.ParsedTupleQuery
Creates a new tuple query for the supplied tuple expression.
ParsedTupleQuery(String, TupleExpr) - Constructor for class org.openrdf.query.parser.ParsedTupleQuery
Creates a new tuple query for the supplied tuple expression.
ParsedUpdate - Class in org.openrdf.query.parser
A parsed update sequence formulated in the OpenRDF query algebra.
ParsedUpdate() - Constructor for class org.openrdf.query.parser.ParsedUpdate
Creates a new update sequence.
ParsedUpdate(Map<String, String>) - Constructor for class org.openrdf.query.parser.ParsedUpdate
Creates a new update sequence.
parseGraphQuery(QueryLanguage, String, String) - Static method in class org.openrdf.query.parser.QueryParserUtil
Parses the supplied query into a query model.
parseOperation(QueryLanguage, String, String) - Static method in class org.openrdf.query.parser.QueryParserUtil
Parses the supplied operation into a query model.
parseQuery(String, String) - Method in interface org.openrdf.query.parser.QueryParser
 
parseQuery(QueryLanguage, String, String) - Static method in class org.openrdf.query.parser.QueryParserUtil
Parses the supplied query into a query model.
parseTupleQuery(QueryLanguage, String, String) - Static method in class org.openrdf.query.parser.QueryParserUtil
Parses the supplied query into a query model.
parseUpdate(String, String) - Method in interface org.openrdf.query.parser.QueryParser
 
parseUpdate(QueryLanguage, String, String) - Static method in class org.openrdf.query.parser.QueryParserUtil
Parses the supplied update operation into a query model.

Q

QueryParser - Interface in org.openrdf.query.parser
An RDF query parser translate query strings in some query language to OpenRDF query models.
QueryParserFactory - Interface in org.openrdf.query.parser
A QueryParserFactory returns QueryParsers for a specific query language.
QueryParserRegistry - Class in org.openrdf.query.parser
A registry that keeps track of the available QueryParserFactorys.
QueryParserRegistry() - Constructor for class org.openrdf.query.parser.QueryParserRegistry
 
QueryParserUtil - Class in org.openrdf.query.parser
Utility class for creating query parsers and parsing queries in various query languages.
QueryParserUtil() - Constructor for class org.openrdf.query.parser.QueryParserUtil
 

R

removeSPARQLQueryProlog(String) - Static method in class org.openrdf.query.parser.QueryParserUtil
Removes SPARQL prefix and base declarations, if any, from the supplied SPARQL query string.

S

setDataset(Dataset) - Method in class org.openrdf.query.parser.ParsedQuery
 
setTupleExpr(TupleExpr) - Method in class org.openrdf.query.parser.ParsedQuery
Gets the tuple expression underlying this operation.

T

toString() - Method in class org.openrdf.query.parser.ParsedQuery
 
toString() - Method in class org.openrdf.query.parser.ParsedUpdate
 
A C G M O P Q R S T 

Copyright © 2001-2014 Aduna. All Rights Reserved.