Uses of Interface
de.mid.innovator.srv2api.icw2ia.IAUse
-
Packages that use IAUse Package Description de.mid.innovator.srv2api.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model.de.mid.innovator.srv2api.icw2ia The Interaction package describes the concepts needed to express interactions. -
-
Uses of IAUse in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return IAUse Modifier and Type Method Description IAUse
ELValSpec. getInteractionUse()
-
Uses of IAUse in de.mid.innovator.srv2api.icw2ia
Methods in de.mid.innovator.srv2api.icw2ia that return IAUse Modifier and Type Method Description static IAUse
IAUseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Interaction Use with template and container with requirement.static IAUse
IAUseHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Interaction Use with stereotype and container with requirement.IAUse
IAGate. getInteractionUse()
Methods in de.mid.innovator.srv2api.icw2ia that return types with arguments of type IAUse Modifier and Type Method Description java.util.List<IAUse>
IAInteraction. getUsedBy(K_CONTROL_OPTION... behaviourFlags)
All usages of thisIAInteraction
.
-