Package | Description |
---|---|
com.modeliosoft.modelio.api.model.uml.behavior.activity | |
com.modeliosoft.modelio.api.model.uml.statik | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Interface and Description |
---|---|
interface |
IInputPin |
interface |
IOutputPin |
interface |
IValuePin |
Modifier and Type | Method and Description |
---|---|
<T extends IPin> |
IParameter.getMatching(Class<T> filteredClass)
Get the list of ObPin to the Matching association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IPin> |
IParameter.getMatching()
Get the list of ObPin to the Matching association.
|
Modifier and Type | Method and Description |
---|---|
void |
IParameter.addMatching(IPin element)
Add a ObPin to the 'Matching' association.
|
void |
IParameter.removeMatching(IPin element)
Remove an ObPin from the 'Matching' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IParameter.cardMatching(Class<? extends IPin> filteredClass)
Returns the number elements in the Matching association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitPin(IPin thePin) |
Object |
DefaultMetamodelVisitor.visitPin(IPin thePin) |
Object |
AbstractMetamodelVisitor.visitPin(IPin thePin) |