| Package | Description |
|---|---|
| com.epimorphics.sparql.graphpatterns | |
| com.epimorphics.sparql.query |
| Modifier and Type | Class and Description |
|---|---|
class |
And |
class |
Basic |
class |
Bind |
class |
Empty |
class |
Exists |
class |
GraphPatternText
A GraphPatternText is a graph pattern that contains arbitrary text
that is substituted directly into the SPARQL query.
|
class |
Minus |
class |
Named |
class |
Optional |
class |
Select |
class |
Union |
class |
Values |
| Modifier and Type | Method and Description |
|---|---|
static GraphPattern |
And.create(List<GraphPattern> patterns) |
GraphPattern |
Optional.getPattern() |
GraphPattern |
Named.getPattern() |
| Modifier and Type | Method and Description |
|---|---|
List<GraphPattern> |
Union.getPatterns() |
| Modifier and Type | Method and Description |
|---|---|
static GraphPattern |
And.create(List<GraphPattern> patterns) |
| Constructor and Description |
|---|
And(GraphPattern... args) |
Exists(boolean exists,
GraphPattern P) |
Minus(GraphPattern A,
GraphPattern B) |
Named(URI graphName,
GraphPattern pattern) |
Optional(GraphPattern operand) |
Union(GraphPattern... args) |
| Constructor and Description |
|---|
And(List<GraphPattern> args) |
| Modifier and Type | Method and Description |
|---|---|
List<GraphPattern> |
QueryShape.getEarly() |
| Modifier and Type | Method and Description |
|---|---|
QueryShape |
QueryShape.addEarlyPattern(GraphPattern p) |
QueryShape |
QueryShape.addLaterPattern(GraphPattern p) |
QueryShape |
QueryShape.injectEarlyPattern(GraphPattern p) |
void |
QueryShape.setEarlyPattern(GraphPattern where) |
void |
QueryShape.setLaterPattern(GraphPattern where) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
QueryShape.whereToSparql(Settings s,
StringBuilder sb,
List<GraphPattern> patterns) |
Copyright © 2017. All rights reserved.