Package de.mid.innovator.srv2api.icw2ac
Class ANInputPinHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2ac.ANInputPinHelper
-
public abstract class ANInputPinHelper extends java.lang.ObjectAn input pin is a pin that holds input values to be consumed by an action.- See Also:
ANInputPin
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ANInputPincreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Input Pin with template and container.static ANInputPincreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Input Pin with stereotype and container.
-
-
-
Method Detail
-
create
public static ANInputPin create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Input Pin 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 ANInputPin create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Input Pin 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
-
-