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 |
---|---|
IEntryPointPseudoState |
IUmlModel.createEntryPointPseudoState()
Create a EntryPointPseudoState.
|
Modifier and Type | Method and Description |
---|---|
<T extends IEntryPointPseudoState> |
IStateMachine.getEntryPoint(Class<T> filteredClass)
Get the list of ObEntryPointPseudoState to the EntryPoint association.
|
<T extends IEntryPointPseudoState> |
IState.getEntryPoint(Class<T> filteredClass)
Get the list of ObEntryPointPseudoState to the EntryPoint association.
|
Modifier and Type | Method and Description |
---|---|
IEntryPointPseudoState |
IConnectionPointReference.getEntry()
Get the Entry association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IEntryPointPseudoState> |
IStateMachine.getEntryPoint()
Get the list of ObEntryPointPseudoState to the EntryPoint association.
|
ObList<IEntryPointPseudoState> |
IState.getEntryPoint()
Get the list of ObEntryPointPseudoState to the EntryPoint association.
|
Modifier and Type | Method and Description |
---|---|
void |
IStateMachine.addEntryPoint(IEntryPointPseudoState element)
Add a ObEntryPointPseudoState to the 'EntryPoint' association.
|
void |
IState.addEntryPoint(IEntryPointPseudoState element)
Add a ObEntryPointPseudoState to the 'EntryPoint' association.
|
void |
IStateMachine.removeEntryPoint(IEntryPointPseudoState element)
Remove an ObEntryPointPseudoState from the 'EntryPoint' association.
|
void |
IState.removeEntryPoint(IEntryPointPseudoState element)
Remove an ObEntryPointPseudoState from the 'EntryPoint' association.
|
void |
IConnectionPointReference.setEntry(IEntryPointPseudoState element)
Setter for the 'Entry' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IStateMachine.cardEntryPoint(Class<? extends IEntryPointPseudoState> filteredClass)
Returns the number elements in the EntryPoint association filtered with the given metaclass.
|
int |
IState.cardEntryPoint(Class<? extends IEntryPointPseudoState> filteredClass)
Returns the number elements in the EntryPoint association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitEntryPointPseudoState(IEntryPointPseudoState theEntryPointPseudoState) |
Object |
DefaultMetamodelVisitor.visitEntryPointPseudoState(IEntryPointPseudoState theEntryPointPseudoState) |
Object |
AbstractMetamodelVisitor.visitEntryPointPseudoState(IEntryPointPseudoState theEntryPointPseudoState) |