SlideShare a Scribd company logo
Rational Rose
Tutorial
Anis Yousefi
Teaching Assistant
SE3KO4 / SE3MO4
Software Development for Computer and
Electrical Engineering
Email: yousea2@mcmaster.ca

Introduction to Rational Rose

1
Objectives





Get to know Rational Rose
Get Familiar with general functions of
Rational Rose for Modeling
Create UML Diagrams with Rational
Rose

Introduction to Rational Rose

2
Assumption


You are familiar with Unified Modeling
Language (UML)

• Either

• Read a book on UML
• Been trained in UML
• Used UML on work project



You are familiar with object oriented software

Introduction to Rational Rose

3
Access To Rational Rose



Available at student lab
Can download full version from Rational

• 15-day trial license

Introduction to Rational Rose

4
What is Rational Rose?





ROSE = Rational Object Oriented Software Engineering
Rational Rose is a set of visual modeling tools for
development of object oriented software.
Visual Modeling is the process of graphically depicting the
system to be developed

•
•
•

Presenting essential details
Filtering out non-essential details
Viewing the system from different perspectives

Introduction to Rational Rose

5
Why Model?



The UML models act as an architectural
blueprint for software development.
Good models:

•
•
•
•

Identify requirements and communicate information
Allows focus on how system components interact,
without get bogged out in specific details
Allows you to see relationships among design
components
Improves communication across your team through
the use of common graphical language

Introduction to Rational Rose

6
Visual Modeling Tools May Help
Mitigate these Problems







Software that poorly fits user needs
Inability to deal with changing requirements
Software integration problems
Discovery of serious flaws too late in the
project
Software that is hard to maintain and extend

Introduction to Rational Rose

7
When Should ROSE be Used?



Modeling can be useful at any point in the application
development process.
Initial Design Work (Requirement Analysis and
Definition)
• Use Cases
• Class Diagrams
• Sequence Diagram
Spend your time dealing with issues such as the planned
uses of software system and how you will implement a
programming environment to address these issues--not
where and how you are going to place the buttons on
your first screen.
Introduction to Rational Rose

8
When Should ROSE be Used?



Refinement of Early Models (System & Software
Design)
Introduced in Middle of Project
• Rational Rose includes tools for reverse engineering
as well as forward engineering of classes and
component architectures.
• You can gain valuable insights to your actual
constructed architecture and pinpoint deviations from
the original design.
• Rose offers a fast way for clients and new employees
to become familiar with system internals

Introduction to Rational Rose

9
Rose




Rose Enterprise:

•

Supports multiple languages, including VC++, VB,
Java, CORBA

Rose GUI:

•
•
•
•
•
•
•

Standard ToolBar
Diagram ToolBox
Browser
Diagram Window
Documentation Window
Specifications
Log Window

Introduction to Rational Rose

10
Diagram Toolbox

Browser Window
Your model is
Really in HERE!

Diagram Window

Documentation Window
Log Window
Introduction to Rational Rose

11
Rational Rose Interface




The Rose standard toolbar (near the top of the window)

•
•

is always displayed - independent of the current diagram type.
While in Rose, place your cursor over the toolbar to display a
tooltip for each icon.

The browser

•
•
•
•

a hierarchical navigational tool allowing you to view the names and
icons representing diagrams and model elements.
The plus (+) sign next to an icon indicates the item is collapsed
and additional information is located under the entry. Click on the +
sign and the tree is expanded.
Conversely, a minus (-) sign indicates the entry is fully expanded.
If the browser is not displayed, select Browser from the View
menu.

Introduction to Rational Rose

12
Rational Rose Interface




Diagram window

•

Allows you to create, update, and model different
diagrams, that are, graphical views of the model

Diagram toolbar

•
•
•
•

Is unique to each diagram type and can be
customized.
Is active only when a diagram is displayed.
May be visible or hidden; docked or floating.
As with the standard toolbar, placing your cursor on an
icon displays the tooltip for that icon.

Introduction to Rational Rose

13
Toolbar for Class Diagrams


Any element of a diagram can be created by
• placing the mouse pointer over a Tool in the Toolbar
• Drag&Drop over the diagram canvas

text
interface

Note

class
Pointer

Note Anchor

