Package com.e1c.g5.v8.dt.check.qfix
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 Summary
Modifier and TypeMethodDescriptionProvides theIBmModelManagerProvides the DT projectgetModelObject(long targetObjectId) Provides the model object by object IDgetModule(org.eclipse.emf.common.util.URI targetModuleUri) Provides the module by itsURI
-
Method Details
-
getModelObject
Provides the model object by object ID- Parameters:
targetObjectId- object id- Returns:
IBmObject, can benull
-
getModule
Provides the module by itsURI- Parameters:
targetModuleUri- module URI, cannot benull- Returns:
- module, can be
null
-
getDtProject
IDtProject getDtProject()Provides the DT project- Returns:
- DT project, nevr
null
-
getBmModelManager
IBmModelManager getBmModelManager()Provides theIBmModelManager- Returns:
- the
IBmModelManager, nevernull
-