public class EcoreNotificationAdapter
extends java.lang.Object
Notification events.| Constructor and Description |
|---|
EcoreNotificationAdapter(org.eclipse.emf.common.notify.Notifier notifier,
CEPEngine cepEngine)
Constructor for cases with a dedicated event stream for
Notifications. |
EcoreNotificationAdapter(org.eclipse.emf.common.notify.Notifier notifier,
EventStream eventStream)
Constructor for cases with an event stream specified by the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
org.eclipse.emf.common.notify.Adapter |
getAdapter() |
void |
setDebugLevel(org.apache.log4j.Level level) |
public EcoreNotificationAdapter(org.eclipse.emf.common.notify.Notifier notifier,
CEPEngine cepEngine)
Notifications.notifier - root object of the modelcepEngine - CEPEngine to work withpublic EcoreNotificationAdapter(org.eclipse.emf.common.notify.Notifier notifier,
EventStream eventStream)
notifier - object of the modeleventStream - EventStream to work with