Uses of Interface
de.mid.innovator.srv2api.icw2ia.IAInteraction
Packages that use IAInteraction
Package
Description
Activity modeling emphasizes the sequence and conditions for coordinating
lower-level behaviors, rather than which classifiers own those behaviors.
The Interaction package describes the concepts needed to express interactions.
Diagrams and graphical representations for elements of the icw2ia package.
-
Uses of IAInteraction in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return IAInteractionModifier and TypeMethodDescriptionANAction.getInteraction()IAInteractionwhich the execution of the action occurs in. -
Uses of IAInteraction in de.mid.innovator.srv2api.icw2ia
Methods in de.mid.innovator.srv2api.icw2ia that return IAInteractionModifier and TypeMethodDescriptionstatic IAInteractionIAInteractionHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Interaction with template and container.static IAInteractionIAInteractionHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, K_CONTASGN kContAsgn) Creates a new Interaction with template and container.static IAInteractionIAInteractionHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Interaction with stereotype and container.static IAInteractionIAInteractionHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, K_CONTASGN kContAsgn) Creates a new Interaction with stereotype and container.IALifeline.getDecomposedRefersTo()References the interaction that represents the decomposition.IAFragment.getEnclosingInteraction()The interaction that encloses this InteractionFragment when ignoring any Fragment-Operand hierarchy.IALifeline.getInteraction()References the interaction that encloses this lifelineIALifeline.getRefersTo()The interaction referred by this lifeline.IAUse.getRefersTo()Refers to theIAInteractionthat defines its meaning.Methods in de.mid.innovator.srv2api.icw2ia with parameters of type IAInteractionModifier and TypeMethodDescriptionvoidIALifeline.setRefersTo(IAInteraction value) Set the value of Foreign Key RefersTo.voidIAUse.setRefersTo(IAInteraction value) Set the value of Foreign Key RefersTo. -
Uses of IAInteraction in de.mid.innovator.srv2api.icw2sqdia
Methods in de.mid.innovator.srv2api.icw2sqdia that return IAInteractionModifier and TypeMethodDescriptionSQDia.getInteraction()The interaction which is displayed by this diagram.