public interface ContextFactory
ContextPackage
Modifier and Type | Field and Description |
---|---|
static ContextFactory |
eINSTANCE
The singleton instance of the factory.
|
Modifier and Type | Method and Description |
---|---|
DocumentRoot |
createDocumentRoot()
Returns a new object of class 'Document Root'.
|
EmitterExceptionContext |
createEmitterExceptionContext()
Returns a new object of class 'Emitter Exception Context'.
|
ExceptionContext |
createExceptionContext()
Returns a new object of class 'Exception Context'.
|
InlineExitContext |
createInlineExitContext()
Returns a new object of class 'Inline Exit Context'.
|
ModificationListContext |
createModificationListContext()
Returns a new object of class 'Modification List Context'.
|
ModificationSubscriberContext |
createModificationSubscriberContext()
Returns a new object of class 'Modification Subscriber Context'.
|
NotificationListContext |
createNotificationListContext()
Returns a new object of class 'Notification List Context'.
|
NotificationSubscriberContext |
createNotificationSubscriberContext()
Returns a new object of class 'Notification Subscriber Context'.
|
PostExitContext |
createPostExitContext()
Returns a new object of class 'Post Exit Context'.
|
PreExitContext |
createPreExitContext()
Returns a new object of class 'Pre Exit Context'.
|
SubscriberExecContext |
createSubscriberExecContext()
Returns a new object of class 'Subscriber Exec Context'.
|
UIDContext |
createUIDContext()
Returns a new object of class 'UID Context'.
|
ContextPackage |
getContextPackage()
Returns the package supported by this factory.
|
static final ContextFactory eINSTANCE
DocumentRoot createDocumentRoot()
EmitterExceptionContext createEmitterExceptionContext()
ExceptionContext createExceptionContext()
InlineExitContext createInlineExitContext()
ModificationListContext createModificationListContext()
ModificationSubscriberContext createModificationSubscriberContext()
NotificationListContext createNotificationListContext()
NotificationSubscriberContext createNotificationSubscriberContext()
PostExitContext createPostExitContext()
PreExitContext createPreExitContext()
SubscriberExecContext createSubscriberExecContext()
UIDContext createUIDContext()
ContextPackage getContextPackage()