Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.uml.statik | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IRaisedException |
IUmlModel.createRaisedException()
Create a RaisedException.
|
Modifier and Type | Method and Description |
---|---|
<T extends IRaisedException> |
IClassifier.getThrowing(Class<T> filteredClass)
Get the list of ObRaisedException to the Throwing association.
|
<T extends IRaisedException> |
IOperation.getThrown(Class<T> filteredClass)
Get the list of ObRaisedException to the Thrown association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IRaisedException> |
IClassifier.getThrowing()
Get the list of ObRaisedException to the Throwing association.
|
ObList<IRaisedException> |
IOperation.getThrown()
Get the list of ObRaisedException to the Thrown association.
|
Modifier and Type | Method and Description |
---|---|
void |
IClassifier.addThrowing(IRaisedException element)
Add a ObRaisedException to the 'Throwing' association.
|
void |
IOperation.addThrown(IRaisedException element)
Add a ObRaisedException to the 'Thrown' association.
|
void |
IClassifier.removeThrowing(IRaisedException element)
Remove an ObRaisedException from the 'Throwing' association.
|
void |
IOperation.removeThrown(IRaisedException element)
Remove an ObRaisedException from the 'Thrown' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IClassifier.cardThrowing(Class<? extends IRaisedException> filteredClass)
Returns the number elements in the Throwing association filtered with the given metaclass.
|
int |
IOperation.cardThrown(Class<? extends IRaisedException> filteredClass)
Returns the number elements in the Thrown association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitRaisedException(IRaisedException theRaisedException) |
Object |
DefaultMetamodelVisitor.visitRaisedException(IRaisedException theRaisedException) |
Object |
AbstractMetamodelVisitor.visitRaisedException(IRaisedException theRaisedException) |