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 |
---|---|
IStateMachine |
IUmlModel.createStateMachine()
Create a StateMachine.
|
Modifier and Type | Method and Description |
---|---|
IStateMachine |
IEntryPointPseudoState.getEntryOfMachine()
Get the EntryOfMachine association.
|
IStateMachine |
IExitPointPseudoState.getExitOfMachine()
Get the ExitOfMachine association.
|
IStateMachine |
IRegion.getRepresented()
Get the Represented association.
|
IStateMachine |
IState.getSubMachine()
Get the SubMachine association.
|
Modifier and Type | Method and Description |
---|---|
void |
IEntryPointPseudoState.setEntryOfMachine(IStateMachine element)
Setter for the 'EntryOfMachine' [0..1] association.
|
void |
IExitPointPseudoState.setExitOfMachine(IStateMachine element)
Setter for the 'ExitOfMachine' [0..1] association.
|
void |
IRegion.setRepresented(IStateMachine element)
Setter for the 'Represented' [0..1] association.
|
void |
IState.setSubMachine(IStateMachine element)
Setter for the 'SubMachine' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitStateMachine(IStateMachine theStateMachine) |
Object |
DefaultMetamodelVisitor.visitStateMachine(IStateMachine theStateMachine) |
Object |
AbstractMetamodelVisitor.visitStateMachine(IStateMachine theStateMachine) |