| Package | Description |
|---|---|
| org.apache.clerezza.sparql.query | |
| org.apache.clerezza.sparql.query.impl | |
| org.apache.clerezza.sparql.update.impl |
| Modifier and Type | Method and Description |
|---|---|
Set<TriplePattern> |
ConstructQuery.getConstructTemplate()
Gets the template for constructing triples in a CONSTRUCT query.
|
Set<TriplePattern> |
BasicGraphPattern.getTriplePatterns() |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleTriplePattern |
| Modifier and Type | Method and Description |
|---|---|
Set<TriplePattern> |
SimpleConstructQuery.getConstructTemplate() |
Set<TriplePattern> |
SimpleBasicGraphPattern.getTriplePatterns() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleBasicGraphPattern.addTriplePatterns(Set<TriplePattern> triplePatterns) |
void |
SimpleGroupGraphPattern.addTriplePatterns(Set<TriplePattern> triplePatterns)
If the last
GraphPattern added to the group is not a
SimpleBasicGraphPattern, then creates one containing the
specified TriplePatterns and adds it to the group. |
| Constructor and Description |
|---|
SimpleBasicGraphPattern(Set<TriplePattern> triplePatterns) |
SimpleConstructQuery(Set<TriplePattern> triplePatterns) |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateOperationWithQuads.addQuad(Set<TriplePattern> triplePatterns) |
void |
UpdateOperationWithQuads.addQuad(UriRefOrVariable ImmutableGraph,
Set<TriplePattern> triplePatterns) |
| Constructor and Description |
|---|
Quad(UriRefOrVariable ImmutableGraph,
Set<TriplePattern> triplePatterns) |
Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.