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 |
---|---|
ICallBehaviorAction |
IUmlModel.createCallBehaviorAction()
Create a CallBehaviorAction.
|
Modifier and Type | Method and Description |
---|---|
<T extends ICallBehaviorAction> |
IBehavior.getCaller(Class<T> filteredClass)
Get the list of ObCallBehaviorAction to the Caller association.
|
Modifier and Type | Method and Description |
---|---|
ObList<ICallBehaviorAction> |
IBehavior.getCaller()
Get the list of ObCallBehaviorAction to the Caller association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBehavior.addCaller(ICallBehaviorAction element)
Add a ObCallBehaviorAction to the 'Caller' association.
|
void |
IBehavior.removeCaller(ICallBehaviorAction element)
Remove an ObCallBehaviorAction from the 'Caller' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBehavior.cardCaller(Class<? extends ICallBehaviorAction> filteredClass)
Returns the number elements in the Caller association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitCallBehaviorAction(ICallBehaviorAction theCallBehaviorAction) |
Object |
DefaultMetamodelVisitor.visitCallBehaviorAction(ICallBehaviorAction theCallBehaviorAction) |
Object |
AbstractMetamodelVisitor.visitCallBehaviorAction(ICallBehaviorAction theCallBehaviorAction) |