Package de.mid.innovator.srv2api.icw2ac
Class ANRemoveStructuralFeatureValueHelper
java.lang.Object
de.mid.innovator.srv2api.icw2ac.ANRemoveStructuralFeatureValueHelper
The object to access is specified dynamically by referring to an input pin which the object will be placed on at runtime. The
type of the value of this pin is the classifier that owns the specified structural feature and the value's multiplicity is 1..1.
Structural features are potentially multi-valued and ordered and may support duplicates, so the action supports specification
of removal points for new values. It also supports the removal of all duplicate values.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Remove Structural Feature Value Action with template and container with requirement.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Remove Structural Feature Value Action with stereotype and container with requirement.
-
Method Details
-
create
public static ANRemoveStructuralFeatureValue create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) throws InoNetException, SrvErrorException Create a new Remove Structural Feature Value 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:
InoNetExceptionSrvErrorException
-
create
public static ANRemoveStructuralFeatureValue create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) throws InoNetException, SrvErrorException Create a new Remove Structural Feature Value 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:
InoNetExceptionSrvErrorException
-