Package de.mid.innovator.srv2api.icw2sm
Class SMShallowHistoryHelper
java.lang.Object
de.mid.innovator.srv2api.icw2sm.SMShallowHistoryHelper
shallowHistory represents the most recent active substate of its containing state (but not the substates of that substate).
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic SMShallowHistorycreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Shallow History - Pseudostate with template and container.static SMShallowHistorycreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Shallow History - Pseudostate with stereotype and container.
-
Method Details
-
create
public static SMShallowHistory create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException Create a new Shallow History - Pseudostate 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 SMShallowHistory create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException Create a new Shallow History - Pseudostate 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
-