com.hp.hpl.jena.update
Interface GraphStore

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

public interface GraphStore
extends com.hp.hpl.jena.sparql.core.DataSourceGraph

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.DataSourceGraph
addGraph, close, removeGraph, setDefaultGraph
 
Methods inherited from interface com.hp.hpl.jena.sparql.core.DatasetGraph
containsGraph, getContext, getDefaultGraph, getGraph, getLock, listGraphNodes, 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