|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Dataset
Query is over a Dataset, a collection of named graphs and a background graph (also called the default graph or unnamed graph).
Method Summary | |
---|---|
boolean |
containsNamedModel(java.lang.String uri)
Does the dataset contain a model with the name supplied? |
com.hp.hpl.jena.rdf.model.Model |
getDefaultModel()
Get the default graph as a Jena Model |
com.hp.hpl.jena.shared.Lock |
getLock()
Get the lock for this dataset |
com.hp.hpl.jena.rdf.model.Model |
getNamedModel(java.lang.String uri)
Get a graph by name as a Jena Model |
java.util.Iterator |
listNames()
List the names |
Method Detail |
---|
com.hp.hpl.jena.rdf.model.Model getDefaultModel()
com.hp.hpl.jena.rdf.model.Model getNamedModel(java.lang.String uri)
boolean containsNamedModel(java.lang.String uri)
java.util.Iterator listNames()
com.hp.hpl.jena.shared.Lock getLock()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |