slib.sglib.model.impl.repo
Class GraphRepositoryMemory

java.lang.Object
  extended by 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

Method Summary
 slib.sglib.model.graph.G getGraph(org.openrdf.model.URI uri)
           
static GraphRepositoryMemory getSingleton()
           
 boolean isGraphRegistred(org.openrdf.model.URI uri)
           
 void registerGraph(slib.sglib.model.graph.G graph)
           
 void unregisterGraph(org.openrdf.model.URI uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.