Uses of Interface
de.mid.innovator.srv2api.icw2ac.ANSendSignal
Packages that use ANSendSignal
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 ANSendSignal in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return ANSendSignalModifier and TypeMethodDescriptionstatic ANSendSignalANSendSignalHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Send Signal Action with template and container with requirement.static ANSendSignalANSendSignalHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Send Signal Action with stereotype and container with requirement.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 ANSendSignalModifier and TypeMethodDescriptionCLSignal.getSendSignalAction()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.