Package jetbrains.mps.smodel
Interface MPSModuleOwner
- 
- All Known Implementing Classes:
 BaseMPSModuleOwner,FileMPSProject,Project,ProjectBase,SLibrary,TempModule
public interface MPSModuleOwnerRepresents an owner of mps module. Used to perform reference counting for all the owners. (sources scenario: both core libraries contain lang.core module and project MPS contain it. When the MPS project is closed, the module must remain in the repository) Probably if the separate repositories for project and libraries are available then there is no need in this logic. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisHidden() 
 -