it.uniroma2.art.owlart.query
Interface TupleBindingsIterator

All Superinterfaces:
java.util.Iterator<TupleBindings>, RDFIterator<TupleBindings>

public interface TupleBindingsIterator
extends RDFIterator<TupleBindings>

iterator over instance of TupleBindings. It is used to scroll results of a tuple query. Each element returned by the iterator is a series of tuple bindings

Author:
Armando Stellato

Method Summary
 java.util.List<java.lang.String> getBindingNames()
          Gets the names of the bindings, in order of projection.
 
Methods inherited from interface it.uniroma2.art.owlart.navigation.RDFIterator
close, getNext, streamOpen
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

getBindingNames

java.util.List<java.lang.String> getBindingNames()
Gets the names of the bindings, in order of projection.

Returns:


Copyright © 2013 ART Group, University of Rome, Tor Vergata. All Rights Reserved.