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 interfaceSMProtocolStateMachineA 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 SMStateMachineSMStateMachineHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new State Machine with template and container.static SMStateMachineSMStateMachineHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new State Machine with stereotype and container.SMStateMachineSMEntryPoint. getStateMachine()The state machine that contains this entry point.SMStateMachineSMExitPoint. getStateMachine()The state machine that contains this exit point.SMStateMachineSMRegion. getStateMachine()The StateMachine that owns the region.SMStateMachineSMRegularState. 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 voidSMRegularState. 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 voidSMStateMachineHelper. 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 SMStateMachineSMDia. getStateMachine()The state machine which is displayed by this diagram.
-