slib.sglib.model.impl.repo
Class GraphRepositoryMemory
java.lang.Object
slib.sglib.model.impl.repo.GraphRepositoryMemory
- All Implemented Interfaces:
- slib.sglib.model.repo.GraphRepository
public class GraphRepositoryMemory
- extends Object
- implements slib.sglib.model.repo.GraphRepository
- Author:
- Harispe Sébastien
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getSingleton
public static GraphRepositoryMemory getSingleton()
registerGraph
public void registerGraph(slib.sglib.model.graph.G graph)
- Specified by:
registerGraph
in interface slib.sglib.model.repo.GraphRepository
getGraph
public slib.sglib.model.graph.G getGraph(org.openrdf.model.URI uri)
- Specified by:
getGraph
in interface slib.sglib.model.repo.GraphRepository
isGraphRegistred
public boolean isGraphRegistred(org.openrdf.model.URI uri)
- Specified by:
isGraphRegistred
in interface slib.sglib.model.repo.GraphRepository
unregisterGraph
public void unregisterGraph(org.openrdf.model.URI uri)
- Specified by:
unregisterGraph
in interface slib.sglib.model.repo.GraphRepository
Copyright © 2013. All Rights Reserved.