Uses of Interface
de.mid.innovator.srv2api.icw2ac.ANReply
-
Packages that use ANReply 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.icw2be The Common Behaviors package specifies the core concepts required for dynamic elements and provides the infrastructure to support more detailed definitions of behavior. -
-
Uses of ANReply in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return ANReply Modifier and Type Method Description static ANReply
ANReplyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Reply Action with template and container.static ANReply
ANReplyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Reply Action with stereotype and container.ANReply
ANInputPin. getReplyAction()
ANReply
that takes the return information value.ANReply
ANInputPin. getReplyActionOfValue()
ANReply
that takes the reply value. -
Uses of ANReply in de.mid.innovator.srv2api.icw2be
Methods in de.mid.innovator.srv2api.icw2be that return types with arguments of type ANReply Modifier and Type Method Description java.util.List<ANReply>
BETrigger. getReply()
ANReply
that replies to the call specified by the trigger.
-