Uses of Interface
de.mid.innovator.srv2api.icw2ia.IAInteraction
-
Packages that use IAInteraction Package Description de.mid.innovator.srv2api.icw2ac Activity modeling emphasizes the sequence and conditions for coordinating lower-level behaviors, rather than which classifiers own those behaviors.de.mid.innovator.srv2api.icw2ia The Interaction package describes the concepts needed to express interactions.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model.de.mid.innovator.srv2api.icw2sqdia 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 IAInteraction Modifier and Type Method Description IAInteraction
ANAction. getInteraction()
IAInteraction
which 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 IAInteraction Modifier and Type Method Description static IAInteraction
IAInteractionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Interaction with template and container.static IAInteraction
IAInteractionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Interaction with stereotype and container.IAInteraction
IALifeline. getDecomposedRefersTo()
References the interaction that represents the decomposition.IAInteraction
IAFragment. getEnclosingInteraction()
The interaction that encloses this InteractionFragment when ignoring any Fragment-Operand hierarchy.IAInteraction
IAGate. getInteraction()
TheIAInteraction
which owns this formalIAGate
.IAInteraction
IALifeline. getInteraction()
References the interaction that encloses this lifelineIAInteraction
IALostAndFound. getInteraction()
The owning interaction of this lost or found message.IAInteraction
IAMessage. getInteraction()
The enclosing interaction that owns the message.IAInteraction
IALifeline. getRefersTo()
The interaction referred by this lifeline.IAInteraction
IAUse. getRefersTo()
Refers to theIAInteraction
that defines its meaning.Methods in de.mid.innovator.srv2api.icw2ia with parameters of type IAInteraction Modifier and Type Method Description void
IALifeline. setRefersTo(IAInteraction value)
Set the value of Foreign Key RefersTo.void
IAUse. setRefersTo(IAInteraction value)
Set the value of Foreign Key RefersTo.Method parameters in de.mid.innovator.srv2api.icw2ia with type arguments of type IAInteraction Modifier and Type Method Description static void
IAInteractionHelper. layout(SrvContext srvCtx, java.util.List<? extends IAInteraction> sel, java.lang.String format, K_ORIENTATION orientation, int marginLeft, int marginRight, int marginTop, int marginBottom, int horPage, int verPage)
Sets the layout information of theIAInteraction
. -
Uses of IAInteraction in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return IAInteraction Modifier and Type Method Description IAInteraction
MEDurationConstraint. getOwningInteraction()
IAInteraction
METimeConstraint. getOwningInteraction()
-
Uses of IAInteraction in de.mid.innovator.srv2api.icw2sqdia
Methods in de.mid.innovator.srv2api.icw2sqdia that return IAInteraction Modifier and Type Method Description IAInteraction
SQDia. getInteraction()
The interaction which is displayed by this diagram.
-