Package jetbrains.mps.generator
Interface ModelGenerationPlan
- 
- All Known Implementing Classes:
 GenerationPlan,RigidGenerationPlan
public interface ModelGenerationPlanIs it a final breakdown of shall I treat list of TMC as a raw input and re-order them as appropriate? evgeny, 1/12/12 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classModelGenerationPlan.Checkpointstatic classModelGenerationPlan.Forkstatic interfaceModelGenerationPlan.ProviderMarker to indicate source capable to supply ModelGenerationPlan for a modelstatic interfaceModelGenerationPlan.Stepstatic classModelGenerationPlan.Transform 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancoversLanguage(SLanguage language)Collection<TemplateModule>getGenerators()List<ModelGenerationPlan.Step>getSteps() 
 - 
 
- 
- 
Method Detail
- 
getSteps
List<ModelGenerationPlan.Step> getSteps()
 
- 
getGenerators
Collection<TemplateModule> getGenerators()
 
- 
coversLanguage
boolean coversLanguage(SLanguage language)
 
 - 
 
 -