Assess A Claim - PowerPoint PPT Presentation

1 / 15
About This Presentation
Title:

Assess A Claim

Description:

An object is shown at the top of a dashed vertical line - the object's lifeline. The lifeline may start half way down the diagram, at creation. ... – PowerPoint PPT presentation

Number of Views:14
Avg rating:3.0/5.0
Slides: 16
Provided by: poby
Category:
Tags: assess | claim | lifeline

less

Transcript and Presenter's Notes

Title: Assess A Claim


1
Assess A Claim
  • Object Interaction Diagrams

2
Object sequence Diagrams - Use case
  • Sequence of events that occur during one
    particular execution of a system
  • This sequence can effect one or more objects
  • The object sequence diagram shows the flow of
    messages between object classes
  • Object classes include entity, control and
    boundary classes

3
Sequence diagrams
  • An object is shown at the top of a dashed
    vertical line - the objects lifeline.
  • The lifeline may start half way down the
    diagram, at creation.
  • The lifeline may end during the diagram, at
    deletion. This can be done by placing an X at the
    end of the life of the object.
  • Each message is represented by an arrow between
    the lifelines of two objects.
  • The messages are listed from top to bottom in
    order of occurrence.

4
Components of Sequence diagrams
  • Objects in use
  • Sometimes the object is replaced by an anonymous
    object from the class.
  • This shows that any instance of this class can
    realise the operation.
  • Events or operations
  • These represent messages between the objects.
  • The event is normally where one object invokes a
    method on the other object.

5
Example Sequence Diagram
6
Interaction diagrams in UML
  • They are models that describe how groups of
    objects collaborate in some behaviour.
  • An interaction diagram captures the behaviour of
    a single use case. It shows a number of example
    objects and the messages that are passed between
    these objects within the use case.
  • There are two kinds of interaction diagrams
    sequence diagrams and collaboration diagrams.

7
Elaborated Use Case
  • Continue on from First cut elaboration
  • Convert the methods into inter-object signals
    where appropriate.
  • Represent inter-object signals as interactions in
    an Object Sequence Diagram.
  • See the screens used on the following slides.

8
Screens used
9
(No Transcript)
10
(No Transcript)
11
Boundary class representation
12
Control classes
  • 1 for implementing Assess A claim
  • Possibly one for View a claim
  • Details not given here, for the sake of
    simplicity.

13
Data Services or Entity classes
14
Used classes
  • Boundary
  • ClaimsForAssessment containing ClaimsForAssessment
    SB
  • ViewClaim
  • AssessClaimScreen
  • Control
  • AssessAClaim
  • Entity
  • Claim
  • Assessor

15
Diagram
Write a Comment
User Comments (0)
About PowerShow.com