|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClosableIterable | |
|---|---|
| org.ontoware.rdf2go.model | |
| Uses of ClosableIterable in org.ontoware.rdf2go.model |
|---|
| Subinterfaces of ClosableIterable in org.ontoware.rdf2go.model | |
|---|---|
interface |
Diff
|
interface |
Model
Defines an RDF Model, and the functions to add and delete statements of all possible kinds to this model. |
interface |
ModelAddRemove
Can remove statements and apply diffs in one atomic operation. |
interface |
ModelRemovePatterns
|
interface |
ModelSet
A ModelSet is like a Graph Data Set in SPARQL. |
interface |
ModelSetAddRemove
Allows to add and removes statements from a ModelSet. |
interface |
QueryableModel
The closable iterable/iterators hould be auto-close, i.e. when the last element is retrieved close() hast to be called automatically. |
interface |
QueryResultTable
|
| Methods in org.ontoware.rdf2go.model that return ClosableIterable | |
|---|---|
ClosableIterable<Statement> |
Sparqlable.queryConstruct(java.lang.String query,
java.lang.String querylanguage)
|
ClosableIterable<Statement> |
Sparqlable.sparqlConstruct(java.lang.String query)
|
ClosableIterable<Statement> |
Sparqlable.sparqlDescribe(java.lang.String query)
Iterator must be auto-close, i.e. when last element is fetched, the implementation must call close(). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||