Modifier and Type | Method and Description |
---|---|
IExceptionHandler |
IUmlModel.createExceptionHandler()
Create an ExceptionHandler.
|
Modifier and Type | Method and Description |
---|---|
<T extends IExceptionHandler> |
IInputPin.getHandler(Class<T> filteredClass)
Get the list of ObExceptionHandler to the Handler association.
|
<T extends IExceptionHandler> |
IActivityAction.getHandler(Class<T> filteredClass)
Get the list of ObExceptionHandler to the Handler association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IExceptionHandler> |
IInputPin.getHandler()
Get the list of ObExceptionHandler to the Handler association.
|
ObList<IExceptionHandler> |
IActivityAction.getHandler()
Get the list of ObExceptionHandler to the Handler association.
|
Modifier and Type | Method and Description |
---|---|
void |
IInputPin.addHandler(IExceptionHandler element)
Add a ObExceptionHandler to the 'Handler' association.
|
void |
IActivityAction.addHandler(IExceptionHandler element)
Add a ObExceptionHandler to the 'Handler' association.
|
void |
IInputPin.removeHandler(IExceptionHandler element)
Remove an ObExceptionHandler from the 'Handler' association.
|
void |
IActivityAction.removeHandler(IExceptionHandler element)
Remove an ObExceptionHandler from the 'Handler' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IInputPin.cardHandler(Class<? extends IExceptionHandler> filteredClass)
Returns the number elements in the Handler association filtered with the given metaclass.
|
int |
IActivityAction.cardHandler(Class<? extends IExceptionHandler> filteredClass)
Returns the number elements in the Handler association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
IExceptionHandler |
IGeneralClass.getExceptionInput()
Get the ExceptionInput association.
|
Modifier and Type | Method and Description |
---|---|
void |
IGeneralClass.setExceptionInput(IExceptionHandler element)
Setter for the 'ExceptionInput' [1..1] association.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitExceptionHandler(IExceptionHandler theExceptionHandler) |
Object |
DefaultMetamodelVisitor.visitExceptionHandler(IExceptionHandler theExceptionHandler) |
Object |
AbstractMetamodelVisitor.visitExceptionHandler(IExceptionHandler theExceptionHandler) |