com.hp.hpl.jena.sparql.engine.iterator
Class QueryIterBlockTriplesQH
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.QueryIterRepeatApply
com.hp.hpl.jena.sparql.engine.iterator.QueryIterBlockTriplesQH
- All Implemented Interfaces:
- QueryIterator, PrintSerializable, Iterator<Binding>, Printable, Closeable
public class QueryIterBlockTriplesQH
- extends QueryIterRepeatApply
An Iterator that takes a binding and executes
a pattern via the Jena graph QueryHandler interface.
Methods inherited from class com.hp.hpl.jena.sparql.engine.iterator.QueryIter1 |
output |
create
public static QueryIterator create(QueryIterator input,
BasicPattern pattern,
ExecutionContext cxt)
nextStage
public QueryIterator nextStage(Binding binding)
projectionVars
public static Var[] projectionVars(Set<Var> vars)
Licenced under the Apache License, Version 2.0