de.mid.innovator.srv2api.icw2ac
Class ANReadSelfHelper

java.lang.Object
  extended by de.mid.innovator.srv2api.icw2ac.ANReadSelfHelper

public abstract class ANReadSelfHelper
extends 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
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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 element
ohContainer - Container for the new element
Throws:
InoNetException
SrvErrorException

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 element
ohContainer - Container for the new element
Throws:
InoNetException
SrvErrorException