Git Repository Public Repository

RRRRHHHH_Artifacts

URLs

Copy to Clipboard
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title>Book Rural House</title>
        <!-- <script src="http://use.edgefonts.net/source-sans-pro;source-code-pro.js"></script> -->
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic|Source+Code+Pro:300,400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="../assets/css/bootstrap.css">
<link rel="stylesheet" href="../assets/css/jquery.bonsai.css">
<link rel="stylesheet" href="../assets/css/main.css">
<link rel="stylesheet" href="../assets/css/icons.css">
<script type="text/javascript" src="../assets/js/jquery-2.1.0.min.js"></script>
<script type="text/javascript" src="../assets/js/bootstrap.js"></script>
<script type="text/javascript" src="../assets/js/jquery.bonsai.js"></script>
<!-- <script type="text/javascript" src="../assets/js/main.js"></script> -->

    </head>
    <body>
        <div>

            <!-- Name Title -->

            <h1>Book Rural House</h1>

            <!-- Type and Stereotype -->

            <section style="margin-top: .5em;">
                <span class="alert alert-info">
                    <span class="node-icon _icon-UMLUseCase"></span>
                    UMLUseCase
                </span>
                
            </section>

            <!-- Path -->

            <section style="margin-top: 10px">
                
                
                
                    
                    <span class="label label-info"><a href='Untitled_ul_AAAAAAFF+h6SjaM2Hec=.html'><span class='node-icon _icon-Project'></span>Untitled</a></span>
                
                    <span>::</span>
                    <span class="label label-info"><a href='Model_ul_AAAAAAFF+qBWK6M3Z8Y=.html'><span class='node-icon _icon-UMLModel'></span>Model</a></span>
                
                    <span>::</span>
                    <span class="label label-info"><a href='RH_ul_UseCaseDiagram_ul_AAAAAAFLwEPOeHaB+Q8=.html'><span class='node-icon _icon-UMLUseCaseDiagram'></span>RH_UseCaseDiagram</a></span>
                
                    <span>::</span>
                    <span class="label label-info"><a href='System_ul_AAAAAAFLwEWN83bWhYc=.html'><span class='node-icon _icon-UMLUseCaseSubject'></span>System</a></span>
                
                    <span>::</span>
                    <span class="label label-info"><a href='Client_ul_AAAAAAFLwFBPCYMWU6I=.html'><span class='node-icon _icon-UMLUseCaseSubject'></span>Client</a></span>
                
                    <span>::</span>
                    <span class="label label-info"><a href='Book Rural House_ul_AAAAAAFLwFHuipI2mY8=.html'><span class='node-icon _icon-UMLUseCase'></span>Book Rural House</a></span>
                
            </section>

            <!-- Diagram -->

            

            <!-- Description -->

            
            <section>
                <h3>Description</h3>
                <div>
                    
                        <h1>Description</h1>

<h2>Flow of Events</h2>

<h1>Basic Flow</h1>

<ul><li>1.  User clicks <strong>Book Rural Houses</strong>.</li><li>2.  User enters house code, entry date and nights.</li><li>3.  <strong>System</strong> shows the owner bank account and  the amount to be transfered.</li><li>4.  User enters phone number.</li></ul>

<h1>Alternative Flow</h1>

<ul><li>2.a) User enters invalid formated data: System displays an error message.</li><li>2.b) User enters non existing offer parameters :<strong>System</strong> shows warning message.</li><li>4.a) User enters invalid formated data: System displays an error message.</li></ul>

<h1>Precondition</h1>

<ul><li>None</li></ul>
                    
                </div>
            </section>
            

            <!-- Specification -->

            

            <!-- Directed Relationship -->

            

            <!-- Undirected Relationship -->

            

            <!-- Classifier -->

            
                
                


                
                


                
                


                
                


                
                

            

            <!-- Interface -->

            

            <!-- Component -->

            

            <!-- Node -->

            

            <!-- Actor -->

            

            <!-- Use Case -->

            
                
                
<section class="element-list">
    <h3>Actors</h3>
    <ul class="nav nav-list">
        
        <li><a href='Client_ul_AAAAAAFLwEShFXaH7MA=.html'><span class='node-icon _icon-UMLActor'></span>Client</a></li>
        
    </ul>
