Package de.mid.innovator.srv2api.icw2ac
Class ANReadLinkHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2ac.ANReadLinkHelper
-
public abstract class ANReadLinkHelper extends java.lang.Object
This action navigates an association towards one end which is the end that does not have an input pin to take its object (the "open" end). The objects put on the result output pin are the ones participating in the association at the open end, conforming to the specified qualifiers, in order if the end is ordered. The semantics is undefined for reading a link that violates the navigability or visibility of the open end.- See Also:
ANReadLink
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ANReadLink
create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Read Link Action with template and container with requirement.static ANReadLink
create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Read Link Action with stereotype and container with requirement.
-
-
-
Method Detail
-
create
public static ANReadLink create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) throws InoNetException, SrvErrorException
Create a new Read Link Action with stereotype and container with requirement.- Parameters:
srvCtx
- The context of the related innovator server.ohStereotype
- Stereotype for the new elementohContainer
- Container for the new elementohRequirement
- Additional required element- Throws:
InoNetException
SrvErrorException
-
create
public static ANReadLink create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) throws InoNetException, SrvErrorException
Create a new Read Link Action with template and container with requirement.- Parameters:
srvCtx
- The context of the related innovator server.ohTemplate
- Template for the new elementohContainer
- Container for the new elementohRequirement
- Additional required element- Throws:
InoNetException
SrvErrorException
-
-