com.hp.hpl.jena.sparql.engine.iterator
Class QueryIterProcessBinding
java.lang.Object
com.hp.hpl.jena.sparql.util.PrintSerializableBase
com.hp.hpl.jena.sparql.engine.iterator.QueryIteratorBase
com.hp.hpl.jena.sparql.engine.iterator.QueryIter
com.hp.hpl.jena.sparql.engine.iterator.QueryIter1
com.hp.hpl.jena.sparql.engine.iterator.QueryIterProcessBinding
- All Implemented Interfaces:
- QueryIterator, PrintSerializable, java.util.Iterator<Binding>, Printable, Closeable
- Direct Known Subclasses:
- QueryIterAssign, QueryIterFilterExpr
public abstract class QueryIterProcessBinding
- extends QueryIter1
An iterator that applying a condition.
| Methods inherited from class com.hp.hpl.jena.sparql.engine.iterator.QueryIter1 |
output |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
QueryIterProcessBinding
public QueryIterProcessBinding(QueryIterator qIter,
ExecutionContext context)
accept
public abstract Binding accept(Binding binding)
moveToNextBinding
public Binding moveToNextBinding()
- The next acceptable object in the iterator.
- Returns:
- The next acceptable object.
Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.