Uses of Interface
de.mid.innovator.srv2api.icw2ac.ANAcceptCall
-
Packages that use ANAcceptCall 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. -
-
Uses of ANAcceptCall in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return ANAcceptCall Modifier and Type Method Description static ANAcceptCall
ANAcceptCallHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Accept Call Action with template and container.static ANAcceptCall
ANAcceptCallHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Accept Call Action with template and container with requirement.static ANAcceptCall
ANAcceptCallHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Accept Call Action with stereotype and container.static ANAcceptCall
ANAcceptCallHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Accept Call Action with stereotype and container with requirement.ANAcceptCall
ANOutputPin. getAcceptCall()
The action that owns this output pin.
-