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 |
---|---|
IInputPin |
IUmlModel.createInputPin()
Create a InputPin.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IValuePin |
Modifier and Type | Method and Description |
---|---|
<T extends IInputPin> |
IActivityAction.getInput(Class<T> filteredClass)
Get the list of ObInputPin to the Input association.
|
Modifier and Type | Method and Description |
---|---|
IInputPin |
IExceptionHandler.getExceptionInput()
Get the ExceptionInput association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IInputPin> |
IActivityAction.getInput()
Get the list of ObInputPin to the Input association.
|
Modifier and Type | Method and Description |
---|---|
void |
IActivityAction.addInput(IInputPin element)
Add a ObInputPin to the 'Input' association.
|
void |
IActivityAction.removeInput(IInputPin element)
Remove an ObInputPin from the 'Input' association.
|
void |
IExceptionHandler.setExceptionInput(IInputPin element)
Setter for the 'ExceptionInput' [1..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IActivityAction.cardInput(Class<? extends IInputPin> filteredClass)
Returns the number elements in the Input association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitInputPin(IInputPin theInputPin) |
Object |
DefaultMetamodelVisitor.visitInputPin(IInputPin theInputPin) |
Object |
AbstractMetamodelVisitor.visitInputPin(IInputPin theInputPin) |