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 |
---|---|
IExitPointPseudoState |
IUmlModel.createExitPointPseudoState()
Create a ExitPointPseudoState.
|
Modifier and Type | Method and Description |
---|---|
<T extends IExitPointPseudoState> |
IStateMachine.getExitPoint(Class<T> filteredClass)
Get the list of ObExitPointPseudoState to the ExitPoint association.
|
<T extends IExitPointPseudoState> |
IState.getExitPoint(Class<T> filteredClass)
Get the list of ObExitPointPseudoState to the ExitPoint association.
|
Modifier and Type | Method and Description |
---|---|
IExitPointPseudoState |
IConnectionPointReference.getExit()
Get the Exit association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IExitPointPseudoState> |
IStateMachine.getExitPoint()
Get the list of ObExitPointPseudoState to the ExitPoint association.
|
ObList<IExitPointPseudoState> |
IState.getExitPoint()
Get the list of ObExitPointPseudoState to the ExitPoint association.
|
Modifier and Type | Method and Description |
---|---|
void |
IStateMachine.addExitPoint(IExitPointPseudoState element)
Add a ObExitPointPseudoState to the 'ExitPoint' association.
|
void |
IState.addExitPoint(IExitPointPseudoState element)
Add a ObExitPointPseudoState to the 'ExitPoint' association.
|
void |
IStateMachine.removeExitPoint(IExitPointPseudoState element)
Remove an ObExitPointPseudoState from the 'ExitPoint' association.
|
void |
IState.removeExitPoint(IExitPointPseudoState element)
Remove an ObExitPointPseudoState from the 'ExitPoint' association.
|
void |
IConnectionPointReference.setExit(IExitPointPseudoState element)
Setter for the 'Exit' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IStateMachine.cardExitPoint(Class<? extends IExitPointPseudoState> filteredClass)
Returns the number elements in the ExitPoint association filtered with the given metaclass.
|
int |
IState.cardExitPoint(Class<? extends IExitPointPseudoState> filteredClass)
Returns the number elements in the ExitPoint association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitExitPointPseudoState(IExitPointPseudoState theExitPointPseudoState) |
Object |
DefaultMetamodelVisitor.visitExitPointPseudoState(IExitPointPseudoState theExitPointPseudoState) |
Object |
AbstractMetamodelVisitor.visitExitPointPseudoState(IExitPointPseudoState theExitPointPseudoState) |