|
||||||||||
| 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
de.fuberlin.wiwiss.ng4j.db.NamedGraphDB
public class NamedGraphDB
A database-backed Named Graph implementation which is
handed out by NamedGraphSetDB.getGraph(Node).
The real work is done by a QuadDB instance. This class
provides a NamedGraph view onto the QuadDB interface for a
fixed graph name.
| Field Summary |
|---|
| 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 | |
|---|---|
NamedGraphDB(QuadDB db,
Node graphName)
|
|
| Method Summary | |
|---|---|
Node |
getGraphName()
Returns the URI of the named graph. |
ExtendedIterator |
graphBaseFind(TripleMatch m)
|
void |
performAdd(Triple t)
|
void |
performDelete(Triple t)
|
| Methods inherited from class com.hp.hpl.jena.graph.impl.GraphBase |
|---|
add, checkOpen, close, constructReifier, contains, contains, containsByFind, delete, dependsOn, find, find, forTestingOnly_graphBaseFind, getBulkUpdateHandler, getCapabilities, getEventManager, getPrefixMapping, getReifier, 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 |
|---|
close, contains, contains, delete, dependsOn, find, find, getBulkUpdateHandler, getCapabilities, getEventManager, getPrefixMapping, getReifier, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, queryHandler, size |
| Methods inherited from interface com.hp.hpl.jena.graph.GraphAdd |
|---|
add |
| Constructor Detail |
|---|
public NamedGraphDB(QuadDB db,
Node graphName)
| Method Detail |
|---|
public Node getGraphName()
NamedGraph
getGraphName in interface NamedGraphpublic void performDelete(Triple t)
performDelete in interface com.hp.hpl.jena.graph.impl.GraphWithPerformperformDelete in class com.hp.hpl.jena.graph.impl.GraphBasepublic ExtendedIterator graphBaseFind(TripleMatch m)
graphBaseFind in class com.hp.hpl.jena.graph.impl.GraphBasepublic void performAdd(Triple t)
performAdd in interface com.hp.hpl.jena.graph.impl.GraphWithPerformperformAdd 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 | |||||||||