Package | Description |
---|---|
org.modelio.api.modelio.model |
Model services
|
org.modelio.metamodel.mmextensions.standard.factory | |
org.modelio.metamodel.uml.behavior.stateMachineModel | |
org.modelio.metamodel.visitors |
Modifier and Type | Method and Description |
---|---|
StateMachine |
IUmlModel.createStateMachine()
Create a StateMachine.
|
Modifier and Type | Method and Description |
---|---|
StateMachine |
IStandardModelFactory.createStateMachine() |
Modifier and Type | Method and Description |
---|---|
StateMachine |
EntryPointPseudoState.getEntryOfMachine()
Getter for relation 'EntryPointPseudoState->EntryOfMachine'
Metamodel description:
null
|
StateMachine |
ExitPointPseudoState.getExitOfMachine()
Getter for relation 'ExitPointPseudoState->ExitOfMachine'
Metamodel description:
null
|
StateMachine |
Region.getRepresented()
Getter for relation 'Region->Represented'
Metamodel description:
|
StateMachine |
State.getSubMachine()
Getter for relation 'State->SubMachine'
Metamodel description:
|
Modifier and Type | Method and Description |
---|---|
void |
EntryPointPseudoState.setEntryOfMachine(StateMachine value)
Setter for relation 'EntryPointPseudoState->EntryOfMachine'
Metamodel description:
null
|
void |
ExitPointPseudoState.setExitOfMachine(StateMachine value)
Setter for relation 'ExitPointPseudoState->ExitOfMachine'
Metamodel description:
null
|
void |
Region.setRepresented(StateMachine value)
Setter for relation 'Region->Represented'
Metamodel description:
|
void |
State.setSubMachine(StateMachine value)
Setter for relation 'State->SubMachine'
Metamodel description:
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
IModelVisitor.visitStateMachine(StateMachine obj) |
default java.lang.Object |
IDefaultModelVisitor.visitStateMachine(StateMachine obj) |
default java.lang.Object |
IAbstractModelVisitor.visitStateMachine(StateMachine obj) |
java.lang.Object |
DefaultModelVisitor.visitStateMachine(StateMachine obj) |
java.lang.Object |
AbstractModelVisitor.visitStateMachine(StateMachine obj) |