| Package | Description |
|---|---|
| com.modeliosoft.modelio.api.model.uml.behavior.activity | |
| com.modeliosoft.modelio.api.utils |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IActivityPartition |
interface |
IInterruptibleActivityRegion |
| Modifier and Type | Method and Description |
|---|---|
<T extends IActivityGroup> |
IActivity.getOwnedGroup(Class<T> filteredClass)
Get the list of ObActivityGroup to the OwnedGroup association.
|
| Modifier and Type | Method and Description |
|---|---|
ObList<IActivityGroup> |
IActivity.getOwnedGroup()
Get the list of ObActivityGroup to the OwnedGroup association.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IActivity.addOwnedGroup(IActivityGroup element)
Add a ObActivityGroup to the 'OwnedGroup' association.
|
void |
IActivity.removeOwnedGroup(IActivityGroup element)
Remove an ObActivityGroup from the 'OwnedGroup' association.
|
| Modifier and Type | Method and Description |
|---|---|
int |
IActivity.cardOwnedGroup(Class<? extends IActivityGroup> filteredClass)
Returns the number elements in the OwnedGroup association filtered with the given metaclass.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
IMetamodelVisitor.visitActivityGroup(IActivityGroup theActivityGroup) |
Object |
DefaultMetamodelVisitor.visitActivityGroup(IActivityGroup theActivityGroup) |
Object |
AbstractMetamodelVisitor.visitActivityGroup(IActivityGroup theActivityGroup) |