Changes between Version 1 and Version 2 of Diagrams_


Ignore:
Timestamp:
05/03/14 15:57:56 (10 years ago)
Author:
139037
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Diagrams_

    v1 v2  
    99[[Image(1.jpg)]]
    1010
    11 Figure 1.[[BR]]
     11Figure 1 Use Case Diagram.[[BR]]
    1212
    1313
    14 Use Case Diagram
    1514
    1615The 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.
     
    2019 [[Image(2.jpg)]][[BR]]
    2120
    22 Figure 2.[[BR]]
    23 
    24  Appointment Use case Diagram
     21Figure 2 Appointment Use case Diagram.[[BR]]
    2522
    2623
     
    2926
    3027
    31 Activity Diagram
     28
     29'''Activity Diagram'''
    3230
    3331The 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.
     
    3533
    3634 [[Image(3.jpg)]][[BR]]
    37 Figure 3.[[BR]]
    38  Activity Diagram
     35Figure 3 Activity Diagram .[[BR]]
     36 
    3937
    4038
     
    4341 
    4442[[Image(4.jpg)]][[BR]]
    45 Figure 4. [[BR]]
    46 
    47 Schedule-Appointment Activity Diagram
     43Figure 4 Schedule-Appointment Activity Diagram. [[BR]]
    4844
    4945
    5046
    51 Sequence Diagram
     47
     48
     49'''Sequence Diagram'''
     50
     51
    5252A 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.
    5353
    5454 
    5555[[Image(5.jpg)]][[BR]]
    56 Figure 5.[[BR]]
     56Figure 5 Sequence- Diagram Schedule Appointment .[[BR]]
    5757
    5858
    59  Sequence- Diagram Schedule Appointment
    60 
     59 
    6160
    6261This 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.
    6362
    6463
    65  Collaboration Diagram
     64 '''Collaboration Diagram'''
    6665
    6766A 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.
     
    7978
    8079
    81 CLASS DIAGRAM
     80'''CLASS DIAGRAM'''
    8281
    8382Classes represent an abstraction of entities with common characteristics. Associations represent the relationships between classes.
     
    9392
    9493
    95 STATE DIAGRAM
     94'''STATE DIAGRAM'''
    9695
    9796A 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.