Interface OnModelFeatureChangeContextCollector

    • Method Detail

      • collectContextOnFeatureChange

        void collectContextOnFeatureChange​(IBmObject bmObject,
                                           org.eclipse.emf.ecore.EStructuralFeature feature,
                                           BmSubEvent bmEvent,
                                           CheckContextCollectingSession contextSession)
        Collects the check context on the feature change event of the tracked object
        Parameters:
        bmObject - The object to track. May not be null
        feature - The changed feature. May not be null
        bmEvent - The source BM event. May be used for the detailed analysis of changes. May not be null
        contextSession - The context collecting session for collecting check contexts. May not be null