Uses of Interface
de.mid.innovator.srv2api.icw2ia.IASignalMessage
-
Packages that use IASignalMessage Package Description 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 IASignalMessage in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type IASignalMessage Modifier and Type Method Description java.util.List<IASignalMessage>
CLSignal. getMessage(K_CONTROL_OPTION... behaviourFlags)
All signal messages using thisCLSignal
as signature. -
Uses of IASignalMessage in de.mid.innovator.srv2api.icw2ia
Methods in de.mid.innovator.srv2api.icw2ia that return IASignalMessage Modifier and Type Method Description static IASignalMessage
IASignalMessageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Signal Message with template from source to target element with requirement.static IASignalMessage
IASignalMessageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Signal Message with stereotype from source to target element with requirement.
-