Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.uml.behavior.activity | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IActivity |
IUmlModel.createActivity()
Create an Activity.
|
Modifier and Type | Method and Description |
---|---|
IActivity |
IActivityGroup.getInActivity()
Get the InActivity association.
|
IActivity |
IActivityNode.getOwner()
Get the Owner association.
|
Modifier and Type | Method and Description |
---|---|
void |
IActivityGroup.setInActivity(IActivity element)
Setter for the 'InActivity' [0..1] association.
|
void |
IActivityNode.setOwner(IActivity element)
Setter for the 'Owner' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitActivity(IActivity theActivity) |
Object |
DefaultMetamodelVisitor.visitActivity(IActivity theActivity) |
Object |
AbstractMetamodelVisitor.visitActivity(IActivity theActivity) |