Package jetbrains.mps.generator
Class DefaultTaskBuilder<T extends GeneratorTask>
- java.lang.Object
 - 
- jetbrains.mps.generator.DefaultTaskBuilder<T>
 
 
- 
public class DefaultTaskBuilder<T extends GeneratorTask> extends Object
Produce sequence ofGeneratorTaskfrom collection ofSModelaccording to rules Generator used to follow to date, namely models are groped by module, these groups are processed in 'first noticed' order, models within a group are processed according to topological order based on their dependencies.- Since:
 - 3.4
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DefaultTaskBuilder(GeneratorTask.Factory<T> factory) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAll(Collection<? extends SModel> inputModels)List<T>getResult() 
 - 
 
- 
- 
Constructor Detail
- 
DefaultTaskBuilder
public DefaultTaskBuilder(@NotNull GeneratorTask.Factory<T> factory)
 
 - 
 
- 
Method Detail
- 
addAll
public void addAll(Collection<? extends SModel> inputModels)
 
 - 
 
 -