Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.uml.behavior.state | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IRegion |
IUmlModel.createRegion()
Create a Region.
|
Modifier and Type | Method and Description |
---|---|
<T extends IRegion> |
IState.getOwnedRegion(Class<T> filteredClass)
Get the list of ObRegion to the OwnedRegion association.
|
Modifier and Type | Method and Description |
---|---|
IRegion |
IStateVertex.getParent()
Get the Parent association.
|
IRegion |
IStateMachine.getTop()
Get the Top association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IRegion> |
IState.getOwnedRegion()
Get the list of ObRegion to the OwnedRegion association.
|
Modifier and Type | Method and Description |
---|---|
void |
IState.addOwnedRegion(IRegion element)
Add a ObRegion to the 'OwnedRegion' association.
|
void |
IState.removeOwnedRegion(IRegion element)
Remove an ObRegion from the 'OwnedRegion' association.
|
void |
IStateVertex.setParent(IRegion element)
Setter for the 'Parent' [0..1] association.
|
void |
IStateMachine.setTop(IRegion element)
Setter for the 'Top' [1..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IState.cardOwnedRegion(Class<? extends IRegion> filteredClass)
Returns the number elements in the OwnedRegion association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitRegion(IRegion theRegion) |
Object |
DefaultMetamodelVisitor.visitRegion(IRegion theRegion) |
Object |
AbstractMetamodelVisitor.visitRegion(IRegion theRegion) |