Package de.mid.innovator.srv2api.icw2ia
Class IALifelineHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2ia.IALifelineHelper
-
public abstract class IALifelineHelper extends java.lang.Object
A lifeline represents an individual participant in the iteraction. While parts and structural fatures may have multiplicity greater than 1, lifelines only represent one interacting entity. If the referenced connectable element is multivalued (i.e, has a multiplicity greater than 1), the lifeline may have an expression (the ‘selector’) that specifies which particular part is represented by this lifeline. If the selector is omitted, this means that an arbitrary representative of the multivalued connectable element is chosen.- See Also:
IALifeline
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IALifeline
create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Lifeline with template and container with requirement.static IALifeline
create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Lifeline with stereotype and container with requirement.
-
-
-
Method Detail
-
create
public static IALifeline create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) throws InoNetException, SrvErrorException
Create a new Lifeline 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 IALifeline create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) throws InoNetException, SrvErrorException
Create a new Lifeline 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
-
-