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 thisCLOperationas 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 IAMessageELValSpec. 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 interfaceIACallMessageThe message is generated by a call to an operation.interfaceIACreateMessageThe message that designates the creation of another lifeline object.interfaceIADestructMessageThe message that designates the termination of another lifeline.interfaceIAReplyMessageThe message is a reply message to an operation call.interfaceIASignalMessageThe 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 IAMessageIAMessageEnd. getReceiveMessage()References theIAMessagereceived by thisIAMessageEnd.IAMessageIAMessageEnd. getSendMessage()References theIAMessagesend 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. seqCorrespondingcorresponding call or reply message
-