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 |
---|---|
IAcceptSignalAction |
IUmlModel.createAcceptSignalAction()
Create an AcceptSignalAction.
|
Modifier and Type | Method and Description |
---|---|
<T extends IAcceptSignalAction> |
ISignal.getReceiver(Class<T> filteredClass)
Get the list of ObAcceptSignalAction to the Receiver association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IAcceptSignalAction> |
ISignal.getReceiver()
Get the list of ObAcceptSignalAction to the Receiver association.
|
Modifier and Type | Method and Description |
---|---|
void |
ISignal.addReceiver(IAcceptSignalAction element)
Add a ObAcceptSignalAction to the 'Receiver' association.
|
void |
ISignal.removeReceiver(IAcceptSignalAction element)
Remove an ObAcceptSignalAction from the 'Receiver' association.
|
Modifier and Type | Method and Description |
---|---|
int |
ISignal.cardReceiver(Class<? extends IAcceptSignalAction> filteredClass)
Returns the number elements in the Receiver association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitAcceptSignalAction(IAcceptSignalAction theAcceptSignalAction) |
Object |
DefaultMetamodelVisitor.visitAcceptSignalAction(IAcceptSignalAction theAcceptSignalAction) |
Object |
AbstractMetamodelVisitor.visitAcceptSignalAction(IAcceptSignalAction theAcceptSignalAction) |