com.hp.hpl.jena.sparql.modify
Class GraphStoreBasic

java.lang.Object
  extended by com.hp.hpl.jena.sparql.core.DatasetGraphWrapper
      extended by com.hp.hpl.jena.sparql.modify.GraphStoreBasic
All Implemented Interfaces:
DatasetGraph, GraphStore, Closeable

public class GraphStoreBasic
extends DatasetGraphWrapper
implements GraphStore


Constructor Summary
GraphStoreBasic(Dataset ds)
           
GraphStoreBasic(DatasetGraph dsg)
           
 
Method Summary
 void close()
          Close the dataset
 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 class com.hp.hpl.jena.sparql.core.DatasetGraphWrapper
add, add, addGraph, contains, contains, containsGraph, delete, delete, deleteAny, find, find, find, findNG, getContext, getDefaultGraph, getGraph, getLock, isEmpty, listGraphNodes, removeGraph, setDefaultGraph, size, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.hp.hpl.jena.sparql.core.DatasetGraph
add, add, addGraph, contains, contains, containsGraph, delete, delete, deleteAny, find, find, find, findNG, getContext, getDefaultGraph, getGraph, getLock, isEmpty, listGraphNodes, removeGraph, setDefaultGraph, size
 

Constructor Detail

GraphStoreBasic

public GraphStoreBasic(Dataset ds)

GraphStoreBasic

public GraphStoreBasic(DatasetGraph dsg)
Method Detail

toDataset

public Dataset toDataset()
Description copied from interface: GraphStore
Convert to a dataset (for query)

Specified by:
toDataset in interface GraphStore

startRequest

public void startRequest()
Description copied from interface: GraphStore
Signal start of a request being executed

Specified by:
startRequest in interface GraphStore

finishRequest

public void finishRequest()
Description copied from interface: GraphStore
Signal end of a request being executed

Specified by:
finishRequest in interface GraphStore

close

public void close()
Description copied from interface: DatasetGraph
Close the dataset

Specified by:
close in interface DatasetGraph
Specified by:
close in interface Closeable
Overrides:
close in class DatasetGraphWrapper


Licenced under the Apache License, Version 2.0