|
||||||||||
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,
com.hp.hpl.jena.graph.Node gn)
|
|
GraphSPARQL(DatasetGraph dataset,
QueryEngineFactory factory)
|
|
GraphSPARQL(DatasetGraph dataset,
String uri)
|
|
GraphSPARQL(com.hp.hpl.jena.graph.Graph graph)
|
|
GraphSPARQL(com.hp.hpl.jena.graph.Graph graph,
QueryEngineFactory factory)
|
Method Summary | |
---|---|
com.hp.hpl.jena.graph.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, com.hp.hpl.jena.graph.Node gn)
public GraphSPARQL(com.hp.hpl.jena.graph.Graph graph)
public GraphSPARQL(com.hp.hpl.jena.graph.Graph graph, QueryEngineFactory factory)
Method Detail |
---|
public com.hp.hpl.jena.graph.Capabilities getCapabilities()
getCapabilities
in interface com.hp.hpl.jena.graph.Graph
getCapabilities
in class com.hp.hpl.jena.graph.impl.GraphBase
public DatasetGraph getDataset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |