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