Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.bpmn | |
com.modeliosoft.modelio.api.model.uml.statik | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IBpmnItemDefinition |
IUmlModel.createBpmnItemDefinition()
Create a BpmnItemDefinition.
|
Modifier and Type | Method and Description |
---|---|
IBpmnItemDefinition |
IBpmnMessage.getItemRef()
Get the ItemRef association.
|
IBpmnItemDefinition |
IBpmnItemAwareElement.getItemSubjectRef()
Get the ItemSubjectRef association.
|
IBpmnItemDefinition |
IBpmnResourceParameter.getType()
Get the Type association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnMessage.setItemRef(IBpmnItemDefinition element)
Setter for the 'ItemRef' [0..1] association.
|
void |
IBpmnItemAwareElement.setItemSubjectRef(IBpmnItemDefinition element)
Setter for the 'ItemSubjectRef' [0..1] association.
|
void |
IBpmnResourceParameter.setType(IBpmnItemDefinition element)
Setter for the 'Type' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnItemDefinition> |
IGeneralClass.getBpmnItemDefinitionRefs(Class<T> filteredClass)
Get the list of ObBpmnItemDefinition to the BpmnItemDefinitionRefs association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnItemDefinition> |
IGeneralClass.getBpmnItemDefinitionRefs()
Get the list of ObBpmnItemDefinition to the BpmnItemDefinitionRefs association.
|
Modifier and Type | Method and Description |
---|---|
void |
IGeneralClass.addBpmnItemDefinitionRefs(IBpmnItemDefinition element)
Add a ObBpmnItemDefinition to the 'BpmnItemDefinitionRefs' association.
|
void |
IGeneralClass.removeBpmnItemDefinitionRefs(IBpmnItemDefinition element)
Remove an ObBpmnItemDefinition from the 'BpmnItemDefinitionRefs' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IGeneralClass.cardBpmnItemDefinitionRefs(Class<? extends IBpmnItemDefinition> filteredClass)
Returns the number elements in the BpmnItemDefinitionRefs association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnItemDefinition(IBpmnItemDefinition theBpmnItemDefinition) |
Object |
DefaultMetamodelVisitor.visitBpmnItemDefinition(IBpmnItemDefinition theBpmnItemDefinition) |
Object |
AbstractMetamodelVisitor.visitBpmnItemDefinition(IBpmnItemDefinition theBpmnItemDefinition) |