com.hp.hpl.jena.update
Interface GraphStore

All Superinterfaces:
Closeable, DatasetGraph
All Known Implementing Classes:
GraphStoreBasic

public interface GraphStore
extends DatasetGraph

A collection of graphs that an update can be applied to. The collection is one unnamed graph and zero or more named graphs, like a SPARQL dataset.


Method Summary
 void finishRequest()
          Signal end of a request being executed
 void startRequest()
          Signal start of a request being executed
 Dataset toDataset()
          Convert to a dataset (for query)
 
Methods inherited from interface com.hp.hpl.jena.sparql.core.DatasetGraph
add, add, addGraph, close, contains, contains, containsGraph, delete, delete, deleteAny, find, find, find, findNG, getContext, getDefaultGraph, getGraph, getLock, isEmpty, listGraphNodes, removeGraph, setDefaultGraph, size
 

Method Detail

toDataset

Dataset toDataset()
Convert to a dataset (for query)


startRequest

void startRequest()
Signal start of a request being executed


finishRequest

void finishRequest()
Signal end of a request being executed



Licenced under the Apache License, Version 2.0