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 | Method and Description |
---|---|
void |
SystemConfig.deleteTripleCollection(UriRef name) |
Graph |
SystemConfig.getGraph(UriRef name) |
MGraph |
SystemConfig.getMGraph(UriRef name) |
TripleCollection |
SystemConfig.getTriples(UriRef name) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentationProvider.deleteTripleCollection(UriRef name) |
Graph |
DocumentationProvider.getGraph(UriRef name) |
MGraph |
DocumentationProvider.getMGraph(UriRef name) |
TripleCollection |
DocumentationProvider.getTriples(UriRef name) |
Modifier and Type | Method and Description |
---|---|
void |
EnrichmentTcProvider.deleteTripleCollection(UriRef name) |
Graph |
EnrichmentTcProvider.getGraph(UriRef name) |
MGraph |
EnrichmentTcProvider.getMGraph(UriRef name) |
TripleCollection |
EnrichmentTcProvider.getTriples(UriRef name) |
Modifier and Type | Method and Description |
---|---|
void |
TcProvider.deleteTripleCollection(UriRef name)
Deletes the
Graph or MGraph of a specified name. |
Graph |
TcProvider.getGraph(UriRef name)
Get a
Graph by its name |
Graph |
TcManager.getGraph(UriRef name) |
Graph |
TcProviderMultiplexer.getGraph(UriRef name) |
MGraph |
TcProvider.getMGraph(UriRef name)
Get an
MGraph by its name. |
LockableMGraph |
TcProviderMultiplexer.getMGraph(UriRef name) |
TripleCollection |
TcProvider.getTriples(UriRef name)
This method is used to get a
TripleCollection indifferently
whether it's a Graph or an MGraph. |
TripleCollection |
TcProviderMultiplexer.getTriples(UriRef name) |
Modifier and Type | Method and Description |
---|---|
void |
FileTcProvider.deleteTripleCollection(UriRef name) |
Graph |
FileTcProvider.getGraph(UriRef name) |
MGraph |
FileTcProvider.getMGraph(UriRef name)
Get an
MGraph by its name. |
TripleCollection |
FileTcProvider.getTriples(UriRef name) |
Modifier and Type | Method and Description |
---|---|
void |
SingleTdbDatasetTcProvider.deleteTripleCollection(UriRef name) |
void |
TdbTcProvider.deleteTripleCollection(UriRef name) |
Graph |
SingleTdbDatasetTcProvider.getGraph(UriRef name) |
Graph |
TdbTcProvider.getGraph(UriRef name) |
MGraph |
SingleTdbDatasetTcProvider.getMGraph(UriRef name) |
MGraph |
TdbTcProvider.getMGraph(UriRef name) |
TripleCollection |
SingleTdbDatasetTcProvider.getTriples(UriRef name) |
TripleCollection |
TdbTcProvider.getTriples(UriRef name) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleTcProvider.deleteTripleCollection(UriRef name) |
Graph |
SimpleTcProvider.getGraph(UriRef name) |
MGraph |
SimpleTcProvider.getMGraph(UriRef name) |
TripleCollection |
SimpleTcProvider.getTriples(UriRef name) |
Modifier and Type | Method and Description |
---|---|
void |
ExternalizingProvider.deleteTripleCollection(UriRef name) |
Graph |
ExternalizingProvider.getGraph(UriRef name)
we don't do graphs
|
MGraph |
ExternalizingProvider.getMGraph(UriRef name) |
TripleCollection |
ExternalizingProvider.getTriples(UriRef name) |
Modifier and Type | Method and Description |
---|---|
void |
VirtuosoWeightedProvider.deleteTripleCollection(UriRef name)
Clears the given graph and removes it from the loaded graphs.
|
Graph |
VirtuosoWeightedProvider.getGraph(UriRef name)
Retrieves the Graph (unmodifiable) with the given UriRef If no graph
exists with such name, throws a NoSuchEntityException
|
MGraph |
VirtuosoWeightedProvider.getMGraph(UriRef name)
Retrieves the MGraph (modifiable) with the given UriRef.
|
TripleCollection |
VirtuosoWeightedProvider.getTriples(UriRef name)
Generic implementation of the get(M)Graph method.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.