|
||||||||||
| 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
com.hp.hpl.jena.sparql.graph.GraphSPARQL
public class GraphSPARQL
This class provides the Jena Graph interface to a graph in a Dataset. It enables the full Jena API to be used with data only accessible via a Dataset.
| Field Summary |
|---|
| Fields inherited from class com.hp.hpl.jena.graph.impl.GraphBase |
|---|
TOSTRING_TRIPLE_BASE, TOSTRING_TRIPLE_LIMIT |
| Fields inherited from interface com.hp.hpl.jena.graph.Graph |
|---|
emptyGraph |
| Constructor Summary | |
|---|---|
GraphSPARQL(DatasetGraph dsg,
Node gn)
|
|
GraphSPARQL(DatasetGraph dataset,
QueryEngineFactory factory)
|
|
GraphSPARQL(DatasetGraph dataset,
String uri)
|
|
GraphSPARQL(Graph graph)
|
|
GraphSPARQL(Graph graph,
QueryEngineFactory factory)
|
|
| Method Summary | |
|---|---|
Capabilities |
getCapabilities()
|
DatasetGraph |
getDataset()
|
| Methods inherited from class com.hp.hpl.jena.graph.impl.GraphBase |
|---|
add, close, contains, contains, delete, dependsOn, find, find, forTestingOnly_graphBaseFind, getBulkUpdateHandler, getEventManager, getPrefixMapping, getReifier, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, notifyAdd, notifyDelete, performAdd, performDelete, queryHandler, size, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, 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, getEventManager, getPrefixMapping, getReifier, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, queryHandler, size |
| Methods inherited from interface com.hp.hpl.jena.graph.GraphAdd |
|---|
add |
| Constructor Detail |
|---|
public GraphSPARQL(DatasetGraph dataset,
QueryEngineFactory factory)
public GraphSPARQL(DatasetGraph dataset,
String uri)
public GraphSPARQL(DatasetGraph dsg,
Node gn)
public GraphSPARQL(Graph graph)
public GraphSPARQL(Graph graph,
QueryEngineFactory factory)
| Method Detail |
|---|
public Capabilities getCapabilities()
getCapabilities in interface GraphgetCapabilities in class com.hp.hpl.jena.graph.impl.GraphBasepublic DatasetGraph getDataset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||