Package | Description |
---|---|
com.modeliosoft.modelio.api.model.uml.behavior.state | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Interface and Description |
---|---|
interface |
IAbstractPseudoState |
interface |
IChoicePseudoState |
interface |
IConnectionPointReference |
interface |
IDeepHistoryPseudoState |
interface |
IEntryPointPseudoState |
interface |
IExitPointPseudoState |
interface |
IFinalState |
interface |
IForkPseudoState |
interface |
IInitialPseudoState |
interface |
IJoinPseudoState |
interface |
IJunctionPseudoState |
interface |
IShallowHistoryPseudoState |
interface |
IState |
interface |
ITerminatePseudoState |
Modifier and Type | Method and Description |
---|---|
<T extends IStateVertex> |
IRegion.getSub(Class<T> filteredClass)
Get the list of ObStateVertex to the Sub association.
|
Modifier and Type | Method and Description |
---|---|
IStateVertex |
ITransition.getSource()
Get the Source association.
|
IStateVertex |
ITransition.getTarget()
Get the Target association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IStateVertex> |
IRegion.getSub()
Get the list of ObStateVertex to the Sub association.
|
Modifier and Type | Method and Description |
---|---|
void |
IRegion.addSub(IStateVertex element)
Add a ObStateVertex to the 'Sub' association.
|
void |
IRegion.removeSub(IStateVertex element)
Remove an ObStateVertex from the 'Sub' association.
|
void |
ITransition.setSource(IStateVertex element)
Setter for the 'Source' [0..1] association.
|
void |
ITransition.setTarget(IStateVertex element)
Setter for the 'Target' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IRegion.cardSub(Class<? extends IStateVertex> filteredClass)
Returns the number elements in the Sub association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitStateVertex(IStateVertex theStateVertex) |
Object |
DefaultMetamodelVisitor.visitStateVertex(IStateVertex theStateVertex) |
Object |
AbstractMetamodelVisitor.visitStateVertex(IStateVertex theStateVertex) |