Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.uml.behavior.activity | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IMessageFlow |
IUmlModel.createMessageFlow()
Create a MessageFlow.
|
Modifier and Type | Method and Description |
---|---|
<T extends IMessageFlow> |
IActivityPartition.getIncoming(Class<T> filteredClass)
Get the list of ObMessageFlow to the Incoming association.
|
<T extends IMessageFlow> |
IActivityPartition.getOutgoing(Class<T> filteredClass)
Get the list of ObMessageFlow to the Outgoing association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IMessageFlow> |
IActivityPartition.getIncoming()
Get the list of ObMessageFlow to the Incoming association.
|
ObList<IMessageFlow> |
IActivityPartition.getOutgoing()
Get the list of ObMessageFlow to the Outgoing association.
|
Modifier and Type | Method and Description |
---|---|
void |
IActivityPartition.addIncoming(IMessageFlow element)
Add a ObMessageFlow to the 'Incoming' association.
|
void |
IActivityPartition.addOutgoing(IMessageFlow element)
Add a ObMessageFlow to the 'Outgoing' association.
|
void |
IActivityPartition.removeIncoming(IMessageFlow element)
Remove an ObMessageFlow from the 'Incoming' association.
|
void |
IActivityPartition.removeOutgoing(IMessageFlow element)
Remove an ObMessageFlow from the 'Outgoing' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IActivityPartition.cardIncoming(Class<? extends IMessageFlow> filteredClass)
Returns the number elements in the Incoming association filtered with the given metaclass.
|
int |
IActivityPartition.cardOutgoing(Class<? extends IMessageFlow> filteredClass)
Returns the number elements in the Outgoing association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitMessageFlow(IMessageFlow theMessageFlow) |
Object |
DefaultMetamodelVisitor.visitMessageFlow(IMessageFlow theMessageFlow) |
Object |
AbstractMetamodelVisitor.visitMessageFlow(IMessageFlow theMessageFlow) |