</section>



                
                


                
                

            

            <!-- Template Parameters -->

            

            <!-- Literals -->

            

            <!-- Attributes -->

            
            <section>
                <h3>Attributes</h3>
                <table class="table table-striped table-bordered">
                    <tr>
                        <th>Visibility</th>
                        <th>Name</th>
                        <th>Type</th>
                        <th>Description</th>
                    </tr>
                    
                    <tr>
                        <td>public</td>
                        <td><a href="Role1_ul_AAAAAAFMGBuMEpw9w50=.html">Role1</a></td>
                        <td><a href='Client_ul_AAAAAAFLwEShFXaH7MA=.html'>Client</a></td>
                        <td></td>
                    </tr>
                    
                    <tr>
                        <td>public</td>
                        <td><a href="Role2_ul_AAAAAAFMGCJESJxe4Yo=.html">Role2</a></td>
                        <td><span class='label label-info'>none</span></td>
                        <td></td>
                    </tr>
                    
                    <tr>
                        <td>public</td>
                        <td><a href="Role3_ul_AAAAAAFMGCJPhJx9bSs=.html">Role3</a></td>
                        <td><span class='label label-info'>none</span></td>
                        <td></td>
                    </tr>
                    
                    <tr>
                        <td>public</td>
                        <td><a href="Role4_ul_AAAAAAFMGCJ4c5ycBkw=.html">Role4</a></td>
                        <td><span class='label label-info'>none</span></td>
                        <td></td>
                    </tr>
                    
                </table>
            </section>
            

            <!-- Operations -->

            

            <!-- Extension Points -->

            

            <!-- Parameters -->

            

            <!-- Diagrams -->

            
            

            <!-- Behavior -->

            

            <!-- Action -->

            

            <!-- Interaction -->

            

            <!-- CombinedFragment -->

            

            <!-- Activity -->

            

            <!-- State Machine -->

            

            <!-- State Machine -->

            

            <!-- State -->

            

            <!-- Vertex -->

            

            <!-- Transition -->

            

            <!-- Properties -->

            <section>
                <h3>Properties</h3>
                
                <table class="table table-striped table-bordered">
    <tr>
        <th width="50%">Name</th>
        <th width="50%">Value</th>
    </tr>
    
    
    
    
    
    
    
    <tr>
        <td>name</td>
        <td>Book Rural House</td>
    </tr>
    
    
    
    
    
    
    
    
    
    
    
    <tr>
        <td>stereotype</td>
        <td><span class='label label-info'>null</span></td>
    </tr>
    
    
    
    
    
    <tr>
        <td>visibility</td>
        <td>public</td>
    </tr>
    
    
    
    
    
    
    
    
    
    
    
    
    
    <tr>
        <td>isAbstract</td>
        <td><span class='label label-info'>false</span></td>
    </tr>
    
    
    
    
    
    <tr>
        <td>isFinalSpecialization</td>
        <td><span class='label label-info'>false</span></td>
    </tr>
    
    
    
    
    
    <tr>
        <td>isLeaf</td>
        <td><span class='label label-info'>false</span></td>
    </tr>
    
    
    
    
    
    <tr>
        <td>extensionPoints</td>
        <td>
            
        </td>
    </tr>
    
    
    
</table>                

            </section>

            <!-- Tags -->

            

            <!-- Constraints, Dependencies, Dependants -->

            
                
                


                
                


                
                

            

            <!-- Relationships -->

            
            
<section class="element-list">
    <h3>Relationships</h3>
    <ul class="nav nav-list">
        
        <li><a href='[wants to book available offer]_ul_AAAAAAFLwFJ+8pS_sl_QC4=.html'><span class='node-icon _icon-UMLExtend'></span>[wants to book available offer] (Book Rural House→Query Availability)</a></li>
        
        <li><a href='_ul_AAAAAAFLwFNJ+ZgebPs=.html'><span class='node-icon _icon-UMLAssociation'></span>(Client—Book Rural House)</a></li>
        
    </ul>
</section>



            <!-- Owned Elements -->

            
            
<section class="element-list">
    <h3>Owned Elements</h3>
    <ul class="nav nav-list">
        
        <li><a href='[wants to book available offer]_ul_AAAAAAFLwFJ+8pS_sl_QC4=.html'><span class='node-icon _icon-UMLExtend'></span>[wants to book available offer] (Book Rural House→Query Availability)</a></li>
        
        <li><a href='Interaction1_ul_AAAAAAFMGBtzfpulVpY=.html'><span class='node-icon _icon-UMLInteraction'></span>Interaction1</a></li>
        
    </ul>
</section>



        </div>
    </body>
</html>

Commits for RRRRHHHH_ArtifactsIt1Artifacs/html-docs/html-docs/contents/Book Rural House_ul_AAAAAAFLwFHuipI2mY8=.html

Diff revisions: vs.
Revision Author Commited Message
09dae1 ... camjan Sat 14 Mar, 2015 12:44:35 +0000

it 2 domain model updated and html docs for it1 created