// ||
// ( queryExecution != null && ! queryExecution.isActive() ) )
throw new NoSuchElementException(this.getClass()+".next") ;
Binding binding = nextBinding() ;
currentQuerySolution = new ResultBinding(model, binding) ;
return currentQuerySolution ;
}