Wiki source code of Use Cases
Version 3.1 by Cesar van der Poel on 2022/02/08 12:28
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>User is restless and wants to take a walk<td> | ||
| 25 | </td></tr> | ||
| 26 | <tr><td bgcolor='gainsboro'> | ||
| 27 | <b>Post-condition</b> | ||
| 28 | </td>User stays home<td> | ||
| 29 | </td></tr> | ||
| 30 | <tr><td bgcolor='gainsboro'> | ||
| 31 | <b>Action sequence</b> | ||
| 32 | </td><td> | ||
| 33 | Figure<br><br> | ||
| 34 | UC steps:<br> | ||
| 35 | 1. User walks to door to go out<br> | ||
| 36 | 2. User opens door<br> | ||
| 37 | 3. Door sensor is triggered<br> | ||
| 38 | 4. In response to door sensor trigger, robot navigates to door<br> | ||
| 39 | 5. Robot attempts to get attention of user through movement and auditory signals<br> | ||
| 40 | 6. User focusses on robot<br> | ||
| 41 | 7. Robot guides user away from door<br> | ||
| 42 | </td></tr> | ||
| 43 | </table> | ||
| 44 | </td> | ||
| 45 | <td width='50%' style="font-size:16px"> | ||
| 46 | <table border='1px' width='50%'> | ||
| 47 | <tr><td bgcolor='gainsboro'> | ||
| 48 | <b>UC step<b> | ||
| 49 | </td><td bgcolor='gainsboro'> | ||
| 50 | <b>Requirements</b> | ||
| 51 | </td><td bgcolor='gainsboro'> | ||
| 52 | <b>Claims</b> | ||
| 53 | </td><td bgcolor='gainsboro'> | ||
| 54 | <b>IDP</b> | ||
| 55 | </td></tr> | ||
| 56 | <tr><td>1</td><td>RQ001: Title</td><td>CL001: Title</td><td>IDP: Title</td></tr> | ||
| 57 | <tr><td>2</td><td>-</td><td>-</td><td>-</td></tr> | ||
| 58 | <tr><td></td><td>-</td><td>-</td><td>-</td></tr> | ||
| 59 | <tr><td></td><td>-</td><td>-</td><td>-</td></tr> | ||
| 60 | <tr><td></td><td>-</td><td>-</td><td>-</td></tr> | ||
| 61 | </table> | ||
| 62 | |||
| 63 | |||
| 64 | </td></tr> | ||
| 65 | |||
| 66 | </table> | ||
| 67 | |||
| 68 | <h2>UC002: User not prevented from going out</h2> | ||
| 69 | <table width='100%'> | ||
| 70 | <tr> | ||
| 71 | <td width='30%' style="font-size:16px"> | ||
| 72 | <table border='1px' width='50%'> | ||
| 73 | <tr border='1px' width='30%'><td bgcolor='gainsboro'> | ||
| 74 | <b>Objective</b> | ||
| 75 | </td><td width='70%'> | ||
| 76 | OB02: Alert caretakers of user that the user has gone out | ||
| 77 | </td></tr> | ||
| 78 | <tr><td bgcolor='gainsboro'> | ||
| 79 | <b>TDP</b> | ||
| 80 | </td><td> | ||
| 81 | TDP: TITLE | ||
| 82 | </td></tr> | ||
| 83 | <tr><td bgcolor='gainsboro'> | ||
| 84 | <b>Actors</b> | ||
| 85 | </td><td> | ||
| 86 | </td></tr> | ||
| 87 | <tr><td bgcolor='gainsboro'> | ||
| 88 | <b>Pre-condition</b> | ||
| 89 | </td>User is restless and wants to take a walk<td> | ||
| 90 | </td></tr> | ||
| 91 | <tr><td bgcolor='gainsboro'> | ||
| 92 | <b>Post-condition</b> | ||
| 93 | </td>Caretakers are alerted of the fact that the user has left<td> | ||
| 94 | </td></tr> | ||
| 95 | <tr><td bgcolor='gainsboro'> | ||
| 96 | <b>Action sequence</b> | ||
| 97 | </td><td> | ||
| 98 | Figure<br><br> | ||
| 99 | UC steps:<br> | ||
| 100 | 1. User walks to door to go out<br> | ||
| 101 | 2. User opens door<br> | ||
| 102 | 3. Door sensor is triggered<br> | ||
| 103 | 4. In response to door sensor trigger, robot navigates to door<br> | ||
| 104 | 5. Robot attempts to get attention of user through movement and auditory signals<br> | ||
| 105 | 6. User ignores robot and walks outside<br> | ||
| 106 | 7. Robot alerts caretakers that the user has done so<br> | ||
| 107 | 8. Caretakers take actions necessary to protect and/or locate user<br> | ||
| 108 | </td></tr> | ||
| 109 | </table> | ||
| 110 | </td> | ||
| 111 | <td width='50%' style="font-size:16px"> | ||
| 112 | <table border='1px' width='50%'> | ||
| 113 | <tr><td bgcolor='gainsboro'> | ||
| 114 | <b>UC step<b> | ||
| 115 | </td><td bgcolor='gainsboro'> | ||
| 116 | <b>Requirements</b> | ||
| 117 | </td><td bgcolor='gainsboro'> | ||
| 118 | <b>Claims</b> | ||
| 119 | </td><td bgcolor='gainsboro'> | ||
| 120 | <b>IDP</b> | ||
| 121 | </td></tr> | ||
| 122 | <tr><td>1</td><td>RQ001: Title</td><td>CL001: Title</td><td>IDP: Title</td></tr> | ||
| 123 | <tr><td>2</td><td>-</td><td>-</td><td>-</td></tr> | ||
| 124 | <tr><td></td><td>-</td><td>-</td><td>-</td></tr> | ||
| 125 | <tr><td></td><td>-</td><td>-</td><td>-</td></tr> | ||
| 126 | <tr><td></td><td>-</td><td>-</td><td>-</td></tr> | ||
| 127 | </table> | ||
| 128 | |||
| 129 | |||
| 130 | </td></tr> | ||
| 131 | |||
| 132 | </table> | ||
| 133 | {{/html}} |