Package de.mid.innovator.srv2api.icw2sm
Class SMFinalStateHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2sm.SMFinalStateHelper
-
public abstract class SMFinalStateHelper extends java.lang.Object
A special kind of state that signifies that the enclosing region is completed. If the enclosing region is directly contained in a state machine and all other regions in the state machine also are completed, this means that the entire state machine is completed.- See Also:
SMFinalState
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SMFinalState
create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Final State with template and container.static SMFinalState
create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Final State with stereotype and container.
-
-
-
Method Detail
-
create
public static SMFinalState create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Final State with stereotype and container.- Parameters:
srvCtx
- The context of the related innovator server.ohStereotype
- Stereotype for the new elementohContainer
- Container for the new element- Throws:
InoNetException
SrvErrorException
-
create
public static SMFinalState create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Final State with template and container.- Parameters:
srvCtx
- The context of the related innovator server.ohTemplate
- Template for the new elementohContainer
- Container for the new element- Throws:
InoNetException
SrvErrorException
-
-