|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphRepository
Interface defining a repository for the graphs.
Method Summary | |
---|---|
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 |
Method Detail |
---|
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 URI
void unregisterGraph(org.openrdf.model.URI uri)
uri
- the URI of the graph.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |