| Package | Description |
|---|---|
| org.apache.clerezza.dataset |
This package provides access to named
ImmutableGraphS and GraphS that may originate from various
implementations. |
| org.apache.clerezza.sparql | |
| org.apache.clerezza.sparql.update | |
| org.apache.clerezza.sparql.update.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
TcManager
This class extends
TcProviderMultiplexer, delegating the actual provision and creation of
Graphs or MGraphs to registered WeightedTcProviders. |
| Modifier and Type | Method and Description |
|---|---|
Object |
QueryEngine.execute(GraphStore graphStore,
Graph defaultGraph,
String query)
Executes any sparql query.
|
| Constructor and Description |
|---|
SparqlPreParser(GraphStore graphStore) |
| Modifier and Type | Method and Description |
|---|---|
Set<IRI> |
UpdateOperation.getDestinationGraphs(IRI defaultGraph,
GraphStore graphStore) |
Set<IRI> |
UpdateOperation.getInputGraphs(IRI defaultGraph,
GraphStore graphStore) |
Set<IRI> |
Update.getReferredGraphs(IRI defaultGraph,
GraphStore graphStore) |
| Modifier and Type | Method and Description |
|---|---|
IRI |
ClearOrDropOperation.getDestinationGraph(IRI defaultGraph,
GraphStore graphStore) |
Set<IRI> |
UpdateOperationWithQuads.getDestinationGraphs(IRI defaultGraph,
GraphStore graphStore) |
Set<IRI> |
ModifyOperation.getDestinationGraphs(IRI defaultGraph,
GraphStore graphStore) |
Set<IRI> |
BaseUpdateOperation.getDestinationGraphs(IRI defaultGraph,
GraphStore graphStore) |
Set<IRI> |
UpdateOperationWithQuads.getInputGraphs(IRI defaultGraph,
GraphStore graphStore) |
Set<IRI> |
ModifyOperation.getInputGraphs(IRI defaultGraph,
GraphStore graphStore) |
Set<IRI> |
BaseUpdateOperation.getInputGraphs(IRI defaultGraph,
GraphStore graphStore) |
Set<IRI> |
SimpleUpdate.getReferredGraphs(IRI defaultGraph,
GraphStore graphStore) |
Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.