|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.graph.impl.GraphBase
org.topbraid.core.graph.AbstractCachableGraph
org.topbraid.sesame2.graph.RepositoryGraph
public class RepositoryGraph
A Jena Graph that wraps a Sesame Repository.
| Field Summary |
|---|
| Fields inherited from class com.hp.hpl.jena.graph.impl.GraphBase |
|---|
bulkHandler, capabilities, closed, gem, pm, queryHandler, reifier, statisticsHandler, style |
| Fields inherited from interface com.hp.hpl.jena.graph.Graph |
|---|
emptyGraph |
| Constructor Summary | |
|---|---|
RepositoryGraph(org.openrdf.repository.Repository repository)
|
|
| Method Summary | |
|---|---|
void |
close()
|
java.util.List<com.hp.hpl.jena.graph.Triple> |
doFind(com.hp.hpl.jena.graph.TripleMatch m)
|
org.openrdf.repository.RepositoryConnection |
getConnection()
|
org.openrdf.repository.Repository |
getRepository()
|
void |
performAdd(com.hp.hpl.jena.graph.Triple t)
|
void |
performDelete(com.hp.hpl.jena.graph.Triple t)
|
| Methods inherited from class org.topbraid.core.graph.AbstractCachableGraph |
|---|
graphBaseFind |
| Methods inherited from class com.hp.hpl.jena.graph.impl.GraphBase |
|---|
add, checkOpen, constructReifier, contains, contains, containsByFind, createStatisticsHandler, delete, dependsOn, find, find, forTestingOnly_graphBaseFind, getBulkUpdateHandler, getCapabilities, getEventManager, getPrefixMapping, getReifier, getStatisticsHandler, getTransactionHandler, graphBaseContains, graphBaseFind, graphBaseSize, isClosed, isEmpty, isIsomorphicWith, notifyAdd, notifyDelete, queryHandler, reifierContains, reifierSize, reifierTriples, size, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.hp.hpl.jena.graph.Graph |
|---|
contains, contains, delete, dependsOn, find, find, getBulkUpdateHandler, getCapabilities, getEventManager, getPrefixMapping, getReifier, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, queryHandler, size |
| Methods inherited from interface com.hp.hpl.jena.graph.GraphAdd |
|---|
add |
| Constructor Detail |
|---|
public RepositoryGraph(org.openrdf.repository.Repository repository)
| Method Detail |
|---|
public void close()
close in interface com.hp.hpl.jena.graph.Graphclose in class com.hp.hpl.jena.graph.impl.GraphBasepublic java.util.List<com.hp.hpl.jena.graph.Triple> doFind(com.hp.hpl.jena.graph.TripleMatch m)
public org.openrdf.repository.RepositoryConnection getConnection()
public org.openrdf.repository.Repository getRepository()
public void performAdd(com.hp.hpl.jena.graph.Triple t)
performAdd in interface com.hp.hpl.jena.graph.impl.GraphWithPerformperformAdd in class com.hp.hpl.jena.graph.impl.GraphBasepublic void performDelete(com.hp.hpl.jena.graph.Triple t)
performDelete in interface com.hp.hpl.jena.graph.impl.GraphWithPerformperformDelete in class com.hp.hpl.jena.graph.impl.GraphBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||