com.hp.hpl.jena.graph.query
Interface BindingQueryPlan

All Known Implementing Classes:
SimpleQueryPlan

public interface BindingQueryPlan

A BindingQueryPlan is something that can run executeBindings() to get back an ExtendedIterator over Domains, ie, Lists.

Author:
kers

Method Summary
 com.hp.hpl.jena.util.iterator.ExtendedIterator<Domain> executeBindings()
           
 

Method Detail

executeBindings

com.hp.hpl.jena.util.iterator.ExtendedIterator<Domain> executeBindings()


Licenced under the Apache License, Version 2.0