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

    Modifier and Type
    Method
    Description
    Returns the model manager.
  • Method Details

    • getModelManager_

      IModelManager getModelManager_()
      Returns the model manager.
      Returns:
      the model manager (never null)