UML Modeling Tools CSE 470 – Software Engineering Fall 1999 J. Brown.

Slides:



Advertisements
Similar presentations
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.
Advertisements

MS-Word XP Lesson 1.
Select New Project from Project menu to create a new project File.
Using Macros and Visual Basic for Applications (VBA) with Excel
UML Modeling Tools CSE 470 – Software Engineering Fall 2001 A. Subramanian.
An Online Microsoft Word Tutorial & Evaluation Begin.
PowerPoint Scavenger Hunt Lauren Davis EDTD 3011 A Summer 2007.
Inspiration 9 Visual Diagramming Software HOW TO USE THE PROGRAM IN THE SKILLS CENTER ROOM 801.
1 Using the Notes Tool Revised Materials License Learn how to access Notes Using Notes Exporting Notes Importing Notes Printing Notes Searching.
Copyright 2007, Paradigm Publishing Inc. POWERPOINT 2007 CHAPTER 1 BACKNEXTEND 1-1 LINKS TO OBJECTIVES Create Presentation Open, Save, Run, Print, Close,Delete.
Mary K. Olson PS Query Viewer 101. Uses for Query Viewer Query viewer contains custom queries and generic system queries which can be: 
MICROSOFT – WORD. WORD... text entry f formatting spell check bulleting numbering t tables and much more.
EPOCH 1000 File Management Data Logging and Reporting
Drawing forecast charts. Open NeLant basic map area.
Keyboard shortcuts in the 2007 Office system Introducing the Ribbon Based on extensive research into how people use Microsoft Office and how they wish.
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
Printing and Page Formatting ITSW 1401, Intro to Word Processing Instructor: Glenda H. Easter.
CHANGES IN MICROSOFT OFFICE 2013 A GUIDE TO THE NEW OFFICE EXPERIENCE.
TABLE OF CONTENTS LEARNING POWERPOINT
If you use Macromedia Flash Player 8 & your course folder not in the ‘Trusted Location’ list of Macromedia you have to follow the following steps to run.
CARLSON SOFTWARE CONFERENCE DANIEL V. SYPERSMA VICTOR GRAPHICS.
Making a Playable DVD movie using your digital photos And adding music to the movie.
Chapter 6 Generating Form Letters, Mailing Labels, and a Directory
Chapter 10 Fireworks: Part II The Web Warrior Guide to Web Design Technologies.
Introduction To Microsoft Word C Apply intermediate skills in utilizing word processing software Word processing programs make the writing process.
Fourth R Inc.1 WELCOME TO MICROSOFT OFFICE FRONTPAGE 2003 INTRODUCTORY COURSE.
Press Esc to Exit ©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in.
Dreamweaver MX. 2 Overview of Templates n Templates represent a web page design or _______ that will be common to multiple pages. n There are two situations.
XP Tutorial 4 Special Animations. XP New Perspectives on Macromedia Flash MX Special Layers for Animation Animation Using a Motion Guide Layer.
Visual Basic.NET BASICS Lesson 1 A First Look at Microsoft Visual Basic.NET.
Programmable Logic Training Course HDL Editor
Microsoft Visual Basic 2005 BASICS Lesson 1 A First Look at Microsoft Visual Basic.
Computer Literacy for IC 3 Unit 2: Using Productivity Software Chapter 3: Formatting and Organizing Paragraphs and Documents © 2010 Pearson Education,
(click to continue) Presidio High School Technology Applications.
Building the Events Components– Lesson 111 Building the Events Components Lesson 11.
1 Chapter 7: Customizing and Organizing Project Results 7.1 Combining Results 7.2 Updating Results 7.3 Customizing the Output Style (Self-Study)
CSE470 Software Engineering Fall Tools - Overview LaTeX – Tool to create documents RCS – Revision Control System, to maintain multiple versions.
Introduction to KE EMu Unit objectives: Introduction to Windows Use the keyboard and mouse Use the desktop Open, move and resize a.
A POWERPOINT PRESENTATION HOW TO CREATE…. WHY YOU USE POWERPOINT Well PowerPoint is a vary useful tool when you need to create a presentation. By using.
By Dawid Wojtalewicz. In this PowerPoint I will show you how to use internet and what can you do in it.
Key Applications Module Lesson 14 — Working with Tables Computer Literacy BASICS.
MSOffice PowerPoint 1 Part 2 ® Microsoft® Office 2010: Illustrated Introductory.
Microsoft PowerPoint Prepared by the Academic Faculty Members of IT.
1 Pertemuan 01 Explore state-of-the art tools Matakuliah: U0344 / DESKTOP 1 Tahun: 2006.
Image Conversion © Copyright William Rowan Objectives By the end of this you will be able to: Convert an image from one format to another.
On Line Microsoft Word Tutorial & Evaluation Begin.
If you don’t have Google Earth downloaded already, you can go to to get it.
Cell Column Drawing Toolbar Formatting Toolbar Formula Bar Help Box Menu Bar Name Box Rows Standard Toolbar Title Bar Worksheet.
Creating Word Documents Word Chapter 1 Mrs. Brown.
Groups of cells labeled with letters that go up and down (vertical)
>>0 >>1 >> 2 >> 3 >> 4 >>
XP New Perspectives on Creating Web Pages With Word Tutorial 1 1 Creating Web Pages With Word Tutorial 1.
Chapter 10 Using Macros, Controls and Visual Basic for Applications (VBA) with Excel Microsoft Excel 2013.
COMPREHENSIVE Excel Tutorial 12 Expanding Excel with Visual Basic for Applications.
Submitted by: DRPU Software Team Site:
Introducing IBM Rational Software Architect
DRAWING LINES To draw lines click View in the Main Menu Toolbar -> Toolbars and check the Editor option. The Editor toolbar will appear amongst the toobars.
PowerPoint Activity 5: To Be Determined…
Creating Web Pages and Graphics
Microsoft Excel 101.
Microsoft® Office 2010: Illustrated Introductory
UML Diagramming with JUDE
面向对象分析与设计 Use of starUML By Wang Meihong.
A Step-by-Step Procedure for Preparing BBS Sheets with Manual Entry of Each Bar is shown here Select BarBeQue 2009 Icon From Desktop Start Program BarBeQue.
Drawing OSA charts. Once Synops have been downloaded and ingested.
University of Warith AL-Anbiya’a
Key Applications Module Lesson 14 — Working with Tables
Visual Basic for Applications: Introduction
Instructions for using the Miradi Companion Reporting Tool
How To Password Protect A PDF Free With or Without Acrobat.
Presentation transcript:

