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.
This packagage contains elements representing the logical model.
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.IAGate.getInteraction()TheIAInteractionwhich owns this formalIAGate.IALifeline.getInteraction()References the interaction that encloses this lifelineIALostAndFound.getInteraction()The owning interaction of this lost or found message.IAMessage.getInteraction()The enclosing interaction that owns the message.IALifeline.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.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return IAInteractionModifier and TypeMethodDescriptionMEDurationConstraint.getOwningInteraction()Returns the owning interaction.METimeConstraint.getOwningInteraction()Returns the owning interaction. -
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.