Class JavaClassStubModelRootFactory
- java.lang.Object
 - 
- jetbrains.mps.persistence.java.library.JavaClassStubModelRootFactory
 
 
- 
- All Implemented Interfaces:
 ModelRootFactory
public class JavaClassStubModelRootFactory extends Object implements ModelRootFactory
 
- 
- 
Constructor Summary
Constructors Constructor Description JavaClassStubModelRootFactory() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelRootcreate()Creates a model root, typical factory pattern. 
 - 
 
- 
- 
Method Detail
- 
create
@NotNull public ModelRoot create()
Description copied from interface:ModelRootFactoryCreates a model root, typical factory pattern. Newly created model root is supposed to initialized withModelRoot.load(Memento)- Specified by:
 createin interfaceModelRootFactory- Returns:
 - a new model root
 
 
 - 
 
 -