Uses of Interface
de.mid.innovator.srv2api.icw2ac.ANCallOperation
-
Packages that use ANCallOperation 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.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships. -
-
Uses of ANCallOperation in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return ANCallOperation Modifier and Type Method Description static ANCallOperation
ANCallOperationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Call Operation Action with template and container with requirement.static ANCallOperation
ANCallOperationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Call Operation Action with stereotype and container with requirement.ANCallOperation
ANInputPin. getCallOperationAction()
Action that transmits an operation call request to the target object. -
Uses of ANCallOperation in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type ANCallOperation Modifier and Type Method Description java.util.List<ANCallOperation>
CLOperation. getCallOperationAction(K_CONTROL_OPTION... behaviourFlags)
The action that transmits the operation call request to the target object, where it may cause the invocation of associated behavior.
-