Uses of Interface
de.mid.innovator.srv2api.icw2sm.SMStateMachine
Packages that use SMStateMachine
Package
Description
The StateMachine package defines a set of concepts that can be used for
modeling discrete behavior through finite statetransition systems.
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.icw2smModifier and TypeInterfaceDescriptioninterfaceA protocol state machine is always defined in the context of a classifier.Methods in de.mid.innovator.srv2api.icw2sm with type parameters of type SMStateMachineModifier and TypeMethodDescription<T extends SMStateMachine>
List<T> SMStateMachine.getSubmachine(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>
List<T> 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 SMStateMachineModifier and TypeMethodDescriptionstatic SMStateMachineSMStateMachineHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new State Machine with template and container.static SMStateMachineSMStateMachineHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, K_CONTASGN kContAsgn) Creates 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.static SMStateMachineSMStateMachineHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, K_CONTASGN kContAsgn) Creates a new State Machine with stereotype and container.SMEntryPoint.getStateMachine()The state machine that contains this entry point.SMExitPoint.getStateMachine()The state machine that contains this exit point.SMRegion.getStateMachine()The StateMachine that owns the region.SMRegularState.getSubmachine()The sub state machine of this state.Methods in de.mid.innovator.srv2api.icw2sm with parameters of type SMStateMachineModifier and TypeMethodDescriptionvoidSMRegularState.setSubmachine(SMStateMachine value) Set the value of Foreign Key Submachine. -
Uses of SMStateMachine in de.mid.innovator.srv2api.icw2smdia
Methods in de.mid.innovator.srv2api.icw2smdia that return SMStateMachineModifier and TypeMethodDescriptionSMDia.getStateMachine()The state machine which is displayed by this diagram.