public class InMemoryDatasetManager extends Object implements DatasetManager
| Modifier and Type | Field and Description |
|---|---|
static InMemoryDatasetManager |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
clean() |
com.hp.hpl.jena.query.Dataset |
getDataset() |
boolean |
isEmpty() |
void |
setDataset(Set<URL> defaultGraph,
Set<URL> namedGraphs) |
public static final InMemoryDatasetManager INSTANCE
public void clean()
clean in interface DatasetManagerpublic void setDataset(Set<URL> defaultGraph, Set<URL> namedGraphs)
setDataset in interface DatasetManagerpublic com.hp.hpl.jena.query.Dataset getDataset()
public boolean isEmpty()
Copyright © 2011–2014 Digital Enterprise Research Institute, Galway. All rights reserved.