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 |
---|---|
IBpmnDataOutput |
IUmlModel.createBpmnDataOutput()
Create a BpmnDataOutput.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnDataOutput> |
IBpmnActivity.getOutputSpecification(Class<T> filteredClass)
Get the list of ObBpmnDataOutput to the OutputSpecification association.
|
Modifier and Type | Method and Description |
---|---|
IBpmnDataOutput |
IBpmnCatchEvent.getDataOutput()
Get the DataOutput association.
|
IBpmnDataOutput |
IBpmnMultiInstanceLoopCharacteristics.getLoopDataOutputRef()
Get the LoopDataOutputRef association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnDataOutput> |
IBpmnActivity.getOutputSpecification()
Get the list of ObBpmnDataOutput to the OutputSpecification association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnActivity.addOutputSpecification(IBpmnDataOutput element)
Add a ObBpmnDataOutput to the 'OutputSpecification' association.
|
void |
IBpmnActivity.removeOutputSpecification(IBpmnDataOutput element)
Remove an ObBpmnDataOutput from the 'OutputSpecification' association.
|
void |
IBpmnCatchEvent.setDataOutput(IBpmnDataOutput element)
Setter for the 'DataOutput' [0..1] association.
|
void |
IBpmnMultiInstanceLoopCharacteristics.setLoopDataOutputRef(IBpmnDataOutput element)
Setter for the 'LoopDataOutputRef' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBpmnActivity.cardOutputSpecification(Class<? extends IBpmnDataOutput> filteredClass)
Returns the number elements in the OutputSpecification association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnDataOutput> |
IParameter.getBpmnRepresentingDataOutput(Class<T> filteredClass)
Get the list of ObBpmnDataOutput to the BpmnRepresentingDataOutput association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnDataOutput> |
IParameter.getBpmnRepresentingDataOutput()
Get the list of ObBpmnDataOutput to the BpmnRepresentingDataOutput association.
|
Modifier and Type | Method and Description |
---|---|
void |
IParameter.addBpmnRepresentingDataOutput(IBpmnDataOutput element)
Add a ObBpmnDataOutput to the 'BpmnRepresentingDataOutput' association.
|
void |
IParameter.removeBpmnRepresentingDataOutput(IBpmnDataOutput element)
Remove an ObBpmnDataOutput from the 'BpmnRepresentingDataOutput' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IParameter.cardBpmnRepresentingDataOutput(Class<? extends IBpmnDataOutput> filteredClass)
Returns the number elements in the BpmnRepresentingDataOutput association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnDataOutput(IBpmnDataOutput theBpmnDataOutput) |
Object |
DefaultMetamodelVisitor.visitBpmnDataOutput(IBpmnDataOutput theBpmnDataOutput) |
Object |
AbstractMetamodelVisitor.visitBpmnDataOutput(IBpmnDataOutput theBpmnDataOutput) |