| 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 |
|---|---|
IOutputPin |
IUmlModel.createOutputPin()
Create a OutputPin.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends IOutputPin> |
IActivityAction.getOutput(Class<T> filteredClass)
Get the list of ObOutputPin to the Output association.
|
| Modifier and Type | Method and Description |
|---|---|
ObList<IOutputPin> |
IActivityAction.getOutput()
Get the list of ObOutputPin to the Output association.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IActivityAction.addOutput(IOutputPin element)
Add a ObOutputPin to the 'Output' association.
|
void |
IActivityAction.removeOutput(IOutputPin element)
Remove an ObOutputPin from the 'Output' association.
|
| Modifier and Type | Method and Description |
|---|---|
int |
IActivityAction.cardOutput(Class<? extends IOutputPin> filteredClass)
Returns the number elements in the Output association filtered with the given metaclass.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
IMetamodelVisitor.visitOutputPin(IOutputPin theOutputPin) |
Object |
DefaultMetamodelVisitor.visitOutputPin(IOutputPin theOutputPin) |
Object |
AbstractMetamodelVisitor.visitOutputPin(IOutputPin theOutputPin) |