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.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 |
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 | Field and Description |
---|---|
protected SortedSet<WeightedTcProvider> |
TcProviderMultiplexer.providerList |
Modifier and Type | Method and Description |
---|---|
SortedSet<WeightedTcProvider> |
TcProviderMultiplexer.getProviderList() |
Modifier and Type | Method and Description |
---|---|
void |
TcProviderMultiplexer.addWeightedTcProvider(WeightedTcProvider provider)
Registers a provider
|
protected void |
TcManager.bindGpWeightedTcProvider(WeightedTcProvider provider)
Registers a provider
|
protected void |
TcManager.bindWeightedTcProvider(WeightedTcProvider provider)
Registers a provider
|
int |
WeightedProviderComparator.compare(WeightedTcProvider o1,
WeightedTcProvider o2) |
void |
TcProviderMultiplexer.removeWeightedTcProvider(WeightedTcProvider provider)
Unregister a provider
|
protected void |
TcManager.unbindGpWeightedTcProvider(WeightedTcProvider provider)
Unregister a provider
|
protected void |
TcManager.unbindWeightedTcProvider(WeightedTcProvider provider)
Unregister a provider
|
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 | Method and Description |
---|---|
protected void |
ExternalizingProvider.bindWeightedTcProvider(WeightedTcProvider provider)
Register a provider
|
protected void |
ExternalizingProvider.unbindWeightedTcProvider(WeightedTcProvider provider)
Deregister a provider
|
Modifier and Type | Class and Description |
---|---|
class |
VirtuosoWeightedProvider
A
WeightedTcProvider for
Virtuoso. |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.