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