Package jetbrains.mps.generator
Interface GeneratorTask
- 
- All Known Implementing Classes:
 GeneratorTaskBase
public interface GeneratorTaskAbstracts task for a generator, supplier of a model to generate.GenerationFacadeclients may implement this interface and thus benefit from generation status notification bound to the tasks they've dispatched. It's advised to use providedbase classas this interface is likely to grow. Instances of the interface are likely serve as a key in a hash map, account for this if overriding#equals(Object)/#hashCode().- Since:
 - 3.4
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceGeneratorTask.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 SModelgetModel() 
 - 
 
- 
- 
Method Detail
- 
getModel
SModel getModel()
 
 - 
 
 -