Usecase Diagram
Usecase Diagram
Before Using Rational Rose:
If you are doing individual work (such as homework), you should create a
directory to save your Rose models.� For example, in a UNIX terminal
window, type
��������� mkdir HW
If you are working on your team project, your model should be saved in your
team directory.
How to work with Rational Rose:
1) To start Rational Rose, type �rose� on the command prompt in your
terminal.
2) Window for Rational Rose will open. It might take some time.
3) If you are working on a new assignment,
From the File menu, select New and save it as your HW/Project name.
4) If you are continuing a previous assignment,
From the File menu, select Open and select the model you want to work
on.
5) Follow following guidelines to draw class diagram and use case model.
Changing Model Properties:
1) One of the folders in the browser is called Model Properties.� Double
click on it.
2) An �Options� window will appear.� Click on the �General� tab.
3) There are two font settings you will want to change;
a. For �default font� use MS Sans serif regular; font size 10
b. For �documentation font� use MS Sans serif regular; font size 8
4) Under the �Diagram� tab, you can select global properties for your
diagrams.� For example, you can choose whether to show on the
class diagram: attributes, visibility or operations.
to highlight it
ii. Pull down the Browse menu from the menu bar at the top
3. The Collaboration Diagram window will appear with all the objects,
actors and messages from the sequence diagram.� You may have to
rearrange the symbols on the diagram to increase readability.� But if
your sequence diagram is correct, you will not have to add any new
information to the diagram.
Customizing a Diagram Toolbar:
If you want to change the toolbar for drawing a diagram:
1) From the Tools menu, select Options
2) Select the Toolbar tab
3) Select the toolbar you want to change:
Class Diagram: UML
Use Case Diagram
4) A Customize Toolbar window will appear, allowing you to add or
remove icons.
Managing the Team Project directory:
1) Files you want to share with your team members should be saved in your
team project directory.
2) Check that files you have created in the team directory have the correct
permissions to give your team members access. (ls �al)
3) To change the file permissions to give all team members read, write and
execute access use the command:
chmod g+rwx filename
4) For more information on UNIX file permissions, see the link to �File
Permissions� under Team Project on the class home page.