Class SModuleOperations
- java.lang.Object
 - 
- jetbrains.mps.lang.smodel.generator.smodelAdapter.SModuleOperations
 
 
- 
public class SModuleOperations extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description SModuleOperations() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SModelgetAspect(SModule module, String name)We use name here because we can't make a connection between aspect and the corresponding interface This is because we can't generate generators yet Still, it is better if user does not write this by-name stuff explicitly - it will be changed later by regenerating, not by manually changing codestatic booleanisAspect(SModel model, String name) 
 - 
 
- 
- 
Method Detail
- 
getAspect
public static SModel getAspect(SModule module, String name)
We use name here because we can't make a connection between aspect and the corresponding interface This is because we can't generate generators yet Still, it is better if user does not write this by-name stuff explicitly - it will be changed later by regenerating, not by manually changing code 
 - 
 
 -