Class BmServiceEvent

    • Constructor Detail

      • BmServiceEvent

        public BmServiceEvent​(Map<org.eclipse.emf.ecore.EStructuralFeature,​List<org.eclipse.emf.common.notify.Notification>> notifications)
        Creates a new event.
        Parameters:
        notifications - a map of notifications.
    • Method Detail

      • containsAny

        public boolean containsAny​(org.eclipse.emf.ecore.EStructuralFeature... features)
        Parameters:
        features - the features.
        Returns:
        true if the event contains any of the given features.
      • contains

        public boolean contains​(org.eclipse.emf.ecore.EObject notifier,
                                org.eclipse.emf.ecore.EStructuralFeature feature)
        Parameters:
        notifier - the notifier.
        feature - the feature.
        Returns:
        true if the event contains notification with the given notifier and feature.
      • getNotifications

        public Map<org.eclipse.emf.ecore.EStructuralFeature,​List<org.eclipse.emf.common.notify.Notification>> getNotifications()
        Returns:
        notifications.