asociation

generalization
package
dependency or instantiation

Association class
Introduction to Rational Rose

realization
14
Rational Rose Interface


The Specification window –

(right click on Use Case View

Package; Open Specification…)

•
•



Is a textual representation of a model element that allows
you to view and manipulate the element's properties.
Note that information added to the documentation window
is automatically added to the documentation field in the
specification window.

The Log window –

•
•

(down at very bottom)

Reports progress, results, and errors
Right-click on Log window to see available actions
Introduction to Rational Rose

15
Models, Views, Diagrams


Models themselves are constructed using different views and diagrams to
accurately depict different stakeholder perspectives and the system’s building
blocks, respectively.



Models are complete representations of the system.



Views allow different stakeholders to see the system from their own
perspectives

•

Views contain Models…

•

Models generally contain a number of diagrams – some of these terms are
‘used’ interchangeably…

•
•



E.g. Logical View contains analysis model, business object model, design model
(Sometimes models can contain ‘views’ too…)

E.g. Design model contains class diagrams, sequence diagrams, and a number of
others….

Diagrams: means by which we view of the system.

•
•

Different building blocks (model elements) for different types.
E.g.: classes, interfaces, collaborations, components, nodes,
dependencies, generalizations, and associations.
Introduction to Rational Rose

16
Views


Just as there are many views of a house under construction the floor plan, the wiring diagram, the elevation plan, there are
many views of a software project under development.



Rational Rose is organized around the following views of a
software project:

•
•
•
•

Use Case
Logical
Component
Deployment

Each of these views presents a different aspect of the model
and is explained in subsequent slides.

Introduction to Rational Rose

17
The use-case view




The use-case view helps you to understand and use the
system. This view looks at how actors and use cases
interact.
The diagrams in this view are:

•
•
•
•

Use-case diagrams
Sequence diagrams
Collaboration diagrams
Activity diagrams

This view contains a Main diagram by default. Additional
diagrams can be added throughout the analysis and
design process.

Introduction to Rational Rose

18
Introduction to Rational Rose

19
The logical view




The logical view addresses the functional
requirements of the system.
This view looks at classes and their
relationships.
The diagrams in this view are:

•
•

Class diagrams
Statechart diagrams

This view contains a Main diagram by default.
Additional diagrams can be added throughout
the analysis and design process.
Introduction to Rational Rose

20
Lect 1: Rational Rose Tutorial
Introduction to Rational Rose

21
The component view





The component view addresses the software
organization of the system.
This view contains information about the
software, executable and library components
for the system.
This view contains only component diagrams.
The component view contains a Main diagram
by default. Additional diagrams can be added
to this view throughout the analysis and design
process.
Introduction to Rational Rose

22
Introduction to Rational Rose

23
The deployment view





The deployment view shows the
mapping of processes to hardware.
This type of diagram is most useful in a
distributed architecture environment
where you might have applications and
servers at different locations.
This view contains only one diagram -the
deployment diagram.
Introduction to Rational Rose

24
Introduction to Rational Rose

25
Diagrams




Simply put, a diagram is a graphical representation of the
elements of your system.
Different diagram types allow you to view your system from
multiple perspectives.
You can create various types of diagrams in Rational Rose.
The diagram types include:

•
•
•
•
•
•

Use-Case
Class
Activity
Statechart
Component
Deployment

Each of these diagram types is explained in subsequent slides.

Introduction to Rational Rose

26
Use-case diagrams








Use-case diagrams present a high-level view of system
usage as viewed from an outsider's (actor's) perspective.
These diagrams show the functionality of a system or a
class and how the system interacts with the outside
world.
Use-case diagrams can be used during analysis to
capture the system requirements and to understand how
the system should work.
During the design phase, use-case diagrams specify the
behavior of the system as implemented.
Rose automatically creates a Main use-case diagram in
the use-case view. There are typically many use-case
diagrams in a single model.

Introduction to Rational Rose

27
UC Diagram example

Introduction to Rational Rose

28
Class diagrams






A class diagram helps you visualize the
structural or static view of a system and is one
of the most common diagram types.
Class diagrams show the relationships among
and details about each class.
Class diagrams are also the foundation for
component and deployment diagrams.
Rose automatically creates a Main class
diagram in the logical view. There are typically
many class diagrams in a single model.

