Uses of Interface
de.mid.innovator.srv2api.icw2ac.ANBroadcastSignal
-
Packages that use ANBroadcastSignal 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 ANBroadcastSignal in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return ANBroadcastSignal Modifier and Type Method Description static ANBroadcastSignal
ANBroadcastSignalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Broadcast Signal Action with template and container with requirement.static ANBroadcastSignal
ANBroadcastSignalHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Broadcast Signal Action with stereotype and container with requirement. -
Uses of ANBroadcastSignal in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type ANBroadcastSignal Modifier and Type Method Description java.util.List<ANBroadcastSignal>
CLSignal. getBroadcastSignalAction(K_CONTROL_OPTION... behaviourFlags)
Action that transmits the signal instance to all the potential target objects in the system, which may cause the firing of a state machine transitions or the execution of associated activities of a target object.
-