Uses of Interface
de.mid.innovator.srv2api.icw2ia.IACallMessage
-
Packages that use IACallMessage Package Description de.mid.innovator.srv2api.icw2ia The Interaction package describes the concepts needed to express interactions. -
-
Uses of IACallMessage in de.mid.innovator.srv2api.icw2ia
Methods in de.mid.innovator.srv2api.icw2ia that return IACallMessage Modifier and Type Method Description static IACallMessage
IACallMessageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Call Message with template from source to target element with requirement.static IACallMessage
IACallMessageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Call Message with stereotype from source to target element with requirement.
-