Package jetbrains.mps.generator
Class ModelGenerationPlan.Fork
- java.lang.Object
 - 
- jetbrains.mps.generator.ModelGenerationPlan.Fork
 
 
- 
- All Implemented Interfaces:
 ModelGenerationPlan.Step
- Enclosing interface:
 - ModelGenerationPlan
 
public static final class ModelGenerationPlan.Fork extends Object implements ModelGenerationPlan.Step
 
- 
- 
Constructor Summary
Constructors Constructor Description Fork(List<ModelGenerationPlan.Step> branch) 
 - 
 
- 
- 
Constructor Detail
- 
Fork
public Fork(List<ModelGenerationPlan.Step> branch)
 
 - 
 
- 
Method Detail
- 
getBranch
public List<ModelGenerationPlan.Step> getBranch()
 
 - 
 
 -