1 / 19

Visio 2007 for UML Tutorial

Visio 2007 for UML Tutorial. Overview. The tutorial demonstrates how to use Visio 2007 to create UML diagrams. We will focus on five most widely used UML diagrams which will always be needed in order to model a business process, a system, and a software. Use Case Diagram Activity Diagram

ginny
Télécharger la présentation

Visio 2007 for UML Tutorial

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Visio 2007 for UML Tutorial

  2. Overview • The tutorial demonstrates how to use Visio 2007 to create UML diagrams. We will focus on five most widely used UML diagrams which will always be needed in order to model a business process, a system, and a software. • Use Case Diagram • Activity Diagram • Sequence Diagram • Class Diagram • State Machine (statechart) Diagram

  3. Start Visio • Double on the Visio icon on the desktop, or • Go to Start->Programs->Microsoft Office->Visio

  4. Open Sample Diagrams • Visio provides some samples to help users to learn the tool • To open a sample diagram, click Sample on the Template Categories panel which is located on the left side of the Visio main page, select a sample diagram such as “Process Improvement”, and then click the Open Diagram button on the right hand side panel 1 2 3

  5. Open UML Template • Click Software and Database • Click UML Model Diagram • Click the Create button • Visio will give you a blank worksheet and template with basic shapes and connectors for a chosen drawing type 1 2 3

  6. UML Template UML Diagrams Drawing Sheet (area) Drawing Toolbar

  7. Page Setup • The initial worksheet appears in the portrait orientation, it would be more effective to use the sheet in landscape orientation • Select the Page Setup option from the File drop-down menu • Click the Landscape option • Page Setup also allows you to change the size, margin, scale, etc.

  8. Save Drawing • Go to File->Save As from the menu • From Save As dialog, identify a folder and enter a file name for the new drawing • Visio use “vsd” as the extension for all the drawing file

  9. Creating Use Case Diagram • In Visio, select UML Use Case from the Shape toolbar • Click System Boundary shape and drag it to the drawing area • Double-click on the title of the boundary and rename it to “Dishwasher” • Rename the Diagram at the bottom 4 1 3 2 5

  10. Use Case • Click Use Case on the toolbar and drag the Use Case shape to the diagram • To resize the Use Case on the diagram, select the Use Case and drag the Green square on the Use Case to resize it

  11. Rename Use Case • Double-click on the Use Case on the diagram to open its Properties dialog • Enter a name for the Use Case on the Name field and Use Case description on the Documentation field • Use the menu bar to change the size of Use Case name

  12. Actor • Click Actor on the toolbar and drag it to the diagram • Open the actor Properties and rename it as “User” • Click Communication on the toolbar and drag it to the diagram • Connect the association between the actor and Use Case

  13. Activity Diagram • Insert a new page by clicking Insert->New Page on the menu • Name the page as “Washing Dish Activity Diagram” • Click UML Activity on the Shape panel

  14. Drawing Activity Diagram • Create two Swimlanes by dragging the Swimlane from the toolbar to the diagram and rename it • Drag Initial State from the toolbar to the diagram • Drag Action State to the diagram and rename it • Drag Control flow to the diagram • Connect the Control between two elements on the diagram • Open the Properties of Control Flow and assign Guard (Yes, No) for Decision

  15. Object Model Diagram • Insert a New Page and name it as Dishwasher Product Line • Click UML Static Structure on the toolbar

  16. Dishwasher Structure • Use the toolbar to add classes on the diagram • Use Composition to show relationship between Dishwasher and its components

  17. Add Operations and Attributes • Double-click on the class to open its Properties • On the Properties dialog, click Attributes or operations under Categories • Click the New button to create new attribute or operation • Enter the name and data type

  18. Sequence Diagram • Add a New Page • Click UML Sequence on the toolbar • Create Object LifeLines for the Dishwater and its components • Use Message to show the communication between the components

  19. Statechart for Dishwasher Class • Add a New Page • Click UML Statechart on the toolbar • Add States to the diagram • Use Transition to connect the states

More Related