Uses of Interface
de.mid.innovator.srv2api.icw2class.CLSignal
-
Packages that use CLSignal 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.de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships.de.mid.innovator.srv2api.icw2ia The Interaction package describes the concepts needed to express interactions. -
-
Uses of CLSignal in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return CLSignal Modifier and Type Method Description CLSignalANBroadcastSignal. getSignal()The specification of signal object transmitted to the target objects.CLSignalANSendSignal. getSignal()The type of signal transmitted to the target object.Methods in de.mid.innovator.srv2api.icw2ac with parameters of type CLSignal Modifier and Type Method Description voidANBroadcastSignal. setSignal(CLSignal value)Set the value of Foreign Key Signal.voidANSendSignal. setSignal(CLSignal value)Set the value of Foreign Key Signal. -
Uses of CLSignal in de.mid.innovator.srv2api.icw2be
Methods in de.mid.innovator.srv2api.icw2be that return CLSignal Modifier and Type Method Description CLSignalBESignalEvent. getSignal()Returns theCLSignalof the given event. -
Uses of CLSignal in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return CLSignal Modifier and Type Method Description static CLSignalCLSignalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Signal with template and container.static CLSignalCLSignalHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Signal with stereotype and container.CLSignalCLProperty. getOwningSignal()CLSignalCLReception. getSignal()Methods in de.mid.innovator.srv2api.icw2class with parameters of type CLSignal Modifier and Type Method Description voidCLReception. setSignal(CLSignal value)Set the value of Foreign Key Signal. -
Uses of CLSignal in de.mid.innovator.srv2api.icw2ia
Methods in de.mid.innovator.srv2api.icw2ia that return CLSignal Modifier and Type Method Description CLSignalIASignalMessage. getSignal()Specifies the assignedCLSignalof the signal message.Methods in de.mid.innovator.srv2api.icw2ia with parameters of type CLSignal Modifier and Type Method Description voidIASignalMessage. setSignal(CLSignal value)Set the value of View Signal.
-