Class GenerateFormPlan
- java.lang.Object
-
- fr.mines_stetienne.ci.sparql_generate.engine.GenerateFormPlan
-
- All Implemented Interfaces:
GeneratePlan
public class GenerateFormPlan extends Object implements GeneratePlan
- Author:
- Maxime Lefrançois
-
-
Constructor Summary
Constructors Constructor Description GenerateFormPlan(BasicPattern basicGraphPattern, List<RootPlan> subQueries)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexec(List<Var> variables, List<Binding> values, Context context)Executes a GENERATE plan.
-
-
-
Constructor Detail
-
GenerateFormPlan
public GenerateFormPlan(BasicPattern basicGraphPattern, List<RootPlan> subQueries)
Constructor.- Parameters:
basicGraphPattern- the basic pattern.subQueries- the sub queries.
-
-
Method Detail
-
exec
public void exec(List<Var> variables, List<Binding> values, Context context)
Description copied from interface:GeneratePlanExecutes a GENERATE plan. Method is blocking.- Specified by:
execin interfaceGeneratePlan- Parameters:
variables- the list of variables.values- the list of bindings.context- the execution context
-
-