|
||||||||
| 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.openrdf.jena.GraphSesame
org.openrdf.jena.NamedGraphSesame
public class NamedGraphSesame
This pretends to be a named graph. TODO: re-ification i haven't really considered at all -= with some luck it will JUST WORK (tm)
| Field Summary | |
|---|---|
(package private) Resource |
contextID
|
| Fields inherited from class org.openrdf.jena.GraphSesame |
|---|
logger, repository |
| Fields inherited from class com.hp.hpl.jena.graph.impl.GraphBase |
|---|
bulkHandler, capabilities, closed, gem, pm, queryHandler, reifier, style |
| Fields inherited from interface com.hp.hpl.jena.graph.Graph |
|---|
emptyGraph |
| Constructor Summary | |
|---|---|
NamedGraphSesame(Repository repository,
Resource contextID)
|
|
| Method Summary | |
|---|---|
protected ExtendedIterator |
graphBaseFind(TripleMatch tm)
This must be overridden to pass the right contextID |
protected int |
graphBaseSize()
We must override this to take the context into account. |
void |
performAdd(Triple t)
|
void |
performDelete(Triple t)
|
| Methods inherited from class org.openrdf.jena.GraphSesame |
|---|
close, getBulkUpdateHandler, getRepository, getValueFactory, jena2sesame |
| Methods inherited from class com.hp.hpl.jena.graph.impl.GraphBase |
|---|
add, checkOpen, contains, contains, containsByFind, delete, dependsOn, find, find, forTestingOnly_graphBaseFind, getCapabilities, getEventManager, getPrefixMapping, getReifier, getTransactionHandler, graphBaseContains, graphBaseFind, 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 |
| Field Detail |
|---|
Resource contextID
| Constructor Detail |
|---|
public NamedGraphSesame(Repository repository,
Resource contextID)
throws SailInitializationException
SailInitializationException| Method Detail |
|---|
protected int graphBaseSize()
graphBaseSize in class GraphSesameprotected ExtendedIterator graphBaseFind(TripleMatch tm)
graphBaseFind in class GraphSesameGraphBase.graphBaseFind(com.hp.hpl.jena.graph.TripleMatch)public void performAdd(Triple t)
performAdd in interface com.hp.hpl.jena.graph.impl.GraphWithPerformperformAdd in class GraphSesameGraphWithPerform.performAdd(com.hp.hpl.jena.graph.Triple)public void performDelete(Triple t)
performDelete in interface com.hp.hpl.jena.graph.impl.GraphWithPerformperformDelete in class GraphSesameGraphWithPerform.performDelete(com.hp.hpl.jena.graph.Triple)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||