Modifier and Type | Method and Description |
---|---|
<T extends ICommunicationMessage> |
ISignal.getCommunicationUsage(Class<T> filteredClass)
Get the list of ObCommunicationMessage to the CommunicationUsage association.
|
Modifier and Type | Method and Description |
---|---|
ObList<ICommunicationMessage> |
ISignal.getCommunicationUsage()
Get the list of ObCommunicationMessage to the CommunicationUsage association.
|
Modifier and Type | Method and Description |
---|---|
void |
ISignal.addCommunicationUsage(ICommunicationMessage element)
Add a ObCommunicationMessage to the 'CommunicationUsage' association.
|
void |
ISignal.removeCommunicationUsage(ICommunicationMessage element)
Remove an ObCommunicationMessage from the 'CommunicationUsage' association.
|
Modifier and Type | Method and Description |
---|---|
int |
ISignal.cardCommunicationUsage(Class<? extends ICommunicationMessage> filteredClass)
Returns the number elements in the CommunicationUsage association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends ICommunicationMessage> |
ICommunicationChannel.getInvertedMessage(Class<T> filteredClass)
Get the list of ObCommunicationMessage to the InvertedMessage association.
|
<T extends ICommunicationMessage> |
ICommunicationChannel.getSentMessage(Class<T> filteredClass)
Get the list of ObCommunicationMessage to the SentMessage association.
|
Modifier and Type | Method and Description |
---|---|
ObList<ICommunicationMessage> |
ICommunicationChannel.getInvertedMessage()
Get the list of ObCommunicationMessage to the InvertedMessage association.
|
ObList<ICommunicationMessage> |
ICommunicationChannel.getSentMessage()
Get the list of ObCommunicationMessage to the SentMessage association.
|
Modifier and Type | Method and Description |
---|---|
void |
ICommunicationChannel.addInvertedMessage(ICommunicationMessage element)
Add a ObCommunicationMessage to the 'InvertedMessage' association.
|
void |
ICommunicationChannel.addSentMessage(ICommunicationMessage element)
Add a ObCommunicationMessage to the 'SentMessage' association.
|
void |
ICommunicationChannel.removeInvertedMessage(ICommunicationMessage element)
Remove an ObCommunicationMessage from the 'InvertedMessage' association.
|
void |
ICommunicationChannel.removeSentMessage(ICommunicationMessage element)
Remove an ObCommunicationMessage from the 'SentMessage' association.
|
Modifier and Type | Method and Description |
---|---|
int |
ICommunicationChannel.cardInvertedMessage(Class<? extends ICommunicationMessage> filteredClass)
Returns the number elements in the InvertedMessage association filtered with the given metaclass.
|
int |
ICommunicationChannel.cardSentMessage(Class<? extends ICommunicationMessage> filteredClass)
Returns the number elements in the SentMessage association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends ICommunicationMessage> |
IInformationFlow.getRealizingCommunicationMessage(Class<T> filteredClass)
Get the list of ObCommunicationMessage to the RealizingCommunicationMessage association.
|
Modifier and Type | Method and Description |
---|---|
ObList<ICommunicationMessage> |
IInformationFlow.getRealizingCommunicationMessage()
Get the list of ObCommunicationMessage to the RealizingCommunicationMessage association.
|
Modifier and Type | Method and Description |
---|---|
void |
IInformationFlow.addRealizingCommunicationMessage(ICommunicationMessage element)
Add a ObCommunicationMessage to the 'RealizingCommunicationMessage' association.
|
void |
IInformationFlow.removeRealizingCommunicationMessage(ICommunicationMessage element)
Remove an ObCommunicationMessage from the 'RealizingCommunicationMessage' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IInformationFlow.cardRealizingCommunicationMessage(Class<? extends ICommunicationMessage> filteredClass)
Returns the number elements in the RealizingCommunicationMessage association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends ICommunicationMessage> |
IOperation.getCommunicationUsage(Class<T> filteredClass)
Get the list of ObCommunicationMessage to the CommunicationUsage association.
|
Modifier and Type | Method and Description |
---|---|
ObList<ICommunicationMessage> |
IOperation.getCommunicationUsage()
Get the list of ObCommunicationMessage to the CommunicationUsage association.
|
Modifier and Type | Method and Description |
---|---|
void |
IOperation.addCommunicationUsage(ICommunicationMessage element)
Add a ObCommunicationMessage to the 'CommunicationUsage' association.
|
void |
IOperation.removeCommunicationUsage(ICommunicationMessage element)
Remove an ObCommunicationMessage from the 'CommunicationUsage' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IOperation.cardCommunicationUsage(Class<? extends ICommunicationMessage> filteredClass)
Returns the number elements in the CommunicationUsage association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitCommunicationMessage(ICommunicationMessage theCommunicationMessage) |
Object |
DefaultMetamodelVisitor.visitCommunicationMessage(ICommunicationMessage theCommunicationMessage) |
Object |
AbstractMetamodelVisitor.visitCommunicationMessage(ICommunicationMessage theCommunicationMessage) |