Uses of Interface
de.mid.innovator.srv2api.icw2ac.ANActionInputPin
-
Packages that use ANActionInputPin 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 ANActionInputPin in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return ANActionInputPin Modifier and Type Method Description static ANActionInputPin
ANActionInputPinHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Action Input Pin with template and container.static ANActionInputPin
ANActionInputPinHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Action Input Pin with stereotype and container.ANActionInputPin
ANAction. getOwnerPin()
Returns theANActionInputPin
which the given action provides its values to.
-