public class SimpleTcProvider extends Object implements org.apache.clerezza.rdf.core.access.WeightedTcProvider
| Constructor and Description |
|---|
SimpleTcProvider() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.clerezza.rdf.core.Graph |
createGraph(org.apache.clerezza.rdf.core.UriRef name,
org.apache.clerezza.rdf.core.TripleCollection triples) |
org.apache.clerezza.rdf.core.MGraph |
createMGraph(org.apache.clerezza.rdf.core.UriRef name) |
void |
deleteTripleCollection(org.apache.clerezza.rdf.core.UriRef name) |
org.apache.clerezza.rdf.core.Graph |
getGraph(org.apache.clerezza.rdf.core.UriRef name) |
org.apache.clerezza.rdf.core.MGraph |
getMGraph(org.apache.clerezza.rdf.core.UriRef name) |
Set<org.apache.clerezza.rdf.core.UriRef> |
getNames(org.apache.clerezza.rdf.core.Graph graph) |
org.apache.clerezza.rdf.core.TripleCollection |
getTriples(org.apache.clerezza.rdf.core.UriRef name) |
int |
getWeight() |
Set<org.apache.clerezza.rdf.core.UriRef> |
listGraphs() |
Set<org.apache.clerezza.rdf.core.UriRef> |
listMGraphs() |
Set<org.apache.clerezza.rdf.core.UriRef> |
listTripleCollections() |
public org.apache.clerezza.rdf.core.Graph createGraph(org.apache.clerezza.rdf.core.UriRef name,
org.apache.clerezza.rdf.core.TripleCollection triples)
throws org.apache.clerezza.rdf.core.access.EntityAlreadyExistsException
createGraph in interface org.apache.clerezza.rdf.core.access.TcProviderorg.apache.clerezza.rdf.core.access.EntityAlreadyExistsExceptionpublic org.apache.clerezza.rdf.core.MGraph createMGraph(org.apache.clerezza.rdf.core.UriRef name)
throws org.apache.clerezza.rdf.core.access.EntityAlreadyExistsException
createMGraph in interface org.apache.clerezza.rdf.core.access.TcProviderorg.apache.clerezza.rdf.core.access.EntityAlreadyExistsExceptionpublic void deleteTripleCollection(org.apache.clerezza.rdf.core.UriRef name)
throws org.apache.clerezza.rdf.core.access.NoSuchEntityException,
org.apache.clerezza.rdf.core.access.EntityUndeletableException
deleteTripleCollection in interface org.apache.clerezza.rdf.core.access.TcProviderorg.apache.clerezza.rdf.core.access.NoSuchEntityExceptionorg.apache.clerezza.rdf.core.access.EntityUndeletableExceptionpublic org.apache.clerezza.rdf.core.Graph getGraph(org.apache.clerezza.rdf.core.UriRef name)
throws org.apache.clerezza.rdf.core.access.NoSuchEntityException
getGraph in interface org.apache.clerezza.rdf.core.access.TcProviderorg.apache.clerezza.rdf.core.access.NoSuchEntityExceptionpublic org.apache.clerezza.rdf.core.MGraph getMGraph(org.apache.clerezza.rdf.core.UriRef name)
throws org.apache.clerezza.rdf.core.access.NoSuchEntityException
getMGraph in interface org.apache.clerezza.rdf.core.access.TcProviderorg.apache.clerezza.rdf.core.access.NoSuchEntityExceptionpublic Set<org.apache.clerezza.rdf.core.UriRef> getNames(org.apache.clerezza.rdf.core.Graph graph)
getNames in interface org.apache.clerezza.rdf.core.access.TcProviderpublic org.apache.clerezza.rdf.core.TripleCollection getTriples(org.apache.clerezza.rdf.core.UriRef name)
throws org.apache.clerezza.rdf.core.access.NoSuchEntityException
getTriples in interface org.apache.clerezza.rdf.core.access.TcProviderorg.apache.clerezza.rdf.core.access.NoSuchEntityExceptionpublic int getWeight()
getWeight in interface org.apache.clerezza.rdf.core.access.WeightedTcProviderpublic Set<org.apache.clerezza.rdf.core.UriRef> listGraphs()
listGraphs in interface org.apache.clerezza.rdf.core.access.TcProviderpublic Set<org.apache.clerezza.rdf.core.UriRef> listMGraphs()
listMGraphs in interface org.apache.clerezza.rdf.core.access.TcProviderpublic Set<org.apache.clerezza.rdf.core.UriRef> listTripleCollections()
listTripleCollections in interface org.apache.clerezza.rdf.core.access.TcProviderCopyright © 2014 The Apache Software Foundation. All rights reserved.