Introduction to Rational Rose

29
Class Diagram Sample

Introduction to Rational Rose

30
Sequence diagrams







A sequence diagram illustrates object interactions
arranged in a time sequence.
These diagrams are typically associated with use cases.
Sequence diagrams show you step-by-step what has to
happen to accomplish something in the use case.
This type of diagram emphasizes the sequence of events,
whereas collaboration diagrams (an alternative view of
the same information) emphasize the relationship.
This type of diagram is best used early in the design or
analysis phase because it is simple and easy to
comprehend.

Introduction to Rational Rose

31
Sequence Diagram Example

Introduction to Rational Rose

32
Collaboration diagrams







Collaboration diagrams provide a view of the interactions
or structural relationships between objects in the current
model.
This type of diagram emphasizes the relationship
between objects whereas sequence diagrams emphasize
the sequence of events.
Collaboration diagrams contain objects, links, and
messages.
Use collaboration diagrams as the primary vehicle to
describe interactions that express decisions about system
behavior.

Introduction to Rational Rose

33
Collaboration Diagram Example

Introduction to Rational Rose

34
Activity diagrams







Activity diagrams model the workflow of a business process
and the sequence of activities in a process.
These diagrams are very similar to a flowchart because you
can model a workflow from activity to activity or from activity to
state.
It is often beneficial to create an activity diagram early in the
modeling of a process to help you understand the overall
process.
Activity diagrams are also useful when you want to describe
parallel behavior or illustrate how behaviors in several use
cases interact.

Introduction to Rational Rose

35
Activity Diagram Example

Introduction to Rational Rose

36
Component diagrams





Component diagrams provide a physical
view of the current model.
They show the organization and
dependencies among software components,
including source code, binary code, and
executable components.
You can create one or more component
diagrams to depict components and
packages or to represent the contents of
each component package.

Introduction to Rational Rose

37
Component Diagram Example

Introduction to Rational Rose

38
Deployment diagrams


Each model contains a single
deployment diagram that shows the
mapping of processes to hardware.

Introduction to Rational Rose

39
Deployment Diagram Example

Introduction to Rational Rose

40
Statechart diagrams





You can use statechart diagrams to model the dynamic
behavior of individual classes or objects.
Statechart diagrams show the sequences of states that
an object goes through, the events that cause a transition
from one state or activity to another, and the actions that
result from a state or activity change.
A statechart diagram is typically used to model the
discrete stages of an object's lifetime, whereas an activity
diagram is better suited to model the sequence of
activities in a process.

Introduction to Rational Rose

41
Statechart Diagram Example

Introduction to Rational Rose

42
Specifications


Specifications are dialog boxes
that allow you to set or change
model element properties.



Changes made to a model
element either through the
specification or directly on the
icon are automatically updated
throughout the model.

Introduction to Rational Rose

43
Start Rational Rose


Start Rose

• Start → Programs → Rational Rose

Introduction to Rational Rose

44
Create a New Model






When Rose is started
When Rose has been
started: File → New
From Scratch: New
From File System:

Existing OR Recent

Introduction to Rational Rose

45
To Save a Model


File → Save o Save As

Introduction to Rational Rose

46
Delete an Element


Shallow Delete

•
•

Edit Delete
Select element in diagram → key DEL

It is not deleted from the MODEL!! (only from the diagram, not from Browser)



Deep Delete

•
•

Select element in Browser → click right button →
Delete
Select element in diagram → Click CTRL+D

It is deleted from the MODEL!! (It will disapear from the diagram and from the Browser)

Introduction to Rational Rose

47
Move Elements across Packages


Drag&Drop in each Package Browser
from one to another

• One to One
• Pay attention: by moving the classes it does

not mean that associations will move as well!!
(Rational Rose 2000>)

• They are elements with Identity

Introduction to Rational Rose

48
More Information



UML Home Page http://www.platinum.com/corp/uml/uml.htm
Online Tutorials for Rational Rose -

http://www.rational.com/products/rose/gstart/online.jtmpl


Rose Whitepapers

http://www.rational.com/products/rose/prodinfo/whitepapers/ind
ex.jtmpl


