Uses of Interface
de.mid.innovator.srv2api.icw2ac.ANBroadcastSignal
Packages that use ANBroadcastSignal
Package
Description
Activity modeling emphasizes the sequence and conditions for coordinating
lower-level behaviors, rather than which classifiers own those behaviors.
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 ANBroadcastSignalModifier and TypeMethodDescriptionstatic ANBroadcastSignalANBroadcastSignalHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Broadcast Signal Action with template and container with requirement.static ANBroadcastSignalANBroadcastSignalHelper.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 ANBroadcastSignalModifier and TypeMethodDescriptionCLSignal.getBroadcastSignalAction()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.