Package | Description |
---|---|
org.apache.clerezza.platform.config | |
org.apache.clerezza.platform.documentation | |
org.apache.clerezza.platform.rdf.enrichment | |
org.apache.clerezza.rdf.core.access |
This package provides access to named
org.apache.clerezza.rdf.model.Graph S and org.apache.clerezza.rdf.model.MGraph S that may originate from various
implementations. |
org.apache.clerezza.rdf.core.sparql | |
org.apache.clerezza.rdf.core.sparql.update | |
org.apache.clerezza.rdf.core.sparql.update.impl | |
org.apache.clerezza.rdf.core.test | |
org.apache.clerezza.rdf.file.storage | |
org.apache.clerezza.rdf.jena.tdb.storage | |
org.apache.clerezza.rdf.simple.storage | |
org.apache.clerezza.rdf.storage.externalizer | |
org.apache.clerezza.rdf.virtuoso.storage.access | |
org.apache.clerezza.rdf.web.core |
Modifier and Type | Class and Description |
---|---|
class |
SystemConfig
When the
SystemConfig component is activated it checks if the system
graph exists, in case it does not exist then it creates the system graph and
writes the default platform configuration into it. |
Modifier and Type | Class and Description |
---|---|
class |
DocumentationProvider
The DocumentationProvider gathers the documentations of bundles and provides
a graph containing all documentations.
|
Modifier and Type | Class and Description |
---|---|
class |
EnrichmentTcProvider
Provides a read-only MGraph with the name urn:x-localinstance:/enrichment.graph
containing the enrichments provided by all available services of type
Enricher on the content graph.
|
Modifier and Type | Interface and Description |
---|---|
interface |
QueryableTcProvider
Extends the TcProvider interface for providers that support sparql queries.
|
interface |
WeightedTcProvider
This interface is implemented by providers to which
TcManagerImpl
delegates. |
Modifier and Type | Class and Description |
---|---|
class |
TcManager
This class implements
TcManager , delegating the actual provision and creation of
Graphs or MGraphs to registered
TcProvider s. |
class |
TcProviderMultiplexer
This makes a set of WeightedTcProvider appear as one TcProvider.
|
Constructor and Description |
---|
SparqlPreParser(TcProvider tcProvider) |
Modifier and Type | Method and Description |
---|---|
Set<UriRef> |
UpdateOperation.getDestinationGraphs(UriRef defaultGraph,
TcProvider tcProvider) |
Set<UriRef> |
UpdateOperation.getInputGraphs(UriRef defaultGraph,
TcProvider tcProvider) |
Set<UriRef> |
Update.getReferredGraphs(UriRef defaultGraph,
TcProvider tcProvider) |
Modifier and Type | Method and Description |
---|---|
UriRef |
ClearOrDropOperation.getDestinationGraph(UriRef defaultGraph,
TcProvider tcProvider) |
Set<UriRef> |
BaseUpdateOperation.getDestinationGraphs(UriRef defaultGraph,
TcProvider tcProvider) |
Set<UriRef> |
ModifyOperation.getDestinationGraphs(UriRef defaultGraph,
TcProvider tcProvider) |
Set<UriRef> |
UpdateOperationWithQuads.getDestinationGraphs(UriRef defaultGraph,
TcProvider tcProvider) |
Set<UriRef> |
BaseUpdateOperation.getInputGraphs(UriRef defaultGraph,
TcProvider tcProvider) |
Set<UriRef> |
ModifyOperation.getInputGraphs(UriRef defaultGraph,
TcProvider tcProvider) |
Set<UriRef> |
UpdateOperationWithQuads.getInputGraphs(UriRef defaultGraph,
TcProvider tcProvider) |
Set<UriRef> |
SimpleUpdate.getReferredGraphs(UriRef defaultGraph,
TcProvider tcProvider) |
Modifier and Type | Method and Description |
---|---|
protected abstract TcProvider |
TcProviderTest.getInstance()
Subclasses implement this method to provide implementation instances of
TcProvider . |
Modifier and Type | Class and Description |
---|---|
class |
FileTcProvider
The
FileTcProvider is a WeightedTcProvider that
stores MGraph S in the file system. |
Modifier and Type | Class and Description |
---|---|
class |
SingleTdbDatasetTcProvider
WeightedTcProvider implementation for Jena TDB that uses a single
Dataset to store all created
Graph and MGraph instances. |
class |
TdbTcProvider
A
WeightedTcProvider based on
Jena TDB. |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTcProvider |
Modifier and Type | Class and Description |
---|---|
class |
ExternalizingProvider
A
WeightedTcProvider storing
large literals to the file system and the triples (with references
instead of the literals) to another TcProvider. |
Modifier and Type | Class and Description |
---|---|
class |
VirtuosoWeightedProvider
A
WeightedTcProvider for
Virtuoso. |
Modifier and Type | Method and Description |
---|---|
void |
Restorer.restore(InputStream backupData,
TcProvider target)
Restores triple-collections from a backup to a specified TcProvider
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.