Uses of Interface
de.mid.innovator.srv2api.icw2ia.IAMessage
-
Packages that use IAMessage 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.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model.de.mid.innovator.srv2api.icw2ia The Interaction package describes the concepts needed to express interactions.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model.de.mid.innovator.srv2api.icw2sqdia Diagrams and graphical representations for elements of the icw2ia package. -
-
Uses of IAMessage in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class with type parameters of type IAMessage Modifier and Type Method Description <T extends IAMessage>
java.util.List<T>CLOperation. getMessage(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All messages using thisCLOperation
as signature. -
Uses of IAMessage in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return IAMessage Modifier and Type Method Description IAMessage
ELValSpec. getMessage()
The message which owns this argument. -
Uses of IAMessage in de.mid.innovator.srv2api.icw2ia
Subinterfaces of IAMessage in de.mid.innovator.srv2api.icw2ia Modifier and Type Interface Description interface
IACallMessage
The message is generated by a call to an operation.interface
IACreateMessage
The message that designates the creation of another lifeline object.interface
IADestructMessage
The message that designates the termination of another lifeline.interface
IAReplyMessage
The message is a reply message to an operation call.interface
IASignalMessage
The message was generated by the asynchronous sending of a signal.Methods in de.mid.innovator.srv2api.icw2ia with type parameters of type IAMessage Modifier and Type Method Description <T extends IAMessage>
java.util.List<T>IAInteraction. getMessage(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
The messages contained in this interaction.Methods in de.mid.innovator.srv2api.icw2ia that return IAMessage Modifier and Type Method Description IAMessage
IAMessageEnd. getReceiveMessage()
References theIAMessage
received by thisIAMessageEnd
.IAMessage
IAMessageEnd. getSendMessage()
References theIAMessage
send by thisIAMessageEnd
. -
Uses of IAMessage in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model with type parameters of type IAMessage Modifier and Type Method Description <T extends IAMessage>
java.util.List<T>MENamespaceAsgnAble. getSignatureMessage(java.lang.Class<T> returnType)
All messages with this named element as signature. -
Uses of IAMessage in de.mid.innovator.srv2api.icw2sqdia
Fields in de.mid.innovator.srv2api.icw2sqdia with type parameters of type IAMessage Modifier and Type Field Description java.util.List<IAMessage>
ARG_XSQDiaMessageEdgeRep. seqCorresponding
corresponding call or reply message
-