org.apache.clerezza.rdf.core.sparql
Interface ResultSet

All Superinterfaces:
Iterator<SolutionMapping>

public interface ResultSet
extends Iterator<SolutionMapping>

The reult of a sparql SELECT-query. This corresponds to a Solution Sequence as per section 12.1.6 of http://www.w3.org/TR/rdf-sparql-query/. Note that the scope of blank nodes is the reult set and not the TripleCollection from where they originate.

Author:
rbn

Method Summary
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.