Class BmOperationContext


  • public class BmOperationContext
    extends Object
    Standard context of BM operation computation. Contains all necessary service references as well as transactional contexts
    • Method Detail

      • getBmModelManager

        public IBmModelManager getBmModelManager()
        Gets the BM model manager service
        Returns:
        The BM model manager service reference. May not be null
      • getBmTransaction

        public IBmTransaction getBmTransaction()
        Gets an associated BM transaction
        Returns:
        An associated BM transaction. May not be null
      • getNamespace

        public IBmNamespace getNamespace​(org.eclipse.emf.common.util.URI uri)
        Gets a namespace associated with a provided URI
        Parameters:
        uri - URI to get namespace by. May not be null
        Returns:
        IBmNamespace associated with a provided URI
      • getNamingService

        public INamingService getNamingService()
        Gets the naming service reference
        Returns:
        The naming service reference. May not be null