|
|
|
The Sequence DiagramSequence diagrams are a good way to illustrate method calls between your classes and the order in which they occur. To create a sequence diagram
MessagesUML modeling defines a message as a communication between objects that can include classes, humans, and other systems. Because LumiCode is modeling your code, a more restrictive definition applies. A "message to an object" can always be thought of as a "call to a class method". The name of a message will be the same as the name of the method that gets called. We will use the term "method" to refer to an activation of the message that gets called. So a "method" can send a "message". To add a start messageA start message is a call to a method from outside the world of your diagram.
To select a message
Message sequences
The messages that are sent from the currently selected method are displayed in the lower left list box. Click on the message you wish to add to your diagram. When you wish to add several messages from the same method, you must re-select the original method after each add. This is because the newly added message will be selected after each add. To remove a message from the diagram
To add a caption or comment to your diagramPosition the mouse over your diagram and then click the right mouse button. Select Caption or Comment. Enter your text into the Comment Editor and then click OK. To adjust the layout of your diagramWhen your diagram contains all the messages you wish to display, you can fine tune the diagram by dragging the class boxes at the top of the diagram with the left mouse button. They are limited to moving horizontally. Return to Help Contents |
|
|
|
|
Copyright © 2006-2008 Lumikon Software, Inc. All rights reserved. |