public class QueryIteratorMapped extends QueryIteratorWrapper
traceIterators
Constructor and Description |
---|
QueryIteratorMapped(QueryIterator qIter,
Map<Var,Var> varMapping)
Creates a new iterator
|
output
cancel, close, debug, hasNext, next, nextBinding, remove
output, toString, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
public QueryIteratorMapped(QueryIterator qIter, Map<Var,Var> varMapping)
If the varMapping
is null
then no variable re-mapping
will be applied and this will act as a simple wrapper over the underlying
wrapper
qIter
- Iterator to wrapvarMapping
- Variable mappingLicenced under the Apache License, Version 2.0