Interface GeneratePlan
-
- All Known Implementing Classes:
GenerateFormPlan,GenerateNamedPlan
public interface GeneratePlanPlan for the GENERATE <...>(...), or GENERATE { ... } clause- Author:
- Maxime Lefrançois
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexec(List<Var> variables, List<Binding> values, Context context)Executes a GENERATE plan.
-