Package jetbrains.mps.generator
Interface ModelGenerationPlan.Provider
- 
- All Known Implementing Classes:
 CustomGenerationModuleFacet,GenPlanExtractor,InterpretedPlanProvider
- Enclosing interface:
 - ModelGenerationPlan
 
public static interface ModelGenerationPlan.ProviderMarker to indicate source capable to supply ModelGenerationPlan for a model 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelGenerationPlangetPlan(SModel model) 
 - 
 
- 
- 
Method Detail
- 
getPlan
@Nullable ModelGenerationPlan getPlan(@NotNull SModel model)
- Parameters:
 model- what we need plan for.- Returns:
 nullif this provider could not give a plan for the model
 
 - 
 
 -