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 |
---|---|
ICallOperationAction |
IUmlModel.createCallOperationAction()
Create a CallOperationAction.
|
Modifier and Type | Method and Description |
---|---|
<T extends ICallOperationAction> |
IOperation.getCallingAction(Class<T> filteredClass)
Get the list of ObCallOperationAction to the CallingAction association.
|
Modifier and Type | Method and Description |
---|---|
ObList<ICallOperationAction> |
IOperation.getCallingAction()
Get the list of ObCallOperationAction to the CallingAction association.
|
Modifier and Type | Method and Description |
---|---|
void |
IOperation.addCallingAction(ICallOperationAction element)
Add a ObCallOperationAction to the 'CallingAction' association.
|
void |
IOperation.removeCallingAction(ICallOperationAction element)
Remove an ObCallOperationAction from the 'CallingAction' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IOperation.cardCallingAction(Class<? extends ICallOperationAction> filteredClass)
Returns the number elements in the CallingAction association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitCallOperationAction(ICallOperationAction theCallOperationAction) |
Object |
DefaultMetamodelVisitor.visitCallOperationAction(ICallOperationAction theCallOperationAction) |
Object |
AbstractMetamodelVisitor.visitCallOperationAction(ICallOperationAction theCallOperationAction) |