Package | Description |
---|---|
org.openrdf.query.parser | |
org.openrdf.query.parser.sparql.manifest |
Modifier and Type | Class and Description |
---|---|
class |
ParsedBooleanQuery
A query formulated in the OpenRDF query algebra that produces a boolean value
as its result.
|
class |
ParsedGraphQuery
A query forumalated in the OpenRDF query algebra that produces an RDF graph
(a set of statements) as its result.
|
class |
ParsedQuery
Abstract super class of all query types that a query parser can generate.
|
class |
ParsedTupleQuery
A query formulated in the OpenRDF query algebra that produces a set of tuples
as its result.
|
class |
ParsedUpdate
A parsed update sequence formulated in the OpenRDF query algebra.
|
Modifier and Type | Method and Description |
---|---|
static ParsedOperation |
QueryParserUtil.parseOperation(QueryLanguage ql,
String operation,
String baseURI)
Parses the supplied operation into a query model.
|
Modifier and Type | Method and Description |
---|---|
protected abstract ParsedOperation |
SPARQL11SyntaxTest.parseOperation(String operation,
String fileURL) |
Copyright © 2001-2016 Aduna. All Rights Reserved.