com.hp.hpl.jena.update
Interface GraphStore

All Superinterfaces:
Closeable, com.hp.hpl.jena.sparql.core.DatasetGraph

public interface GraphStore
extends com.hp.hpl.jena.sparql.core.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.

Author:
Andy Seaborne

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, addGraph, close, contains, contains, containsGraph, delete, deleteAny, find, find, 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



Copyright © 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP