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 IAInteractionANAction. 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 IAInteraction Modifier and Type Method Description static IAInteractionIAInteractionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Interaction with template and container.static IAInteractionIAInteractionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Interaction with stereotype and container.IAInteractionIALifeline. getDecomposedRefersTo()References the interaction that represents the decomposition.IAInteractionIAFragment. getEnclosingInteraction()The interaction that encloses this InteractionFragment when ignoring any Fragment-Operand hierarchy.IAInteractionIAGate. getInteraction()TheIAInteractionwhich owns this formalIAGate.IAInteractionIALifeline. getInteraction()References the interaction that encloses this lifelineIAInteractionIALostAndFound. getInteraction()The owning interaction of this lost or found message.IAInteractionIAMessage. getInteraction()The enclosing interaction that owns the message.IAInteractionIALifeline. getRefersTo()The interaction referred by this lifeline.IAInteractionIAUse. getRefersTo()Refers to theIAInteractionthat defines its meaning.Methods in de.mid.innovator.srv2api.icw2ia with parameters of type IAInteraction Modifier and Type Method Description voidIALifeline. setRefersTo(IAInteraction value)Set the value of Foreign Key RefersTo.voidIAUse. 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 voidIAInteractionHelper. 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 IAInteractionMEDurationConstraint. getOwningInteraction()IAInteractionMETimeConstraint. 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 IAInteractionSQDia. getInteraction()The interaction which is displayed by this diagram.
-