public interface GraphRepository
| Modifier and Type | Method and Description |
|---|---|
G |
getGraph(org.openrdf.model.URI uri)
Retrieve a graph according to its URI.
|
boolean |
isGraphRegistred(org.openrdf.model.URI uri)
Check if a graph is registred to the given URI.
|
void |
registerGraph(G graph)
Register the graph into the repository.
|
void |
unregisterGraph(org.openrdf.model.URI uri)
Unregister the graph associated to the given URI
|
void registerGraph(G graph)
graph - the graph to register.G getGraph(org.openrdf.model.URI uri)
uri - the URI of the graph.boolean isGraphRegistred(org.openrdf.model.URI uri)
uri - the URIvoid unregisterGraph(org.openrdf.model.URI uri)
uri - the URI of the graph.Copyright © 2014. All rights reserved.