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 CLSignal
ANBroadcastSignal. getSignal()
The specification of signal object transmitted to the target objects.CLSignal
ANSendSignal. 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 void
ANBroadcastSignal. setSignal(CLSignal value)
Set the value of Foreign Key Signal.void
ANSendSignal. 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 CLSignal
BESignalEvent. getSignal()
Returns theCLSignal
of 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 CLSignal
CLSignalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Signal with template and container.static CLSignal
CLSignalHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Signal with stereotype and container.CLSignal
CLProperty. getOwningSignal()
CLSignal
CLReception. getSignal()
Methods in de.mid.innovator.srv2api.icw2class with parameters of type CLSignal Modifier and Type Method Description void
CLReception. 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 CLSignal
IASignalMessage. getSignal()
Specifies the assignedCLSignal
of the signal message.Methods in de.mid.innovator.srv2api.icw2ia with parameters of type CLSignal Modifier and Type Method Description void
IASignalMessage. setSignal(CLSignal value)
Set the value of View Signal.
-