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 |
---|---|
IBpmnDataInput |
IUmlModel.createBpmnDataInput()
Create a BpmnDataInput.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnDataInput> |
IBpmnActivity.getInputSpecification(Class<T> filteredClass)
Get the list of ObBpmnDataInput to the InputSpecification association.
|
Modifier and Type | Method and Description |
---|---|
IBpmnDataInput |
IBpmnThrowEvent.getDataInput()
Get the DataInput association.
|
IBpmnDataInput |
IBpmnMultiInstanceLoopCharacteristics.getLoopDataInput()
Get the LoopDataInput association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnDataInput> |
IBpmnActivity.getInputSpecification()
Get the list of ObBpmnDataInput to the InputSpecification association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnActivity.addInputSpecification(IBpmnDataInput element)
Add a ObBpmnDataInput to the 'InputSpecification' association.
|
void |
IBpmnActivity.removeInputSpecification(IBpmnDataInput element)
Remove an ObBpmnDataInput from the 'InputSpecification' association.
|
void |
IBpmnThrowEvent.setDataInput(IBpmnDataInput element)
Setter for the 'DataInput' [0..1] association.
|
void |
IBpmnMultiInstanceLoopCharacteristics.setLoopDataInput(IBpmnDataInput element)
Setter for the 'LoopDataInput' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBpmnActivity.cardInputSpecification(Class<? extends IBpmnDataInput> filteredClass)
Returns the number elements in the InputSpecification association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnDataInput> |
IParameter.getBpmnRepresentingDataInput(Class<T> filteredClass)
Get the list of ObBpmnDataInput to the BpmnRepresentingDataInput association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnDataInput> |
IParameter.getBpmnRepresentingDataInput()
Get the list of ObBpmnDataInput to the BpmnRepresentingDataInput association.
|
Modifier and Type | Method and Description |
---|---|
void |
IParameter.addBpmnRepresentingDataInput(IBpmnDataInput element)
Add a ObBpmnDataInput to the 'BpmnRepresentingDataInput' association.
|
void |
IParameter.removeBpmnRepresentingDataInput(IBpmnDataInput element)
Remove an ObBpmnDataInput from the 'BpmnRepresentingDataInput' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IParameter.cardBpmnRepresentingDataInput(Class<? extends IBpmnDataInput> filteredClass)
Returns the number elements in the BpmnRepresentingDataInput association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnDataInput(IBpmnDataInput theBpmnDataInput) |
Object |
DefaultMetamodelVisitor.visitBpmnDataInput(IBpmnDataInput theBpmnDataInput) |
Object |
AbstractMetamodelVisitor.visitBpmnDataInput(IBpmnDataInput theBpmnDataInput) |