Package de.mid.innovator.srv2api.icw2ac
Class ANReadSelfHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2ac.ANReadSelfHelper
-
public abstract class ANReadSelfHelper extends java.lang.Object
Every action is ultimately a part of some behavior, which is in turn optionally attached in some way to the specification of a classifier -- for example, as the body of a method or as part of a state machine. When the behavior executes it does so in the context of some specific host instance of that classifier. This action produces this host instance, if any, on its output pin. The type of the output pin is the classifier which the behavior is associated to in the user model.- See Also:
ANReadSelf
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ANReadSelf
create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Read Self Action with template and container.static ANReadSelf
create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Read Self Action with stereotype and container.
-
-
-
Method Detail
-
create
public static ANReadSelf create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Read Self Action 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 ANReadSelf create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Read Self Action 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
-
-