public class GraphD2RQ extends com.hp.hpl.jena.graph.impl.GraphBase implements Graph
bulkHandler, closed, gem, pm, queryHandler, reifier, statisticsHandler, style, TOSTRING_TRIPLE_BASE, TOSTRING_TRIPLE_LIMITemptyGraph| Constructor and Description |
|---|
GraphD2RQ(Mapping mapping)
Creates a new D2RQ graph from a previously prepared
Mapping instance. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkOpen() |
void |
close() |
Capabilities |
getCapabilities() |
Mapping |
getMapping() |
com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> |
graphBaseFind(TripleMatch m) |
com.hp.hpl.jena.graph.query.QueryHandler |
queryHandler()
Returns a QueryHandler for this graph.
|
add, constructReifier, contains, contains, containsByFind, createStatisticsHandler, delete, dependsOn, find, find, forTestingOnly_graphBaseFind, getBulkUpdateHandler, getEventManager, getPrefixMapping, getReifier, getStatisticsHandler, getTransactionHandler, graphBaseContains, graphBaseFind, graphBaseSize, isClosed, isEmpty, isIsomorphicWith, notifyAdd, notifyDelete, performAdd, performDelete, reifierContains, reifierSize, reifierTriples, size, toString, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcontains, contains, delete, dependsOn, find, find, getBulkUpdateHandler, getEventManager, getPrefixMapping, getReifier, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, sizepublic GraphD2RQ(Mapping mapping) throws D2RQException
Mapping instance.mapping - A D2RQ mappingD2RQException - If the mapping is invalidpublic com.hp.hpl.jena.graph.query.QueryHandler queryHandler()
queryHandler in interface GraphqueryHandler in class com.hp.hpl.jena.graph.impl.GraphBasepublic void close()
close in interface Graphclose in class com.hp.hpl.jena.graph.impl.GraphBasepublic Capabilities getCapabilities()
getCapabilities in interface GraphgetCapabilities in class com.hp.hpl.jena.graph.impl.GraphBasepublic com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> graphBaseFind(TripleMatch m)
graphBaseFind in class com.hp.hpl.jena.graph.impl.GraphBaseprotected void checkOpen()
checkOpen in class com.hp.hpl.jena.graph.impl.GraphBase