Interface IFixSession

All Known Implementing Classes:
FixSession

public interface IFixSession
Provides a single point access to the shared data of the fix session (like data access, etc)
  • Method Details

    • getModelObject

      IBmObject getModelObject(long targetObjectId)
      Provides the model object by object ID
      Parameters:
      targetObjectId - object id
      Returns:
      IBmObject, can be null
    • getModule

      Module getModule(org.eclipse.emf.common.util.URI targetModuleUri)
      Provides the module by its URI
      Parameters:
      targetModuleUri - module URI, cannot be null
      Returns:
      module, can be null
    • getDtProject

      IDtProject getDtProject()
      Provides the DT project
      Returns:
      DT project, nevr null
    • getBmModelManager

      IBmModelManager getBmModelManager()
      Provides the IBmModelManager
      Returns:
      the IBmModelManager, never null