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 |
---|---|
Graph |
SystemConfig.createGraph(UriRef name,
TripleCollection triples) |
MGraph |
SystemConfig.createMGraph(UriRef name) |
Modifier and Type | Method and Description |
---|---|
Graph |
DocumentationProvider.createGraph(UriRef name,
TripleCollection triples) |
MGraph |
DocumentationProvider.createMGraph(UriRef name) |
Modifier and Type | Method and Description |
---|---|
Graph |
EnrichmentTcProvider.createGraph(UriRef name,
TripleCollection triples) |
MGraph |
EnrichmentTcProvider.createMGraph(UriRef name) |
Modifier and Type | Method and Description |
---|---|
Graph |
TcProvider.createGraph(UriRef name,
TripleCollection triples)
Creates a
Graph with a specified name |
MGraph |
TcProvider.createMGraph(UriRef name)
Creates an initially empty
MGraph with a specified name |
Modifier and Type | Method and Description |
---|---|
Graph |
FileTcProvider.createGraph(UriRef name,
TripleCollection triples) |
MGraph |
FileTcProvider.createMGraph(UriRef name) |
Modifier and Type | Method and Description |
---|---|
Graph |
SingleTdbDatasetTcProvider.createGraph(UriRef name,
TripleCollection triples) |
Graph |
TdbTcProvider.createGraph(UriRef name,
TripleCollection triples) |
MGraph |
SingleTdbDatasetTcProvider.createMGraph(UriRef name) |
MGraph |
TdbTcProvider.createMGraph(UriRef name) |
Modifier and Type | Method and Description |
---|---|
Graph |
SimpleTcProvider.createGraph(UriRef name,
TripleCollection triples) |
MGraph |
SimpleTcProvider.createMGraph(UriRef name) |
Modifier and Type | Method and Description |
---|---|
Graph |
ExternalizingProvider.createGraph(UriRef name,
TripleCollection triples) |
MGraph |
ExternalizingProvider.createMGraph(UriRef name) |
Modifier and Type | Method and Description |
---|---|
Graph |
VirtuosoWeightedProvider.createGraph(UriRef name,
TripleCollection triples)
Creates a new graph with the given triples, then returns the readable
(not modifiable) version of the graph
|
MGraph |
VirtuosoWeightedProvider.createMGraph(UriRef name)
Creates an initially empty MGraph.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.