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 |
---|---|
IClause |
IUmlModel.createClause()
Create a Clause.
|
Modifier and Type | Method and Description |
---|---|
<T extends IClause> |
IConditionalNode.getOwnedClause(Class<T> filteredClass)
Get the list of ObClause to the OwnedClause association.
|
Modifier and Type | Method and Description |
---|---|
IClause |
IActivityNode.getOwnerClause()
Get the OwnerClause association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IClause> |
IConditionalNode.getOwnedClause()
Get the list of ObClause to the OwnedClause association.
|
Modifier and Type | Method and Description |
---|---|
void |
IConditionalNode.addOwnedClause(IClause element)
Add a ObClause to the 'OwnedClause' association.
|
void |
IConditionalNode.removeOwnedClause(IClause element)
Remove an ObClause from the 'OwnedClause' association.
|
void |
IActivityNode.setOwnerClause(IClause element)
Setter for the 'OwnerClause' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IConditionalNode.cardOwnedClause(Class<? extends IClause> filteredClass)
Returns the number elements in the OwnedClause association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitClause(IClause theClause) |
Object |
DefaultMetamodelVisitor.visitClause(IClause theClause) |
Object |
AbstractMetamodelVisitor.visitClause(IClause theClause) |