public class SparqlQuery extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SparqlQuery.QueryForm
Any of the four SPARQL query forms
|
| Constructor and Description |
|---|
SparqlQuery(org.openrdf.query.algebra.TupleExpr expr) |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getBindingNames()
Gets the order-preserving list of variable names
|
Map<String,org.openrdf.model.Value> |
getConstants() |
Map<String,String> |
getExtendedBindingNames() |
List<org.openrdf.query.algebra.Filter> |
getFilters() |
SparqlQuery.QueryForm |
getQueryForm() |
SolutionSequenceModifier |
getSequenceModifier() |
LList<VariableOrConstant<String,org.openrdf.model.Value>[]> |
getTriplePatterns() |
public SparqlQuery(org.openrdf.query.algebra.TupleExpr expr)
throws StreamProcessor.IncompatibleQueryException
public SparqlQuery.QueryForm getQueryForm()
public Map<String,org.openrdf.model.Value> getConstants()
public LList<VariableOrConstant<String,org.openrdf.model.Value>[]> getTriplePatterns()
public Collection<String> getBindingNames()
public List<org.openrdf.query.algebra.Filter> getFilters()
public SolutionSequenceModifier getSequenceModifier()
Copyright © 2016. All Rights Reserved.