|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message | |
---|---|
org.eclipse.uml2 | |
org.eclipse.uml2.util |
Uses of Message in org.eclipse.uml2 |
---|
Methods in org.eclipse.uml2 that return Message | |
Message |
UML2Factory.createMessage()
Returns a new object of class 'Message' |
Message |
MessageEnd.getReceiveMessage()
Returns the value of the 'Receive Message' reference. |
Message |
MessageEnd.getSendMessage()
Returns the value of the 'Send Message' reference. |
Message |
Interaction.getMessage(java.lang.String name)
Retrieves the Message with the specified 'Name' from the 'Message' containment reference list |
Message |
Interaction.createMessage(EClass eClass)
Deprecated. Use #createMessage() instead. |
Message |
Interaction.createMessage()
Creates a Message and appends it to the 'Message' containment reference list |
Methods in org.eclipse.uml2 with parameters of type Message | |
void |
MessageEnd.setReceiveMessage(Message value)
Sets the value of the ' Receive Message ' reference |
void |
MessageEnd.setSendMessage(Message value)
Sets the value of the ' Send Message ' reference |
Uses of Message in org.eclipse.uml2.util |
---|
Methods in org.eclipse.uml2.util with parameters of type Message | |
boolean |
UML2Validator.validateMessage(Message message,
DiagnosticChain diagnostics,
java.util.Map context)
|
java.lang.Object |
UML2Switch.caseMessage(Message object)
Returns the result of interpretting the object as an instance of 'Message' |
|
Copyright 2003, 2005 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |