Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.bpmn | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IBpmnArtifact |
IUmlModel.createBpmnArtifact()
Create a BpmnArtifact.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IBpmnAssociation |
interface |
IBpmnGroup |
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnArtifact> |
IBpmnSubProcess.getArtifact(Class<T> filteredClass)
Get the list of ObBpmnArtifact to the Artifact association.
|
<T extends IBpmnArtifact> |
IBpmnProcess.getArtifact(Class<T> filteredClass)
Get the list of ObBpmnArtifact to the Artifact association.
|
<T extends IBpmnArtifact> |
IBpmnCollaboration.getArtifact(Class<T> filteredClass)
Get the list of ObBpmnArtifact to the Artifact association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnArtifact> |
IBpmnSubProcess.getArtifact()
Get the list of ObBpmnArtifact to the Artifact association.
|
ObList<IBpmnArtifact> |
IBpmnProcess.getArtifact()
Get the list of ObBpmnArtifact to the Artifact association.
|
ObList<IBpmnArtifact> |
IBpmnCollaboration.getArtifact()
Get the list of ObBpmnArtifact to the Artifact association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnSubProcess.addArtifact(IBpmnArtifact element)
Add a ObBpmnArtifact to the 'Artifact' association.
|
void |
IBpmnProcess.addArtifact(IBpmnArtifact element)
Add a ObBpmnArtifact to the 'Artifact' association.
|
void |
IBpmnCollaboration.addArtifact(IBpmnArtifact element)
Add a ObBpmnArtifact to the 'Artifact' association.
|
void |
IBpmnSubProcess.removeArtifact(IBpmnArtifact element)
Remove an ObBpmnArtifact from the 'Artifact' association.
|
void |
IBpmnProcess.removeArtifact(IBpmnArtifact element)
Remove an ObBpmnArtifact from the 'Artifact' association.
|
void |
IBpmnCollaboration.removeArtifact(IBpmnArtifact element)
Remove an ObBpmnArtifact from the 'Artifact' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBpmnSubProcess.cardArtifact(Class<? extends IBpmnArtifact> filteredClass)
Returns the number elements in the Artifact association filtered with the given metaclass.
|
int |
IBpmnProcess.cardArtifact(Class<? extends IBpmnArtifact> filteredClass)
Returns the number elements in the Artifact association filtered with the given metaclass.
|
int |
IBpmnCollaboration.cardArtifact(Class<? extends IBpmnArtifact> filteredClass)
Returns the number elements in the Artifact association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnArtifact(IBpmnArtifact theBpmnArtifact) |
Object |
DefaultMetamodelVisitor.visitBpmnArtifact(IBpmnArtifact theBpmnArtifact) |
Object |
AbstractMetamodelVisitor.visitBpmnArtifact(IBpmnArtifact theBpmnArtifact) |