Package de.mid.innovator.srv2api.icw2sm
Class SMFinalStateHelper
java.lang.Object
de.mid.innovator.srv2api.icw2sm.SMFinalStateHelper
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:
-
Method Summary
Modifier and TypeMethodDescriptionstatic SMFinalStatecreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Final State with template and container.static SMFinalStatecreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Final State with stereotype and container.
-
Method Details
-
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:
InoNetExceptionSrvErrorException
-
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:
InoNetExceptionSrvErrorException
-