| Package | Description |
|---|---|
| com.modeliosoft.modelio.api.model | |
| com.modeliosoft.modelio.api.model.uml.behavior.common | |
| com.modeliosoft.modelio.api.utils |
| Modifier and Type | Method and Description |
|---|---|
ISendSignalAction |
IUmlModel.createSendSignalAction()
Create a SendSignalAction.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ISendSignalAction> |
ISignal.getSender(Class<T> filteredClass)
Get the list of ObSendSignalAction to the Sender association.
|
| Modifier and Type | Method and Description |
|---|---|
ObList<ISendSignalAction> |
ISignal.getSender()
Get the list of ObSendSignalAction to the Sender association.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ISignal.addSender(ISendSignalAction element)
Add a ObSendSignalAction to the 'Sender' association.
|
void |
ISignal.removeSender(ISendSignalAction element)
Remove an ObSendSignalAction from the 'Sender' association.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ISignal.cardSender(Class<? extends ISendSignalAction> filteredClass)
Returns the number elements in the Sender association filtered with the given metaclass.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
IMetamodelVisitor.visitSendSignalAction(ISendSignalAction theSendSignalAction) |
Object |
DefaultMetamodelVisitor.visitSendSignalAction(ISendSignalAction theSendSignalAction) |
Object |
AbstractMetamodelVisitor.visitSendSignalAction(ISendSignalAction theSendSignalAction) |