Modifier and Type | Method and Description |
---|---|
IState |
IUmlModel.createState()
Create a State.
|
Modifier and Type | Method and Description |
---|---|
IState |
IBpmnMessage.getInState()
Get the InState association.
|
IState |
IBpmnItemAwareElement.getInState()
Get the InState association.
|
IState |
IBpmnDataState.getUmlState()
Get the UmlState association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnMessage.setInState(IState element)
Setter for the 'InState' [0..1] association.
|
void |
IBpmnItemAwareElement.setInState(IState element)
Setter for the 'InState' [0..1] association.
|
void |
IBpmnDataState.setUmlState(IState element)
Setter for the 'UmlState' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
IState |
IObjectNode.getInState()
Get the InState association.
|
Modifier and Type | Method and Description |
---|---|
void |
IObjectNode.setInState(IState element)
Setter for the 'InState' [0..1] association.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IFinalState |
Modifier and Type | Method and Description |
---|---|
<T extends IState> |
IEvent.getOrigin(Class<T> filteredClass)
Get the list of ObState to the Origin association.
|
<T extends IState> |
IStateMachine.getSubmachineState(Class<T> filteredClass)
Get the list of ObState to the SubmachineState association.
|
Modifier and Type | Method and Description |
---|---|
IState |
IEntryPointPseudoState.getEntryOf()
Get the EntryOf association.
|
IState |
IExitPointPseudoState.getExitOf()
Get the ExitOf association.
|
IState |
IConnectionPointReference.getOwnerState()
Get the OwnerState association.
|
IState |
IRegion.getParent()
Get the Parent association.
|
IState |
IInternalTransition.getSComposed()
Get the SComposed association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IState> |
IEvent.getOrigin()
Get the list of ObState to the Origin association.
|
ObList<IState> |
IStateMachine.getSubmachineState()
Get the list of ObState to the SubmachineState association.
|
Modifier and Type | Method and Description |
---|---|
void |
IEvent.addOrigin(IState element)
Add a ObState to the 'Origin' association.
|
void |
IStateMachine.addSubmachineState(IState element)
Add a ObState to the 'SubmachineState' association.
|
void |
IEvent.removeOrigin(IState element)
Remove an ObState from the 'Origin' association.
|
void |
IStateMachine.removeSubmachineState(IState element)
Remove an ObState from the 'SubmachineState' association.
|
void |
IEntryPointPseudoState.setEntryOf(IState element)
Setter for the 'EntryOf' [0..1] association.
|
void |
IExitPointPseudoState.setExitOf(IState element)
Setter for the 'ExitOf' [0..1] association.
|
void |
IConnectionPointReference.setOwnerState(IState element)
Setter for the 'OwnerState' [0..1] association.
|
void |
IRegion.setParent(IState element)
Setter for the 'Parent' [0..1] association.
|
void |
IInternalTransition.setSComposed(IState element)
Setter for the 'SComposed' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IEvent.cardOrigin(Class<? extends IState> filteredClass)
Returns the number elements in the Origin association filtered with the given metaclass.
|
int |
IStateMachine.cardSubmachineState(Class<? extends IState> filteredClass)
Returns the number elements in the SubmachineState association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitState(IState theState) |
Object |
DefaultMetamodelVisitor.visitState(IState theState) |
Object |
AbstractMetamodelVisitor.visitState(IState theState) |