| Package | Description |
|---|---|
| com.modeliosoft.modelio.api.model | |
| com.modeliosoft.modelio.api.model.uml.statik | |
| com.modeliosoft.modelio.api.utils |
| Modifier and Type | Method and Description |
|---|---|
IAcceptCallEventAction |
IUmlModel.createAcceptCallEventAction()
Create an AcceptCallEventAction.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends IAcceptCallEventAction> |
IOperation.getEntryPointAction(Class<T> filteredClass)
Get the list of ObAcceptCallEventAction to the EntryPointAction association.
|
| Modifier and Type | Method and Description |
|---|---|
ObList<IAcceptCallEventAction> |
IOperation.getEntryPointAction()
Get the list of ObAcceptCallEventAction to the EntryPointAction association.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IOperation.addEntryPointAction(IAcceptCallEventAction element)
Add a ObAcceptCallEventAction to the 'EntryPointAction' association.
|
void |
IOperation.removeEntryPointAction(IAcceptCallEventAction element)
Remove an ObAcceptCallEventAction from the 'EntryPointAction' association.
|
| Modifier and Type | Method and Description |
|---|---|
int |
IOperation.cardEntryPointAction(Class<? extends IAcceptCallEventAction> filteredClass)
Returns the number elements in the EntryPointAction association filtered with the given metaclass.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
IMetamodelVisitor.visitAcceptCallEventAction(IAcceptCallEventAction theAcceptCallEventAction) |
Object |
DefaultMetamodelVisitor.visitAcceptCallEventAction(IAcceptCallEventAction theAcceptCallEventAction) |
Object |
AbstractMetamodelVisitor.visitAcceptCallEventAction(IAcceptCallEventAction theAcceptCallEventAction) |