Uses of Interface
de.mid.innovator.srv2api.icw2sm.SMStateMachine
-
Packages that use SMStateMachine Package Description 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 Diagrams and graphical representations for elements of the icw2sm package. -
-
Uses of SMStateMachine in de.mid.innovator.srv2api.icw2sm
Subinterfaces of SMStateMachine in de.mid.innovator.srv2api.icw2sm Modifier and Type Interface Description 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 Modifier and Type Method Description <T extends SMStateMachine>
java.util.List<T>SMStateMachine. getSubmachine(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Determines all state machines which are assigned to submachine states of the given state machine.<T extends SMStateMachine>
java.util.List<T>SMStateMachine. getSubmachine(java.lang.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 Modifier and Type Method Description 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
SMEntryPoint. getStateMachine()
The state machine that contains this entry point.SMStateMachine
SMExitPoint. getStateMachine()
The state machine that contains this exit point.SMStateMachine
SMRegion. getStateMachine()
The StateMachine that owns the region.SMStateMachine
SMRegularState. getSubmachine()
The sub state machine of this state.Methods in de.mid.innovator.srv2api.icw2sm with parameters of type SMStateMachine Modifier and Type Method Description 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 Modifier and Type Method Description static void
SMStateMachineHelper. layout(SrvContext srvCtx, java.util.List<? extends SMStateMachine> sel, java.lang.String format, K_ORIENTATION orientation, int marginLeft, int marginRight, int marginTop, int marginBottom, int horPage, int verPage)
Sets the layout information of theSMStateMachine
. -
Uses of SMStateMachine in de.mid.innovator.srv2api.icw2smdia
Methods in de.mid.innovator.srv2api.icw2smdia that return SMStateMachine Modifier and Type Method Description SMStateMachine
SMDia. getStateMachine()
The state machine which is displayed by this diagram.
-