Rose Architect E-Magazine

http://www.rosearchitect.com/mag/index.shtml


Visual Modeling with Rational Rose and UML,
by Terry Quatrani
Introduction to Rational Rose

49

More Related Content

PPT
UML Diagrams
PPTX
Use case diagram
PPTX
Presentation on uml
PPTX
Basic Behavioral Modeling
PPT
Use case Diagram
PPTX
UML and Software Modeling Tools.pptx
PPT
Introduction to Rational Rose
PPT
Use Case Diagram
UML Diagrams
Use case diagram
Presentation on uml
Basic Behavioral Modeling
Use case Diagram
UML and Software Modeling Tools.pptx
Introduction to Rational Rose
Use Case Diagram

What's hot (20)

PPTX
Context model
PPT
Unit 1( modelling concepts & class modeling)
PPT
Rational Unified Process
PPTX
Reusibility vs Extensibility in OOAD
PPTX
Class and object_diagram
PPTX
Activity diagram model
PPTX
Overview of UML Diagrams
PDF
Lecture6 activity diagrams
PPT
PPT
Use Case Diagram
PDF
SE_Lec 09_ UML Behaviour Diagrams
PPT
Uml - An Overview
PPTX
software project management Waterfall model
PPTX
Software Myths
PPTX
UML - activity diagram tutorial
PPT
Uml class-diagram
PPTX
Object diagram
PPTX
Software Project Management - Staffing
PPTX
SDLC Model (Waterfall,Iterative Waterfall,Spiral)
PPT
State Machine Diagram
Context model
Unit 1( modelling concepts & class modeling)
Rational Unified Process
Reusibility vs Extensibility in OOAD
Class and object_diagram
Activity diagram model
Overview of UML Diagrams
Lecture6 activity diagrams
Use Case Diagram
SE_Lec 09_ UML Behaviour Diagrams
Uml - An Overview
software project management Waterfall model
Software Myths
UML - activity diagram tutorial
Uml class-diagram
Object diagram
Software Project Management - Staffing
SDLC Model (Waterfall,Iterative Waterfall,Spiral)
State Machine Diagram
Ad

Similar to Rational rose tutorial (20)

PPT
CS554 � Introduction to Rational Rose
PPT
the Modeling is a way of thinking about the
PPTX
Rational Rose.pptxbnnhjjnbjknhjjkhhjhhhh
PPT
02intro
PDF
Lab 2
PPT
manual rational.ppt
PDF
Rational rose 2000e using rose
PPT
Chapter9
PPT
01about
PPT
SE UML.ppt
PPT
Visual Modeling for Java Developers 方俊賢 Ken Fang Software Engineering Sp...
PPTX
Visio, Jude and rational rose
PDF
[0201699613]visual modeling with rational rose 2000 and uml
PPT
03usecase
PDF
Rose Rei Guide
PPT
12report
PPT
Rational Rose is a Computer Aided Software Engineering (CASE) tool. It is a g...
PDF
Week 04-activity
DOCX
Smart Health care system for kids
PDF
Object oriented modelling
CS554 � Introduction to Rational Rose
the Modeling is a way of thinking about the
Rational Rose.pptxbnnhjjnbjknhjjkhhjhhhh
02intro
Lab 2
manual rational.ppt
Rational rose 2000e using rose
Chapter9
01about
SE UML.ppt
Visual Modeling for Java Developers 方俊賢 Ken Fang Software Engineering Sp...
Visio, Jude and rational rose
[0201699613]visual modeling with rational rose 2000 and uml
03usecase
Rose Rei Guide
12report
Rational Rose is a Computer Aided Software Engineering (CASE) tool. It is a g...
Week 04-activity
Smart Health care system for kids
Object oriented modelling
Ad

Recently uploaded (20)

