Wiki source code of Use Cases
Version 6.1 by Simran Karnani on 2022/02/19 14:22
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{html}} | ||
| 2 | <!-- Your HTML code here --> | ||
| 3 | <h2>UC001: User prevented from going out</h2> | ||
| 4 | <table width='100%'> | ||
| 5 | <tr> | ||
| 6 | <td width='30%' style="font-size:16px"> | ||
| 7 | <table border='1px' width='50%'> | ||
| 8 | <tr border='1px' width='30%'><td bgcolor='gainsboro'> | ||
| 9 | <b>Objective</b> | ||
| 10 | </td><td width='70%'> | ||
| 11 | OB01: Prevent user from going out | ||
| 12 | </td></tr> | ||
| 13 | <tr><td bgcolor='gainsboro'> | ||
| 14 | <b>TDP</b> | ||
| 15 | </td><td> | ||
| 16 | TDP: TITLE | ||
| 17 | </td></tr> | ||
| 18 | <tr><td bgcolor='gainsboro'> | ||
| 19 | <b>Actors</b> | ||
| 20 | </td><td> | ||
| 21 | </td></tr> | ||
| 22 | <tr><td bgcolor='gainsboro'> | ||
| 23 | <b>Pre-condition</b> | ||
| 24 | </td><td> | ||
| 25 | User is restless and wants to take a walk | ||
| 26 | </td></tr> | ||
| 27 | <tr><td bgcolor='gainsboro'> | ||
| 28 | <b>Post-condition</b> | ||
| 29 | </td><td> | ||
| 30 | User stays home | ||
| 31 | </td></tr> | ||
| 32 | <tr><td bgcolor='gainsboro'> | ||
| 33 | <b>Action sequence</b> | ||
| 34 | </td><td> | ||
| 35 | Figure<br><br> | ||
| 36 | UC steps:<br> | ||
| 37 | 1. User walks to door to go out<br> | ||
| 38 | 2. User opens door<br> | ||
| 39 | 3. Door sensor is triggered<br> | ||
| 40 | 4. In response to door sensor trigger, robot navigates to door<br> | ||
| 41 | 5. Robot attempts to get attention of user through movement and auditory signals<br> | ||
| 42 | 6. User focusses on robot<br> | ||
| 43 | 7. Robot guides user away from door<br> | ||
| 44 | </td></tr> | ||
| 45 | </table> | ||
| 46 | </td> | ||
| 47 | <td width='50%' style="font-size:16px"> | ||
| 48 | <table border='1px' width='50%'> | ||
| 49 | <tr><td bgcolor='gainsboro'> | ||
| 50 | <b>UC step<b> | ||
| 51 | </td><td bgcolor='gainsboro'> | ||
| 52 | <b>Requirements</b> | ||
| 53 | </td><td bgcolor='gainsboro'> | ||
| 54 | <b>Claims</b> | ||
| 55 | </td><td bgcolor='gainsboro'> | ||
| 56 | <b>IDP</b> | ||
| 57 | </td></tr> | ||
| 58 | <tr><td>1</td><td>RQ001: Title</td><td>CL001: Title</td><td>IDP: Title</td></tr> | ||
| 59 | <tr><td>2</td><td>-</td><td>-</td><td>-</td></tr> | ||
| 60 | <tr><td></td><td>-</td><td>-</td><td>-</td></tr> | ||
| 61 | <tr><td></td><td>-</td><td>-</td><td>-</td></tr> | ||
| 62 | <tr><td></td><td>-</td><td>-</td><td>-</td></tr> | ||
| 63 | </table> | ||
| 64 | |||
| 65 | |||
| 66 | </td></tr> | ||
| 67 | |||
| 68 | </table> | ||
| 69 | |||
| 70 | <h2>UC002: User not prevented from going out</h2> | ||
| 71 | <table width='100%'> | ||
| 72 | <tr> | ||
| 73 | <td width='30%' style="font-size:16px"> | ||
| 74 | <table border='1px' width='50%'> | ||
| 75 | <tr border='1px' width='30%'><td bgcolor='gainsboro'> | ||
| 76 | <b>Objective</b> | ||
| 77 | </td><td width='70%'> | ||
| 78 | OB02: Alert caretakers of user that the user has gone out | ||
| 79 | </td></tr> | ||
| 80 | <tr><td bgcolor='gainsboro'> | ||
| 81 | <b>TDP</b> | ||
| 82 | </td><td> | ||
| 83 | TDP: TITLE | ||
| 84 | </td></tr> | ||
| 85 | <tr><td bgcolor='gainsboro'> | ||
| 86 | <b>Actors</b> | ||
| 87 | </td><td> | ||
| 88 | </td></tr> | ||
| 89 | <tr><td bgcolor='gainsboro'> | ||
| 90 | <b>Pre-condition</b> | ||
| 91 | </td><td> | ||
| 92 | User is restless and wants to take a walk | ||
| 93 | </td></tr> | ||
| 94 | <tr><td bgcolor='gainsboro'> | ||
| 95 | <b>Post-condition</b> | ||
| 96 | </td><td> | ||
| 97 | Caretakers are alerted of the fact that the user has left | ||
| 98 | </td></tr> | ||
| 99 | <tr><td bgcolor='gainsboro'> | ||
| 100 | <b>Action sequence</b> | ||
| 101 | </td><td> | ||
| 102 | Figure<br><br> | ||
| 103 | UC steps:<br> | ||
| 104 | 1. User walks to door to go out<br> | ||
| 105 | 2. User opens door<br> | ||
| 106 | 3. Door sensor is triggered<br> | ||
| 107 | 4. In response to door sensor trigger, robot navigates to door<br> | ||
| 108 | 5. Robot attempts to get attention of user through movement and auditory signals<br> | ||
| 109 | 6. User ignores robot and walks outside<br> | ||
| 110 | 7. Robot alerts caretakers that the user has done so<br> | ||
| 111 | 8. Caretakers take actions necessary to protect and/or locate user<br> | ||
| 112 | </td></tr> | ||
| 113 | </table> | ||
| 114 | </td> | ||
| 115 | <td width='50%' style="font-size:16px"> | ||
| 116 | <table border='1px' width='50%'> | ||
| 117 | <tr><td bgcolor='gainsboro'> | ||
| 118 | <b>UC step<b> | ||
| 119 | </td><td bgcolor='gainsboro'> | ||
| 120 | <b>Requirements</b> | ||
| 121 | </td><td bgcolor='gainsboro'> | ||
| 122 | <b>Claims</b> | ||
| 123 | </td><td bgcolor='gainsboro'> | ||
| 124 | <b>IDP</b> | ||
| 125 | </td></tr> | ||
| 126 | <tr><td>1</td><td>RQ001: Title</td><td>CL001: Title</td><td>IDP: Title</td></tr> | ||
| 127 | <tr><td>2</td><td>-</td><td>-</td><td>-</td></tr> | ||
| 128 | <tr><td></td><td>-</td><td>-</td><td>-</td></tr> | ||
| 129 | <tr><td></td><td>-</td><td>-</td><td>-</td></tr> | ||
| 130 | <tr><td></td><td>-</td><td>-</td><td>-</td></tr> | ||
| 131 | </table> | ||
| 132 | |||
| 133 | |||
| 134 | </td></tr> | ||
| 135 | |||
| 136 | |||
| 137 | |||
| 138 | |||
| 139 | <h2>UC001: Guide user when going out</h2> | ||
| 140 | <table width='100%'> | ||
| 141 | <tr> | ||
| 142 | <td width='30%' style="font-size:16px"> | ||
| 143 | <table border='1px' width='50%'> | ||
| 144 | <tr border='1px' width='30%'><td bgcolor='gainsboro'> | ||
| 145 | <b>Objective</b> | ||
| 146 | </td><td width='70%'> | ||
| 147 | OB01: Guide the user when he/she leave their respective building | ||
| 148 | </td></tr> | ||
| 149 | <tr><td bgcolor='gainsboro'> | ||
| 150 | <b>TDP</b> | ||
| 151 | </td><td> | ||
| 152 | TDP: TITLE | ||
| 153 | </td></tr> | ||
| 154 | <tr><td bgcolor='gainsboro'> | ||
| 155 | <b>Actors</b> | ||
| 156 | </td><td> | ||
| 157 | </td></tr> | ||
| 158 | <tr><td bgcolor='gainsboro'> | ||
| 159 | <b>Pre-condition</b> | ||
| 160 | </td><td> | ||
| 161 | User is restless and wants to take a walk | ||
| 162 | </td></tr> | ||
| 163 | <tr><td bgcolor='gainsboro'> | ||
| 164 | <b>Post-condition</b> | ||
| 165 | </td><td> | ||
| 166 | Robot accompanies the user to a familiar location | ||
| 167 | </td></tr> | ||
| 168 | <tr><td bgcolor='gainsboro'> | ||
| 169 | <b>Action sequence</b> | ||
| 170 | </td><td> | ||
| 171 | Figure<br><br> | ||
| 172 | UC steps:<br> | ||
| 173 | 1. User walks to door to go out<br> | ||
| 174 | 2. User opens door<br> | ||
| 175 | 3. Door sensor is triggered<br> | ||
| 176 | 4. In response to door sensor trigger, robot navigates to door<br> | ||
| 177 | 5. Robot starts to play some sounds corresponding to a familiar location<br> | ||
| 178 | 6. User listens and recognizes to sound and remembers the route tot that location<br> | ||
| 179 | 7. Robot accompanies the user on his/her stroll<br> | ||
| 180 | </td></tr> | ||
| 181 | |||
| 182 | </table> | ||
| 183 | {{/html}} |