Uses of Interface
org.eclipse.uml2.Message

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(String unqualifiedName)
          Retrieves the Message with the specified name from the 'Message' containment reference list
 Message Interaction.createMessage(EClass eClass)
          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, Map context)
           
 Object UML2Switch.caseMessage(Message object)
          Returns the result of interpretting the object as an instance of 'Message'
 


Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.