org.ontoware.rdf2go.model
Interface QueryableModel

All Superinterfaces:
ClosableIterable<Statement>, FindableModel, java.lang.Iterable<Statement>, Sparqlable
All Known Subinterfaces:
Model

public interface QueryableModel
extends ClosableIterable<Statement>, Sparqlable, FindableModel

The closable iterable/iterators hould be auto-close, i.e. when the last element is retrieved close() hast to be called automatically.

Author:
voelkel

Method Summary
 
Methods inherited from interface org.ontoware.aifbcommons.collection.ClosableIterable
iterator
 
Methods inherited from interface org.ontoware.rdf2go.model.Sparqlable
queryConstruct, querySelect, sparqlAsk, sparqlConstruct, sparqlDescribe, sparqlSelect
 
Methods inherited from interface org.ontoware.rdf2go.model.FindableModel
contains, contains, contains, countStatements, createTriplePattern, findStatements, findStatements
 



Copyright © 2005-2008 FZI - Forschungszentrum Informatik | Karlsruhe | Germany. All Rights Reserved.