Package | Description |
---|---|
com.hp.hpl.jena.query |
ARQ - A query engine for Jena, implementing SPARQL.
|
com.hp.hpl.jena.sparql.lang | |
com.hp.hpl.jena.sparql.lang.arq | |
com.hp.hpl.jena.sparql.lang.sparql_10 | |
com.hp.hpl.jena.sparql.lang.sparql_11 | |
com.hp.hpl.jena.sparql.serializer |
Modifier and Type | Method and Description |
---|---|
static Template |
QueryFactory.createTemplate(String templateString) |
Template |
Query.getConstructTemplate()
Get the template pattern for a construct query
|
Modifier and Type | Method and Description |
---|---|
void |
Query.setConstructTemplate(Template templ)
Set triple patterns for a construct query
|
Modifier and Type | Method and Description |
---|---|
static Template |
ParserSPARQL11.parseTemplate(String string) |
static Template |
ParserSPARQL10.parseTemplate(String string) |
static Template |
ParserARQ.parseTemplate(String string) |
Modifier and Type | Method and Description |
---|---|
Template |
ARQParser.ConstructTemplate() |
Modifier and Type | Method and Description |
---|---|
Template |
SPARQLParser10.ConstructTemplate() |
Modifier and Type | Method and Description |
---|---|
Template |
SPARQLParser11.ConstructTemplate() |
Modifier and Type | Method and Description |
---|---|
static String |
FmtTemplate.asString(Template template) |
static void |
FmtTemplate.format(IndentedWriter out,
SerializationContext cxt,
Template template) |
void |
FormatterTemplate.format(Template template) |
void |
FmtTemplate.format(Template template) |
Licenced under the Apache License, Version 2.0