PDF
Approach and Philosophy of On baking technology
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Heart disease approach using modified random forest and particle swarm optimi...
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PPTX
OMC Textile Division Presentation 2021.pptx
PPTX
Machine Learning_overview_presentation.pptx
PPTX
Tartificialntelligence_presentation.pptx
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
August Patch Tuesday
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PPTX
cloud_computing_Infrastucture_as_cloud_p
Approach and Philosophy of On baking technology
SOPHOS-XG Firewall Administrator PPT.pptx
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Heart disease approach using modified random forest and particle swarm optimi...
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Univ-Connecticut-ChatGPT-Presentaion.pdf
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
OMC Textile Division Presentation 2021.pptx
Machine Learning_overview_presentation.pptx
Tartificialntelligence_presentation.pptx
Group 1 Presentation -Planning and Decision Making .pptx
Spectral efficient network and resource selection model in 5G networks
Digital-Transformation-Roadmap-for-Companies.pptx
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Programs and apps: productivity, graphics, security and other tools
August Patch Tuesday
gpt5_lecture_notes_comprehensive_20250812015547.pdf
cloud_computing_Infrastucture_as_cloud_p

Rational rose tutorial

  • 1. Rational Rose Tutorial Anis Yousefi Teaching Assistant SE3KO4 / SE3MO4 Software Development for Computer and Electrical Engineering Email: yousea2@mcmaster.ca Introduction to Rational Rose 1
  • 2. Objectives    Get to know Rational Rose Get Familiar with general functions of Rational Rose for Modeling Create UML Diagrams with Rational Rose Introduction to Rational Rose 2
  • 3. Assumption  You are familiar with Unified Modeling Language (UML) • Either • Read a book on UML • Been trained in UML • Used UML on work project  You are familiar with object oriented software Introduction to Rational Rose 3
  • 4. Access To Rational Rose   Available at student lab Can download full version from Rational • 15-day trial license Introduction to Rational Rose 4
  • 5. What is Rational Rose?    ROSE = Rational Object Oriented Software Engineering Rational Rose is a set of visual modeling tools for development of object oriented software. Visual Modeling is the process of graphically depicting the system to be developed • • • Presenting essential details Filtering out non-essential details Viewing the system from different perspectives Introduction to Rational Rose 5
  • 6. Why Model?   The UML models act as an architectural blueprint for software development. Good models: • • • • Identify requirements and communicate information Allows focus on how system components interact, without get bogged out in specific details Allows you to see relationships among design components Improves communication across your team through the use of common graphical language Introduction to Rational Rose 6
  • 7. Visual Modeling Tools May Help Mitigate these Problems      Software that poorly fits user needs Inability to deal with changing requirements Software integration problems Discovery of serious flaws too late in the project Software that is hard to maintain and extend Introduction to Rational Rose 7
  • 8. When Should ROSE be Used?   Modeling can be useful at any point in the application development process. Initial Design Work (Requirement Analysis and Definition) • Use Cases • Class Diagrams • Sequence Diagram Spend your time dealing with issues such as the planned uses of software system and how you will implement a programming environment to address these issues--not where and how you are going to place the buttons on your first screen. Introduction to Rational Rose 8
  • 9. When Should ROSE be Used?   Refinement of Early Models (System & Software Design) Introduced in Middle of Project • Rational Rose includes tools for reverse engineering as well as forward engineering of classes and component architectures. • You can gain valuable insights to your actual constructed architecture and pinpoint deviations from the original design. • Rose offers a fast way for clients and new employees to become familiar with system internals Introduction to Rational Rose 9
  • 10. Rose   Rose Enterprise: • Supports multiple languages, including VC++, VB, Java, CORBA Rose GUI: • • • • • • • Standard ToolBar Diagram ToolBox Browser Diagram Window Documentation Window Specifications Log Window Introduction to Rational Rose 10
  • 11. Diagram Toolbox Browser Window Your model is Really in HERE! Diagram Window Documentation Window Log Window Introduction to Rational Rose 11
  • 12. Rational Rose Interface   The Rose standard toolbar (near the top of the window) • • is always displayed - independent of the current diagram type. While in Rose, place your cursor over the toolbar to display a tooltip for each icon. The browser • • • • a hierarchical navigational tool allowing you to view the names and icons representing diagrams and model elements. The plus (+) sign next to an icon indicates the item is collapsed and additional information is located under the entry. Click on the + sign and the tree is expanded. Conversely, a minus (-) sign indicates the entry is fully expanded. If the browser is not displayed, select Browser from the View menu. Introduction to Rational Rose 12
  • 13. Rational Rose Interface   Diagram window • Allows you to create, update, and model different diagrams, that are, graphical views of the model Diagram toolbar • • • • Is unique to each diagram type and can be customized. Is active only when a diagram is displayed. May be visible or hidden; docked or floating. As with the standard toolbar, placing your cursor on an icon displays the tooltip for that icon. Introduction to Rational Rose 13
  • 14. Toolbar for Class Diagrams  Any element of a diagram can be created by • placing the mouse pointer over a Tool in the Toolbar • Drag&Drop over the diagram canvas text interface Note class Pointer Note Anchor asociation generalization package dependency or instantiation Association class Introduction to Rational Rose realization 14
  • 15. Rational Rose Interface  The Specification window – (right click on Use Case View Package; Open Specification…) • •  Is a textual representation of a model element that allows you to view and manipulate the element's properties. Note that information added to the documentation window is automatically added to the documentation field in the specification window. The Log window – • • (down at very bottom) Reports progress, results, and errors Right-click on Log window to see available actions Introduction to Rational Rose 15
  • 16. Models, Views, Diagrams  Models themselves are constructed using different views and diagrams to accurately depict different stakeholder perspectives and the system’s building blocks, respectively.  Models are complete representations of the system.  Views allow different stakeholders to see the system from their own perspectives • Views contain Models… • Models generally contain a number of diagrams – some of these terms are ‘used’ interchangeably… • •  E.g. Logical View contains analysis model, business object model, design model (Sometimes models can contain ‘views’ too…) E.g. Design model contains class diagrams, sequence diagrams, and a number of others…. Diagrams: means by which we view of the system. • • Different building blocks (model elements) for different types. E.g.: classes, interfaces, collaborations, components, nodes, dependencies, generalizations, and associations. Introduction to Rational Rose 16
  • 17. Views  Just as there are many views of a house under construction the floor plan, the wiring diagram, the elevation plan, there are many views of a software project under development.  Rational Rose is organized around the following views of a software project: • • • • Use Case Logical Component Deployment Each of these views presents a different aspect of the model and is explained in subsequent slides. Introduction to Rational Rose 17
  • 18. The use-case view   The use-case view helps you to understand and use the system. This view looks at how actors and use cases interact. The diagrams in this view are: • • • • Use-case diagrams Sequence diagrams Collaboration diagrams Activity diagrams This view contains a Main diagram by default. Additional diagrams can be added throughout the analysis and design process. Introduction to Rational Rose 18
  • 20. The logical view    The logical view addresses the functional requirements of the system. This view looks at classes and their relationships. The diagrams in this view are: • • Class diagrams Statechart diagrams This view contains a Main diagram by default. Additional diagrams can be added throughout the analysis and design process. Introduction to Rational Rose 20
  • 21. Lect 1: Rational Rose Tutorial Introduction to Rational Rose 21
  • 22. The component view    The component view addresses the software organization of the system. This view contains information about the software, executable and library components for the system. This view contains only component diagrams. The component view contains a Main diagram by default. Additional diagrams can be added to this view throughout the analysis and design process. Introduction to Rational Rose 22
  • 24. The deployment view    The deployment view shows the mapping of processes to hardware. This type of diagram is most useful in a distributed architecture environment where you might have applications and servers at different locations. This view contains only one diagram -the deployment diagram. Introduction to Rational Rose 24
  • 26. Diagrams    Simply put, a diagram is a graphical representation of the elements of your system. Different diagram types allow you to view your system from multiple perspectives. You can create various types of diagrams in Rational Rose. The diagram types include: • • • • • • Use-Case Class Activity Statechart Component Deployment Each of these diagram types is explained in subsequent slides. Introduction to Rational Rose 26
  • 27. Use-case diagrams      Use-case diagrams present a high-level view of system usage as viewed from an outsider's (actor's) perspective. These diagrams show the functionality of a system or a class and how the system interacts with the outside world. Use-case diagrams can be used during analysis to capture the system requirements and to understand how the system should work. During the design phase, use-case diagrams specify the behavior of the system as implemented. Rose automatically creates a Main use-case diagram in the use-case view. There are typically many use-case diagrams in a single model. Introduction to Rational Rose 27
  • 28. UC Diagram example Introduction to Rational Rose 28
  • 29. Class diagrams     A class diagram helps you visualize the structural or static view of a system and is one of the most common diagram types. Class diagrams show the relationships among and details about each class. Class diagrams are also the foundation for component and deployment diagrams. Rose automatically creates a Main class diagram in the logical view. There are typically many class diagrams in a single model. Introduction to Rational Rose 29
  • 30. Class Diagram Sample Introduction to Rational Rose 30
  • 31. Sequence diagrams      A sequence diagram illustrates object interactions arranged in a time sequence. These diagrams are typically associated with use cases. Sequence diagrams show you step-by-step what has to happen to accomplish something in the use case. This type of diagram emphasizes the sequence of events, whereas collaboration diagrams (an alternative view of the same information) emphasize the relationship. This type of diagram is best used early in the design or analysis phase because it is simple and easy to comprehend. Introduction to Rational Rose 31
  • 33. Collaboration diagrams     Collaboration diagrams provide a view of the interactions or structural relationships between objects in the current model. This type of diagram emphasizes the relationship between objects whereas sequence diagrams emphasize the sequence of events. Collaboration diagrams contain objects, links, and messages. Use collaboration diagrams as the primary vehicle to describe interactions that express decisions about system behavior. Introduction to Rational Rose 33
  • 35. Activity diagrams     Activity diagrams model the workflow of a business process and the sequence of activities in a process. These diagrams are very similar to a flowchart because you can model a workflow from activity to activity or from activity to state. It is often beneficial to create an activity diagram early in the modeling of a process to help you understand the overall process. Activity diagrams are also useful when you want to describe parallel behavior or illustrate how behaviors in several use cases interact. Introduction to Rational Rose 35
  • 37. Component diagrams    Component diagrams provide a physical view of the current model. They show the organization and dependencies among software components, including source code, binary code, and executable components. You can create one or more component diagrams to depict components and packages or to represent the contents of each component package. Introduction to Rational Rose 37
  • 39. Deployment diagrams  Each model contains a single deployment diagram that shows the mapping of processes to hardware. Introduction to Rational Rose 39
  • 41. Statechart diagrams    You can use statechart diagrams to model the dynamic behavior of individual classes or objects. Statechart diagrams show the sequences of states that an object goes through, the events that cause a transition from one state or activity to another, and the actions that result from a state or activity change. A statechart diagram is typically used to model the discrete stages of an object's lifetime, whereas an activity diagram is better suited to model the sequence of activities in a process. Introduction to Rational Rose 41
  • 43. Specifications  Specifications are dialog boxes that allow you to set or change model element properties.  Changes made to a model element either through the specification or directly on the icon are automatically updated throughout the model. Introduction to Rational Rose 43
  • 44. Start Rational Rose  Start Rose • Start → Programs → Rational Rose Introduction to Rational Rose 44
  • 45. Create a New Model     When Rose is started When Rose has been started: File → New From Scratch: New From File System: Existing OR Recent Introduction to Rational Rose 45
  • 46. To Save a Model  File → Save o Save As Introduction to Rational Rose 46
  • 47. Delete an Element  Shallow Delete • • Edit Delete Select element in diagram → key DEL It is not deleted from the MODEL!! (only from the diagram, not from Browser)  Deep Delete • • Select element in Browser → click right button → Delete Select element in diagram → Click CTRL+D It is deleted from the MODEL!! (It will disapear from the diagram and from the Browser) Introduction to Rational Rose 47
  • 48. Move Elements across Packages  Drag&Drop in each Package Browser from one to another • One to One • Pay attention: by moving the classes it does not mean that associations will move as well!! (Rational Rose 2000>) • They are elements with Identity Introduction to Rational Rose 48
  • 49. More Information   UML Home Page http://www.platinum.com/corp/uml/uml.htm Online Tutorials for Rational Rose - http://www.rational.com/products/rose/gstart/online.jtmpl  Rose Whitepapers http://www.rational.com/products/rose/prodinfo/whitepapers/ind ex.jtmpl  Rose Architect E-Magazine http://www.rosearchitect.com/mag/index.shtml  Visual Modeling with Rational Rose and UML, by Terry Quatrani Introduction to Rational Rose 49