Modifier and Type | Method and Description |
---|---|
IMessage |
IUmlModel.createMessage()
Create a Message.
|
IMessage |
IUmlModel.createMessage(ObMessageSortEnum sort)
Create a Message.
|
IMessage |
IUmlModel.createMessage(ObMessageSortEnum sort,
IOperation invoked)
Create a Message.
|
IMessage |
IUmlModel.createMessage(String name,
ObMessageSortEnum sort)
Create a Message.
|
Modifier and Type | Method and Description |
---|---|
<T extends IMessage> |
ISignal.getUsage(Class<T> filteredClass)
Get the list of ObMessage to the Usage association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IMessage> |
ISignal.getUsage()
Get the list of ObMessage to the Usage association.
|
Modifier and Type | Method and Description |
---|---|
void |
ISignal.addUsage(IMessage element)
Add a ObMessage to the 'Usage' association.
|
void |
ISignal.removeUsage(IMessage element)
Remove an ObMessage from the 'Usage' association.
|
Modifier and Type | Method and Description |
---|---|
int |
ISignal.cardUsage(Class<? extends IMessage> filteredClass)
Returns the number elements in the Usage association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
IMessage |
IMessageEnd.getReceivedMessage()
Get the ReceivedMessage association.
|
IMessage |
IMessageEnd.getSentMessage()
Get the SentMessage association.
|
Modifier and Type | Method and Description |
---|---|
IMessageEnd |
IInteractionOperand.insert(IMessage message,
ILifeline startLifeline,
ILifeline endLifeline,
IInteractionFragment ref,
ObRelativeTimeEnum when) |
IMessageEnd |
IInteraction.insert(IMessage message,
ILifeline startLifeline,
ILifeline endLifeline,
IInteractionFragment ref,
ObRelativeTimeEnum when) |
IMessageEnd |
IInteractionOperand.insert(IMessage message,
IMessageEnd... path) |
IMessageEnd |
IInteraction.insert(IMessage message,
IMessageEnd... path) |
void |
IMessageEnd.setReceivedMessage(IMessage element)
Setter for the 'ReceivedMessage' [0..1] association.
|
void |
IMessageEnd.setSentMessage(IMessage element)
Setter for the 'SentMessage' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
<T extends IMessage> |
IInformationFlow.getRealizingMessage(Class<T> filteredClass)
Get the list of ObMessage to the RealizingMessage association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IMessage> |
IInformationFlow.getRealizingMessage()
Get the list of ObMessage to the RealizingMessage association.
|
Modifier and Type | Method and Description |
---|---|
void |
IInformationFlow.addRealizingMessage(IMessage element)
Add a ObMessage to the 'RealizingMessage' association.
|
void |
IInformationFlow.removeRealizingMessage(IMessage element)
Remove an ObMessage from the 'RealizingMessage' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IInformationFlow.cardRealizingMessage(Class<? extends IMessage> filteredClass)
Returns the number elements in the RealizingMessage association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends IMessage> |
IOperation.getUsage(Class<T> filteredClass)
Get the list of ObMessage to the Usage association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IMessage> |
IOperation.getUsage()
Get the list of ObMessage to the Usage association.
|
Modifier and Type | Method and Description |
---|---|
void |
IOperation.addUsage(IMessage element)
Add a ObMessage to the 'Usage' association.
|
void |
IOperation.removeUsage(IMessage element)
Remove an ObMessage from the 'Usage' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IOperation.cardUsage(Class<? extends IMessage> filteredClass)
Returns the number elements in the Usage association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitMessage(IMessage theMessage) |
Object |
DefaultMetamodelVisitor.visitMessage(IMessage theMessage) |
Object |
AbstractMetamodelVisitor.visitMessage(IMessage theMessage) |