|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataSource
A DataSource is a Dataset that has modification operations.
Method Summary | |
---|---|
void |
addNamedModel(java.lang.String uri,
com.hp.hpl.jena.rdf.model.Model model)
Set a named graph. |
void |
removeNamedModel(java.lang.String uri)
Remove a named graph. |
void |
replaceNamedModel(java.lang.String uri,
com.hp.hpl.jena.rdf.model.Model model)
Change a named graph for another uisng the same name |
void |
setDefaultModel(com.hp.hpl.jena.rdf.model.Model model)
Set the background graph. |
Methods inherited from interface com.hp.hpl.jena.query.Dataset |
---|
containsNamedModel, getDefaultModel, getLock, getNamedModel, listNames |
Method Detail |
---|
void setDefaultModel(com.hp.hpl.jena.rdf.model.Model model)
void addNamedModel(java.lang.String uri, com.hp.hpl.jena.rdf.model.Model model) throws LabelExistsException
LabelExistsException
void removeNamedModel(java.lang.String uri)
void replaceNamedModel(java.lang.String uri, com.hp.hpl.jena.rdf.model.Model model)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |