Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.uml.behavior.state | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IInternalTransition |
IUmlModel.createInternalTransition()
Create an InternalTransition.
|
Modifier and Type | Method and Description |
---|---|
<T extends IInternalTransition> |
IState.getInternal(Class<T> filteredClass)
Get the list of ObInternalTransition to the Internal association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IInternalTransition> |
IState.getInternal()
Get the list of ObInternalTransition to the Internal association.
|
Modifier and Type | Method and Description |
---|---|
void |
IState.addInternal(IInternalTransition element)
Add a ObInternalTransition to the 'Internal' association.
|
void |
IState.removeInternal(IInternalTransition element)
Remove an ObInternalTransition from the 'Internal' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IState.cardInternal(Class<? extends IInternalTransition> filteredClass)
Returns the number elements in the Internal association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitInternalTransition(IInternalTransition theInternalTransition) |
Object |
DefaultMetamodelVisitor.visitInternalTransition(IInternalTransition theInternalTransition) |
Object |
AbstractMetamodelVisitor.visitInternalTransition(IInternalTransition theInternalTransition) |