Modifier and Type | Method and Description |
---|---|
IBpmnMessage |
IUmlModel.createBpmnMessage()
Create a BpmnMessage.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnMessage> |
IBpmnItemDefinition.getTypedMessage(Class<T> filteredClass)
Get the list of ObBpmnMessage to the TypedMessage association.
|
Modifier and Type | Method and Description |
---|---|
IBpmnMessage |
IBpmnOperation.getInMessageRef()
Get the InMessageRef association.
|
IBpmnMessage |
IBpmnSendTask.getMessageRef()
Get the MessageRef association.
|
IBpmnMessage |
IBpmnReceiveTask.getMessageRef()
Get the MessageRef association.
|
IBpmnMessage |
IBpmnMessageFlow.getMessageRef()
Get the MessageRef association.
|
IBpmnMessage |
IBpmnMessageEventDefinition.getMessageRef()
Get the MessageRef association.
|
IBpmnMessage |
IBpmnOperation.getOutMessageRef()
Get the OutMessageRef association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnMessage> |
IBpmnItemDefinition.getTypedMessage()
Get the list of ObBpmnMessage to the TypedMessage association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnItemDefinition.addTypedMessage(IBpmnMessage element)
Add a ObBpmnMessage to the 'TypedMessage' association.
|
void |
IBpmnItemDefinition.removeTypedMessage(IBpmnMessage element)
Remove an ObBpmnMessage from the 'TypedMessage' association.
|
void |
IBpmnOperation.setInMessageRef(IBpmnMessage element)
Setter for the 'InMessageRef' [1..1] association.
|
void |
IBpmnSendTask.setMessageRef(IBpmnMessage element)
Setter for the 'MessageRef' [0..1] association.
|
void |
IBpmnReceiveTask.setMessageRef(IBpmnMessage element)
Setter for the 'MessageRef' [0..1] association.
|
void |
IBpmnMessageFlow.setMessageRef(IBpmnMessage element)
Setter for the 'MessageRef' [0..1] association.
|
void |
IBpmnMessageEventDefinition.setMessageRef(IBpmnMessage element)
Setter for the 'MessageRef' [0..1] association.
|
void |
IBpmnOperation.setOutMessageRef(IBpmnMessage element)
Setter for the 'OutMessageRef' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBpmnItemDefinition.cardTypedMessage(Class<? extends IBpmnMessage> filteredClass)
Returns the number elements in the TypedMessage association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnMessage> |
IState.getRequiredStateOfBpmnMessage(Class<T> filteredClass)
Get the list of ObBpmnMessage to the RequiredStateOfBpmnMessage association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnMessage> |
IState.getRequiredStateOfBpmnMessage()
Get the list of ObBpmnMessage to the RequiredStateOfBpmnMessage association.
|
Modifier and Type | Method and Description |
---|---|
void |
IState.addRequiredStateOfBpmnMessage(IBpmnMessage element)
Add a ObBpmnMessage to the 'RequiredStateOfBpmnMessage' association.
|
void |
IState.removeRequiredStateOfBpmnMessage(IBpmnMessage element)
Remove an ObBpmnMessage from the 'RequiredStateOfBpmnMessage' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IState.cardRequiredStateOfBpmnMessage(Class<? extends IBpmnMessage> filteredClass)
Returns the number elements in the RequiredStateOfBpmnMessage association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnMessage> |
IGeneralClass.getBpmnMessageRefs(Class<T> filteredClass)
Get the list of ObBpmnMessage to the BpmnMessageRefs association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnMessage> |
IGeneralClass.getBpmnMessageRefs()
Get the list of ObBpmnMessage to the BpmnMessageRefs association.
|
Modifier and Type | Method and Description |
---|---|
void |
IGeneralClass.addBpmnMessageRefs(IBpmnMessage element)
Add a ObBpmnMessage to the 'BpmnMessageRefs' association.
|
void |
IGeneralClass.removeBpmnMessageRefs(IBpmnMessage element)
Remove an ObBpmnMessage from the 'BpmnMessageRefs' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IGeneralClass.cardBpmnMessageRefs(Class<? extends IBpmnMessage> filteredClass)
Returns the number elements in the BpmnMessageRefs association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnMessage(IBpmnMessage theBpmnMessage) |
Object |
DefaultMetamodelVisitor.visitBpmnMessage(IBpmnMessage theBpmnMessage) |
Object |
AbstractMetamodelVisitor.visitBpmnMessage(IBpmnMessage theBpmnMessage) |