Modifier and Type | Method and Description |
---|---|
IBpmnDataState |
IUmlModel.createBpmnDataState()
Create a BpmnDataState.
|
Modifier and Type | Method and Description |
---|---|
IBpmnDataState |
IBpmnItemAwareElement.getDataState()
Get the DataState association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnItemAwareElement.setDataState(IBpmnDataState element)
Setter for the 'DataState' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnDataState> |
IState.getBpmnDataStateRefs(Class<T> filteredClass)
Get the list of ObBpmnDataState to the BpmnDataStateRefs association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnDataState> |
IState.getBpmnDataStateRefs()
Get the list of ObBpmnDataState to the BpmnDataStateRefs association.
|
Modifier and Type | Method and Description |
---|---|
void |
IState.addBpmnDataStateRefs(IBpmnDataState element)
Add a ObBpmnDataState to the 'BpmnDataStateRefs' association.
|
void |
IState.removeBpmnDataStateRefs(IBpmnDataState element)
Remove an ObBpmnDataState from the 'BpmnDataStateRefs' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IState.cardBpmnDataStateRefs(Class<? extends IBpmnDataState> filteredClass)
Returns the number elements in the BpmnDataStateRefs association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnDataState(IBpmnDataState theBpmnDataState) |
Object |
DefaultMetamodelVisitor.visitBpmnDataState(IBpmnDataState theBpmnDataState) |
Object |
AbstractMetamodelVisitor.visitBpmnDataState(IBpmnDataState theBpmnDataState) |