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 |
---|---|
IBpmnInterface |
IUmlModel.createBpmnInterface()
Create a BpmnInterface.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnInterface> |
IBpmnParticipant.getInterfaceRefs(Class<T> filteredClass)
Get the list of ObBpmnInterface to the InterfaceRefs association.
|
Modifier and Type | Method and Description |
---|---|
IBpmnInterface |
IBpmnOperation.getBpmnInterfaceRef()
Get the BpmnInterfaceRef association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnInterface> |
IBpmnParticipant.getInterfaceRefs()
Get the list of ObBpmnInterface to the InterfaceRefs association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnParticipant.addInterfaceRefs(IBpmnInterface element)
Add a ObBpmnInterface to the 'InterfaceRefs' association.
|
void |
IBpmnParticipant.removeInterfaceRefs(IBpmnInterface element)
Remove an ObBpmnInterface from the 'InterfaceRefs' association.
|
void |
IBpmnOperation.setBpmnInterfaceRef(IBpmnInterface element)
Setter for the 'BpmnInterfaceRef' [1..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBpmnParticipant.cardInterfaceRefs(Class<? extends IBpmnInterface> filteredClass)
Returns the number elements in the InterfaceRefs association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnInterface> |
IGeneralClass.getBpmnInterfaceRefs(Class<T> filteredClass)
Get the list of ObBpmnInterface to the BpmnInterfaceRefs association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnInterface> |
IGeneralClass.getBpmnInterfaceRefs()
Get the list of ObBpmnInterface to the BpmnInterfaceRefs association.
|
Modifier and Type | Method and Description |
---|---|
void |
IGeneralClass.addBpmnInterfaceRefs(IBpmnInterface element)
Add a ObBpmnInterface to the 'BpmnInterfaceRefs' association.
|
void |
IGeneralClass.removeBpmnInterfaceRefs(IBpmnInterface element)
Remove an ObBpmnInterface from the 'BpmnInterfaceRefs' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IGeneralClass.cardBpmnInterfaceRefs(Class<? extends IBpmnInterface> filteredClass)
Returns the number elements in the BpmnInterfaceRefs association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnInterface(IBpmnInterface theBpmnInterface) |
Object |
DefaultMetamodelVisitor.visitBpmnInterface(IBpmnInterface theBpmnInterface) |
Object |
AbstractMetamodelVisitor.visitBpmnInterface(IBpmnInterface theBpmnInterface) |