|
|||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||
| Packages that use SMStateMachine | |
|---|---|
| de.mid.innovator.srv2api.icw2sm | The StateMachine package defines a set of concepts that can be used for modeling discrete behavior through finite statetransition systems. |
| de.mid.innovator.srv2api.icw2smdia | |
| Uses of SMStateMachine in de.mid.innovator.srv2api.icw2sm |
|---|
| Subinterfaces of SMStateMachine in de.mid.innovator.srv2api.icw2sm | |
|---|---|
interface |
SMProtocolStateMachine
A protocol state machine is always defined in the context of a classifier. |
| Methods in de.mid.innovator.srv2api.icw2sm with type parameters of type SMStateMachine | ||
|---|---|---|
|
SMStateMachine.getSubmachine(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Determines all state machines which are assigned to submachine states of the given state machine. |
|
|
SMStateMachine.getSubmachine(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getSubmachine and filters its return values according to the given stereotype value. |
|
| Methods in de.mid.innovator.srv2api.icw2sm that return SMStateMachine | |
|---|---|
static SMStateMachine |
SMStateMachineHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new State Machine with template and container. |
static SMStateMachine |
SMStateMachineHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new State Machine with stereotype and container. |
SMStateMachine |
SMRegion.getStateMachine()
The StateMachine that owns the region. |
SMStateMachine |
SMExitPoint.getStateMachine()
The state machine that contains this exit point. |
SMStateMachine |
SMEntryPoint.getStateMachine()
The state machine that contains this entry point. |
SMStateMachine |
SMRegularState.getSubmachine()
The sub state machine of this state. |
| Methods in de.mid.innovator.srv2api.icw2sm with parameters of type SMStateMachine | |
|---|---|
void |
SMRegularState.setSubmachine(SMStateMachine value)
Set the value of Foreign Key Submachine. |
| Method parameters in de.mid.innovator.srv2api.icw2sm with type arguments of type SMStateMachine | |
|---|---|
static void |
SMStateMachineHelper.layout(SrvContext srvCtx,
List<? extends SMStateMachine> sel,
String format,
K_ORIENTATION orientation,
int marginLeft,
int marginRight,
int marginTop,
int marginBottom,
int horPage,
int verPage)
Sets the layout information of the SMStateMachine. |
| Uses of SMStateMachine in de.mid.innovator.srv2api.icw2smdia |
|---|
| Methods in de.mid.innovator.srv2api.icw2smdia that return SMStateMachine | |
|---|---|
SMStateMachine |
SMDia.getStateMachine()
The state machine which is displayed by this diagram. |
|
|||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||