| Package | Description |
|---|---|
| de.fuberlin.wiwiss.d2rq |
D2RQ's public API, including the Jena-compatible Model implementation.
|
| de.fuberlin.wiwiss.d2rq.engine | |
| de.fuberlin.wiwiss.d2rq.jena |
| Modifier and Type | Method and Description |
|---|---|
GraphD2RQ |
SystemLoader.getGraphD2RQ() |
| Constructor and Description |
|---|
QueryEngineD2RQ(GraphD2RQ graph,
Op op,
Binding input,
Context context) |
QueryEngineD2RQ(GraphD2RQ graph,
Query query) |
QueryEngineD2RQ(GraphD2RQ graph,
Query query,
Binding input,
Context context) |
| Modifier and Type | Class and Description |
|---|---|
class |
CachingGraphD2RQ
A GraphD2RQ that caches the results of the most recently performed
queries on an LRU basis.
|
| Modifier and Type | Method and Description |
|---|---|
GraphD2RQ |
ModelD2RQ.getGraph() |
| Constructor and Description |
|---|
D2RQQueryHandler(GraphD2RQ graph) |