|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContextFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
ContextPackage
Field Summary | |
---|---|
static ContextFactory |
eINSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
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. |
Methods inherited from interface org.eclipse.emf.ecore.EFactory |
---|
convertToString, create, createFromString, getEPackage, setEPackage |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final ContextFactory eINSTANCE
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |