Uses of Interface
de.mid.innovator.srv2api.icw2ac.ANSendSignal
-
Packages that use ANSendSignal 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 ANSendSignal in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return ANSendSignal Modifier and Type Method Description static ANSendSignal
ANSendSignalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Send Signal Action with template and container with requirement.static ANSendSignal
ANSendSignalHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Send Signal Action with stereotype and container with requirement.ANSendSignal
ANInputPin. getSendSignalAction()
Action that creates the signal instance. -
Uses of ANSendSignal in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type ANSendSignal Modifier and Type Method Description java.util.List<ANSendSignal>
CLSignal. getSendSignalAction(K_CONTROL_OPTION... behaviourFlags)
SendSignalAction creates a signal instance from its inputs, and transmits it to the target object, where it may cause the firing of a state machine transition or the execution of an activity.
-