public interface CommunicationFactory
extends org.eclipse.emf.ecore.EFactory
CommunicationPackage| Modifier and Type | Field and Description |
|---|---|
static CommunicationFactory |
eINSTANCE
The singleton instance of the factory.
|
| Modifier and Type | Method and Description |
|---|---|
CommunicationLink |
createCommunicationLink()
Returns a new object of class 'Link'.
|
Exception |
createException()
Returns a new object of class 'Exception'.
|
Exception |
createException(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
Message |
createMessage()
Returns a new object of class 'Message'.
|
Message |
createMessage(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
MessageReference |
createMessageReference()
Returns a new object of class 'Message Reference'.
|
Signal |
createSignal()
Returns a new object of class 'Signal'.
|
Signal |
createSignal(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
SignalInstance |
createSignalInstance()
Returns a new object of class 'Signal Instance'.
|
SignalInstance |
createSignalInstance(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
CommunicationPackage |
getCommunicationPackage()
Returns the package supported by this factory.
|
convertToString, create, createFromString, getEPackage, setEPackagegetEAnnotation, getEAnnotationsstatic final CommunicationFactory eINSTANCE
Exception createException()
Message createMessage()
MessageReference createMessageReference()
Signal createSignal()
SignalInstance createSignalInstance()
CommunicationLink createCommunicationLink()
CommunicationPackage getCommunicationPackage()
Exception createException(java.lang.String name_p)
name_p - : default name of created elementMessage createMessage(java.lang.String name_p)
name_p - : default name of created elementSignal createSignal(java.lang.String name_p)
name_p - : default name of created elementSignalInstance createSignalInstance(java.lang.String name_p)
name_p - : default name of created element