g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.parametric
Interface IParametricJsdlGenerator


public interface IParametricJsdlGenerator

This class gets parametric JSDL and generate a bunch of non-parametric JSDL. Every generated JSDL has substituted value of parameters defined in sweep extension of parametric JSDL


Method Summary
 void generate(IParametricJsdlHandler handler)
           
 

Method Detail

generate

void generate(IParametricJsdlHandler handler)
              throws ParametricJsdlException,
                     ParametricGenerationCanceled
Parameters:
handler - which allow to control generation process (e.g. serialization of generated JSDL, or tracking parameters substitution)
monitor - progress monitor updated during generation
Throws:
ParametricJsdlException - thrown in case on error during generation
ParametricGenerationCanceled - thrown when generation was canceled by the handler

g-Eclipse
Release 1.0.0