Interface IModelManager.Provider
-
- All Known Subinterfaces:
IElementImplSupport
,ISourceConstructImplSupport
,ISourceElementImplSupport
,ISourceFileImplSupport
- All Known Implementing Classes:
BaseSourceFile
,Element
,FsSourceFile
,SourceConstruct
,SourceFile
,WorkspaceSourceFile
- Enclosing interface:
- IModelManager
public static interface IModelManager.Provider
Provides access to the model manager.The same manager instance is returned each time the provider is invoked.
An instance of the provider is safe for use by multiple threads.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IModelManager
getModelManager_()
Returns the model manager.
-
-
-
Method Detail
-
getModelManager_
IModelManager getModelManager_()
Returns the model manager.- Returns:
- the model manager (never
null
)
-
-