Changes between Version 2 and Version 3 of Diagrams_


Ignore:
Timestamp:
05/03/14 16:00:21 (10 years ago)
Author:
139037
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Diagrams_

    v2 v3  
    33
    44A use case diagram represents a set of use cases and actors and their relationships.
    5 The main actors that are involved in the first use case diagram are: administrator, doctor and nurse. Every actor is related to a certain number of use cases. Every use case represents the tasks that should be performed within the application by a certain actor. In figure 1 the actor Administrator is in relation with the same use cases that is the actor Doctor, this is done because the administrator at the same time can work as a doctor in a given health center.
     5The main actors that are involved in the first use case diagram are: administrator, doctor and nurse. Every actor is related to a certain number of use cases. Every use case represents the tasks that should be performed within the application by a certain actor. In figure 1 the actor Administrator is in relation with the same use cases that is the actor Doctor, this is done because the administrator at the same time can work as a doctor in a given health center. [[BR]]
    66 
    77
     
    1313
    1414
    15 The use case diagram that is in the Figure 2 represent 2 main actors with 4 use cases. Here is described the tasks that the actors Doctor and Patient perform for making an appointment.
     15The use case diagram that is in the Figure 2 represent 2 main actors with 4 use cases. Here is described the tasks that the actors Doctor and Patient perform for making an appointment. [[BR]]
    1616
    1717 
     
    2929'''Activity Diagram'''
    3030
    31 The activity diagram addresses a dynamic view of the system, it also emphasizes the flow of objects and synchronization of the flow in support of parallel processing. Here are presented two activity diagrams the first one is the main activity diagram which represents the most important activities of the system, and the second one is the schedule-appointment activity diagram.
     31The activity diagram addresses a dynamic view of the system, it also emphasizes the flow of objects and synchronization of the flow in support of parallel processing. Here are presented two activity diagrams the first one is the main activity diagram which represents the most important activities of the system, and the second one is the schedule-appointment activity diagram. [[BR]]
    3232
    3333
     
    5050
    5151
    52 A sequence diagram represents the interaction between different objects in the system. The important aspect of a sequence diagram is that it is time ordered which means that the exact sequence of the interactions between the objects is represented step by step as shown in figure 6.
     52A sequence diagram represents the interaction between different objects in the system. The important aspect of a sequence diagram is that it is time ordered which means that the exact sequence of the interactions between the objects is represented step by step as shown in figure 6.[[BR]]
    5353
    5454 
     
    5959 
    6060
    61 This sequence diagram represents the timing and flow of information within the “make appointment” use case.  The summation of the appointment record is called the Doctors Schedule.  The System Controller verifies that the appointment time is available notifies the patient, who confirms the appointment and the system updates the database.
     61This sequence diagram represents the timing and flow of information within the “make appointment” use case.  The summation of the appointment record is called the Doctors Schedule.  The System Controller verifies that the appointment time is available notifies the patient, who confirms the appointment and the system updates the database.[[BR]]
    6262
    6363
    6464 '''Collaboration Diagram'''
    6565
    66 A collaboration diagram describes interactions among objects in terms of sequenced messages. Collaboration diagrams represent a combination of information taken from class, sequence, and use case diagrams describing both the static structure and dynamic behavior of a system.
     66A collaboration diagram describes interactions among objects in terms of sequenced messages. Collaboration diagrams represent a combination of information taken from class, sequence, and use case diagrams describing both the static structure and dynamic behavior of a system.[[BR]]
    6767
    6868
     
    8080'''CLASS DIAGRAM'''
    8181
    82 Classes represent an abstraction of entities with common characteristics. Associations represent the relationships between classes.
     82Classes represent an abstraction of entities with common characteristics. Associations represent the relationships between classes.[[BR]]
    8383
    8484
     
    9595
    9696A statechart diagram shows the behavior of classes in response to external stimuli. This diagram models the dynamic flow of control from state to state within a system.
    97 States represent situations during the life of an object. You can easily illustrate a state in SmartDraw by using a rectangle with rounded corners.
     97States represent situations during the life of an object. You can easily illustrate a state in SmartDraw by using a rectangle with rounded corners.[[BR]]
    9898
    9999 [[Image(8.jpg)]][[BR]]