UML Modeling Tools CSE 470 – Software Engineering Fall 1999 J. Brown

Objectives Introduce Dome to draw: –Class Diagrams –State Diagrams –Use Case Diagrams Demonstrate some of the less intuitive features of Dome. Introduce Xfig to draw Sequence Diagrams. Demonstrate how to convert diagrams to Postscript from Dome and Xfig.

Starting Dome

Creating a New Model

Use Case Tool

Use Case Diagram Start with the System Boundary Use Property Button to Change Properties of Diagram Components, e.g. Component Name

Class Diagram Tool

Class Diagram Insert model components, then edit with the ‘Properties’ button. All associations must be drawn between two classes. Change association multiplicities by the ‘Properties’ button.

State Diagram Tool

State Diagram States can be nested. Concurrent states: –Their parent must be a ‘Concurrent’. –Partition the parent with ‘Concurrent Partitions.’ –Place states within concurrent partitions. Edit transition and state properties by the ‘Properties’ button.

Running Dome Open an Xterm window. At the prompt, type ‘~cse470/bin/dome’. You may want to add the following alias to your.aliases file to shorten the command you need to type. –alias dome ‘~cse470/bin/dome’

Saving Files Create a directory for each project and save models in that directory. Develop some convention for model files so that you can easily identify which file is associated with which model, e.g. add a -uc to the end of the file name for the Use Case Diagram or add an extension to the name

Generating Postscript To generate a postscript file: –Select Print… under the File menu. –Check the ‘Print to File’ box. –Select ‘Encapsulated Postscript’ as the Format. –Modify the file name, if desired, then press ‘OK’.

Sequence Diagrams Dome doesn’t support sequence diagram drawing. For sequence diagrams, I recommend using ‘Xfig’. Xfig is a UNIX-based, generic drawing tool that can also generate Postscript files. To use Xfig, open an Xterm window. At the prompt, type ‘xfig’. Standard Xfig files have.fig extensions. To generate a postscript file in Xfig: –Select the ‘Export...’ button at the top of the screen. –Set ‘Language’ to ‘Postscript’, then hit ‘Export’.

Xfig Example