Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.bpmn | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IBpmnMessageFlow |
IUmlModel.createBpmnMessageFlow()
Create a BpmnMessageFlow.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnMessageFlow> |
IBpmnBaseElement.getIncomingFlow(Class<T> filteredClass)
Get the list of ObBpmnMessageFlow to the IncomingFlow association.
|
<T extends IBpmnMessageFlow> |
IBpmnMessage.getMessageFlow(Class<T> filteredClass)
Get the list of ObBpmnMessageFlow to the MessageFlow association.
|
<T extends IBpmnMessageFlow> |
IBpmnCollaboration.getMessageFlow(Class<T> filteredClass)
Get the list of ObBpmnMessageFlow to the MessageFlow association.
|
<T extends IBpmnMessageFlow> |
IBpmnBaseElement.getOutgoingFlow(Class<T> filteredClass)
Get the list of ObBpmnMessageFlow to the OutgoingFlow association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnMessageFlow> |
IBpmnBaseElement.getIncomingFlow()
Get the list of ObBpmnMessageFlow to the IncomingFlow association.
|
ObList<IBpmnMessageFlow> |
IBpmnMessage.getMessageFlow()
Get the list of ObBpmnMessageFlow to the MessageFlow association.
|
ObList<IBpmnMessageFlow> |
IBpmnCollaboration.getMessageFlow()
Get the list of ObBpmnMessageFlow to the MessageFlow association.
|
ObList<IBpmnMessageFlow> |
IBpmnBaseElement.getOutgoingFlow()
Get the list of ObBpmnMessageFlow to the OutgoingFlow association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnBaseElement.addIncomingFlow(IBpmnMessageFlow element)
Add a ObBpmnMessageFlow to the 'IncomingFlow' association.
|
void |
IBpmnMessage.addMessageFlow(IBpmnMessageFlow element)
Add a ObBpmnMessageFlow to the 'MessageFlow' association.
|
void |
IBpmnCollaboration.addMessageFlow(IBpmnMessageFlow element)
Add a ObBpmnMessageFlow to the 'MessageFlow' association.
|
void |
IBpmnBaseElement.addOutgoingFlow(IBpmnMessageFlow element)
Add a ObBpmnMessageFlow to the 'OutgoingFlow' association.
|
void |
IBpmnBaseElement.removeIncomingFlow(IBpmnMessageFlow element)
Remove an ObBpmnMessageFlow from the 'IncomingFlow' association.
|
void |
IBpmnMessage.removeMessageFlow(IBpmnMessageFlow element)
Remove an ObBpmnMessageFlow from the 'MessageFlow' association.
|
void |
IBpmnCollaboration.removeMessageFlow(IBpmnMessageFlow element)
Remove an ObBpmnMessageFlow from the 'MessageFlow' association.
|
void |
IBpmnBaseElement.removeOutgoingFlow(IBpmnMessageFlow element)
Remove an ObBpmnMessageFlow from the 'OutgoingFlow' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBpmnBaseElement.cardIncomingFlow(Class<? extends IBpmnMessageFlow> filteredClass)
Returns the number elements in the IncomingFlow association filtered with the given metaclass.
|
int |
IBpmnMessage.cardMessageFlow(Class<? extends IBpmnMessageFlow> filteredClass)
Returns the number elements in the MessageFlow association filtered with the given metaclass.
|
int |
IBpmnCollaboration.cardMessageFlow(Class<? extends IBpmnMessageFlow> filteredClass)
Returns the number elements in the MessageFlow association filtered with the given metaclass.
|
int |
IBpmnBaseElement.cardOutgoingFlow(Class<? extends IBpmnMessageFlow> filteredClass)
Returns the number elements in the OutgoingFlow association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnMessageFlow(IBpmnMessageFlow theBpmnMessageFlow) |
Object |
DefaultMetamodelVisitor.visitBpmnMessageFlow(IBpmnMessageFlow theBpmnMessageFlow) |
Object |
AbstractMetamodelVisitor.visitBpmnMessageFlow(IBpmnMessageFlow theBpmnMessageFlow) |