Package jetbrains.mps.project.structure.modules
- 
Interface Summary Interface Description Copyable<T> Prototype patternCopyableDescriptor<T extends CopyableDescriptor<?>> In spite of the complex signature this interface suggests all extending subclasses to look like this:public class ExampleDescriptor implements CopyableDescriptorCreated by apyshkin on 02/12/16.{ [members] ExampleDescriptor copy() { [implementation] } [members] }  - 
Class Summary Class Description Dependency Persistence and editing of SDependencyDeploymentDescriptor The descriptor handle which corresponds to the already deployed module (not a project one).DevkitDescriptor GeneratorDescriptor LanguageDescriptor LibraryDescriptor ModuleDescriptor This class captures persistence and editing aspects of SModule.ModuleFacetDescriptor evgeny, 2/27/13ModuleReference RefUpdateUtil Model/module name might get changed, and to reflect actual name in descriptor files, we 'update' references from time to time, by resolving them into actual objects and re-obtaining the reference.SolutionDescriptor  - 
Enum Summary Enum Description SolutionKind It was a temporary way to mark solution as a plugin (at that time: 10/25/11) One can specify a solution kind in the properties dialog of MPS.