Class SModuleOperations


  • public class SModuleOperations
    extends Object
    • Constructor Detail

      • SModuleOperations

        public SModuleOperations()
    • 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
      • isAspect

        public static boolean isAspect​(SModel model,
                                       String name)