Interface GeneratePlan

  • All Known Implementing Classes:
    GenerateFormPlan, GenerateNamedPlan

    public interface GeneratePlan
    Plan for the GENERATE <...>(...), or GENERATE { ... } clause
    Author:
    Maxime Lefrançois
    • Method Detail

      • exec

        void exec​(List<Var> variables,
                  List<Binding> values,
                  Context context)
        Executes a GENERATE plan. Method is blocking.
        Parameters:
        variables - the list of variables.
        values - the list of bindings.
        context - the execution context