Uses of Interface
de.mid.innovator.srv2api.icw2ia.IALifeline
-
Packages that use IALifeline Package Description de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships.de.mid.innovator.srv2api.icw2ia The Interaction package describes the concepts needed to express interactions. -
-
Uses of IALifeline in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type IALifeline Modifier and Type Method Description java.util.List<IALifeline>
CLConnectAbleElement. getConnectedLifeline(K_CONTROL_OPTION... behaviourFlags)
Determines the LifelineIALifeline
which represents the connectable.java.util.List<IALifeline>
CLConnectAbleElement. getConnectedLifeline(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getConnectedLifeline and filters its return values according to the given stereotype value.java.util.List<IALifeline>
CLConnectAbleElement. getLifeline()
-
Uses of IALifeline in de.mid.innovator.srv2api.icw2ia
Methods in de.mid.innovator.srv2api.icw2ia that return IALifeline Modifier and Type Method Description static IALifeline
IALifelineHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Lifeline with template and container with requirement.static IALifeline
IALifelineHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Lifeline with stereotype and container with requirement.IALifeline
IACovering. getCoveredLifeline()
References the lifelines that the fragment involves.Methods in de.mid.innovator.srv2api.icw2ia that return types with arguments of type IALifeline Modifier and Type Method Description java.util.List<IALifeline>
IAInteraction. getDecomposedLifeline()
All lifelines which are decomposed by this interaction.java.util.List<IALifeline>
IAInteraction. getLifeline(K_CONTROL_OPTION... behaviourFlags)
Specifies the participants in this interaction.
-