|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Message in se.umu.cs.SequenceDiagramEditor |
Fields in se.umu.cs.SequenceDiagramEditor declared as Message | |
private Message |
Message.returnMessage
The return message belonging to the message. |
Methods in se.umu.cs.SequenceDiagramEditor that return Message | |
Message |
Message.getReturnMessage()
This method returns the return message belonging to this message. |
private Message |
DrawingArea.getMessage(org.w3c.dom.Element e)
This method is used by the method readInMessage. |
Methods in se.umu.cs.SequenceDiagramEditor with parameters of type Message | |
void |
Message.setReturnMessage(Message retMess)
This method sets the return message of the message. |
void |
DrawingArea.addToSequence(Message newMessage,
Message oldMessage)
This method is called when the user has placed a new message between another message and its returnmessage. |
void |
ClassEntity.addMessage(Message m)
This method adds a message to the messageList of the classEntity, if it is not already in the list. |
void |
ClassEntity.deleteMessage(Message m)
This method removes a messages from the messageList of the classEntity if the message is in the list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |