Package de.mid.innovator.srv2api.icw2sm
Class SMShallowHistoryHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2sm.SMShallowHistoryHelper
-
public abstract class SMShallowHistoryHelper extends java.lang.ObjectshallowHistory represents the most recent active substate of its containing state (but not the substates of that substate).- See Also:
SMShallowHistory
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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 Detail
-
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
-
-