com.hp.hpl.jena.graph.query
Class SimpleQueryPlan
java.lang.Object
com.hp.hpl.jena.graph.query.SimpleQueryPlan
- All Implemented Interfaces:
- BindingQueryPlan
public class SimpleQueryPlan
- extends Object
- implements BindingQueryPlan
SimpleQueryPlan is an implementation of QueryPlan which uses the engine defined
in Query to do the work.
- Author:
- kers
SimpleQueryPlan
public SimpleQueryPlan(Graph graph,
Query query,
Node[] variables)
executeBindings
public com.hp.hpl.jena.util.iterator.ExtendedIterator<Domain> executeBindings()
- Specified by:
executeBindings
in interface BindingQueryPlan
Licenced under the Apache License, Version 2.0