Package jetbrains.mps.generator
Interface GeneratorTask.Factory<T extends GeneratorTask>
- 
- Enclosing interface:
 - GeneratorTask
 
public static interface GeneratorTask.Factory<T extends GeneratorTask>Factory to instantiate particular implementation of the task. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcreate(SModel inputModel) 
 -