LPP_alu0100966589 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,418 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ Class: DllNode
8
+
9
+ &mdash; Documentation by YARD 0.9.12
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
14
+
15
+ <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
16
+
17
+ <script type="text/javascript" charset="utf-8">
18
+ pathId = "DllNode";
19
+ relpath = '';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="class_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
38
+
39
+ <a href="_index.html">Index (D)</a> &raquo;
40
+
41
+
42
+ <span class="title">DllNode</span>
43
+
44
+ </div>
45
+
46
+ <div id="search">
47
+
48
+ <a class="full_list_link" id="class_list_link"
49
+ href="class_list.html">
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
56
+ </a>
57
+
58
+ </div>
59
+ <div class="clear"></div>
60
+ </div>
61
+
62
+ <div id="content"><h1>Class: DllNode
63
+
64
+
65
+
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+ <dl>
70
+ <dt>Inherits:</dt>
71
+ <dd>
72
+ <span class="inheritName">Struct</span>
73
+
74
+ <ul class="fullTree">
75
+ <li>Object</li>
76
+
77
+ <li class="next">Struct</li>
78
+
79
+ <li class="next">DllNode</li>
80
+
81
+ </ul>
82
+ <a href="#" class="inheritanceTree">show all</a>
83
+
84
+ </dd>
85
+ </dl>
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+ <dl>
98
+ <dt>Defined in:</dt>
99
+ <dd>lib/TDD/DllNode.rb</dd>
100
+ </dl>
101
+
102
+ </div>
103
+
104
+ <h2>Overview</h2><div class="docstring">
105
+ <div class="discussion">
106
+
107
+ <div class="note notetag">
108
+ <strong>Note:</strong>
109
+ <div class='inline'>
110
+ <p>“prev” and “next” are nodes, the previous and next one respectively. Value
111
+ can be of any type</p>
112
+ </div>
113
+ </div>
114
+
115
+
116
+ <p>Struct that represents a node of a Double Linked List.</p>
117
+
118
+
119
+ </div>
120
+ </div>
121
+ <div class="tags">
122
+
123
+
124
+ </div>
125
+
126
+
127
+
128
+ <h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
129
+ <ul class="summary">
130
+
131
+ <li class="public ">
132
+ <span class="summary_signature">
133
+
134
+ <a href="#next-instance_method" title="#next (instance method)">#<strong>next</strong> &#x21d2; Object </a>
135
+
136
+
137
+
138
+ </span>
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+
150
+
151
+ <span class="summary_desc"><div class='inline'>
152
+ <p>Returns the value of attribute next.</p>
153
+ </div></span>
154
+
155
+ </li>
156
+
157
+
158
+ <li class="public ">
159
+ <span class="summary_signature">
160
+
161
+ <a href="#prev-instance_method" title="#prev (instance method)">#<strong>prev</strong> &#x21d2; Object </a>
162
+
163
+
164
+
165
+ </span>
166
+
167
+
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
+
176
+
177
+
178
+ <span class="summary_desc"><div class='inline'>
179
+ <p>Returns the value of attribute prev.</p>
180
+ </div></span>
181
+
182
+ </li>
183
+
184
+
185
+ <li class="public ">
186
+ <span class="summary_signature">
187
+
188
+ <a href="#value-instance_method" title="#value (instance method)">#<strong>value</strong> &#x21d2; Object </a>
189
+
190
+
191
+
192
+ </span>
193
+
194
+
195
+
196
+
197
+
198
+
199
+
200
+
201
+
202
+
203
+
204
+
205
+ <span class="summary_desc"><div class='inline'>
206
+ <p>Returns the value of attribute value.</p>
207
+ </div></span>
208
+
209
+ </li>
210
+
211
+
212
+ </ul>
213
+
214
+
215
+
216
+
217
+
218
+
219
+ <div id="instance_attr_details" class="attr_details">
220
+ <h2>Instance Attribute Details</h2>
221
+
222
+
223
+ <span id="next=-instance_method"></span>
224
+ <div class="method_details first">
225
+ <h3 class="signature first" id="next-instance_method">
226
+
227
+ #<strong>next</strong> &#x21d2; <tt>Object</tt>
228
+
229
+
230
+
231
+
232
+
233
+ </h3><div class="docstring">
234
+ <div class="discussion">
235
+
236
+ <p>Returns the value of attribute next</p>
237
+
238
+
239
+ </div>
240
+ </div>
241
+ <div class="tags">
242
+
243
+ <p class="tag_title">Returns:</p>
244
+ <ul class="return">
245
+
246
+ <li>
247
+
248
+
249
+ <span class='type'>(<tt>Object</tt>)</span>
250
+
251
+
252
+
253
+ &mdash;
254
+ <div class='inline'>
255
+ <p>the current value of next</p>
256
+ </div>
257
+
258
+ </li>
259
+
260
+ </ul>
261
+
262
+ </div><table class="source_code">
263
+ <tr>
264
+ <td>
265
+ <pre class="lines">
266
+
267
+
268
+ 3
269
+ 4
270
+ 5</pre>
271
+ </td>
272
+ <td>
273
+ <pre class="code"><span class="info file"># File 'lib/TDD/DllNode.rb', line 3</span>
274
+
275
+ <span class='kw'>def</span> <span class='kw'>next</span>
276
+ <span class='ivar'>@next</span>
277
+ <span class='kw'>end</span></pre>
278
+ </td>
279
+ </tr>
280
+ </table>
281
+ </div>
282
+
283
+
284
+ <span id="prev=-instance_method"></span>
285
+ <div class="method_details ">
286
+ <h3 class="signature " id="prev-instance_method">
287
+
288
+ #<strong>prev</strong> &#x21d2; <tt>Object</tt>
289
+
290
+
291
+
292
+
293
+
294
+ </h3><div class="docstring">
295
+ <div class="discussion">
296
+
297
+ <p>Returns the value of attribute prev</p>
298
+
299
+
300
+ </div>
301
+ </div>
302
+ <div class="tags">
303
+
304
+ <p class="tag_title">Returns:</p>
305
+ <ul class="return">
306
+
307
+ <li>
308
+
309
+
310
+ <span class='type'>(<tt>Object</tt>)</span>
311
+
312
+
313
+
314
+ &mdash;
315
+ <div class='inline'>
316
+ <p>the current value of prev</p>
317
+ </div>
318
+
319
+ </li>
320
+
321
+ </ul>
322
+
323
+ </div><table class="source_code">
324
+ <tr>
325
+ <td>
326
+ <pre class="lines">
327
+
328
+
329
+ 3
330
+ 4
331
+ 5</pre>
332
+ </td>
333
+ <td>
334
+ <pre class="code"><span class="info file"># File 'lib/TDD/DllNode.rb', line 3</span>
335
+
336
+ <span class='kw'>def</span> <span class='id identifier rubyid_prev'>prev</span>
337
+ <span class='ivar'>@prev</span>
338
+ <span class='kw'>end</span></pre>
339
+ </td>
340
+ </tr>
341
+ </table>
342
+ </div>
343
+
344
+
345
+ <span id="value=-instance_method"></span>
346
+ <div class="method_details ">
347
+ <h3 class="signature " id="value-instance_method">
348
+
349
+ #<strong>value</strong> &#x21d2; <tt>Object</tt>
350
+
351
+
352
+
353
+
354
+
355
+ </h3><div class="docstring">
356
+ <div class="discussion">
357
+
358
+ <p>Returns the value of attribute value</p>
359
+
360
+
361
+ </div>
362
+ </div>
363
+ <div class="tags">
364
+
365
+ <p class="tag_title">Returns:</p>
366
+ <ul class="return">
367
+
368
+ <li>
369
+
370
+
371
+ <span class='type'>(<tt>Object</tt>)</span>
372
+
373
+
374
+
375
+ &mdash;
376
+ <div class='inline'>
377
+ <p>the current value of value</p>
378
+ </div>
379
+
380
+ </li>
381
+
382
+ </ul>
383
+
384
+ </div><table class="source_code">
385
+ <tr>
386
+ <td>
387
+ <pre class="lines">
388
+
389
+
390
+ 3
391
+ 4
392
+ 5</pre>
393
+ </td>
394
+ <td>
395
+ <pre class="code"><span class="info file"># File 'lib/TDD/DllNode.rb', line 3</span>
396
+
397
+ <span class='kw'>def</span> <span class='id identifier rubyid_value'>value</span>
398
+ <span class='ivar'>@value</span>
399
+ <span class='kw'>end</span></pre>
400
+ </td>
401
+ </tr>
402
+ </table>
403
+ </div>
404
+
405
+ </div>
406
+
407
+
408
+ </div>
409
+
410
+ <div id="footer">
411
+ Generated on Tue Nov 28 21:26:18 2017 by
412
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
413
+ 0.9.12 (ruby-2.3.0).
414
+ </div>
415
+
416
+ </div>
417
+ </body>
418
+ </html>
@@ -0,0 +1,152 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ Class: EggMilkAndDerivatives
8
+
9
+ &mdash; Documentation by YARD 0.9.12
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
14
+
15
+ <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
16
+
17
+ <script type="text/javascript" charset="utf-8">
18
+ pathId = "EggMilkAndDerivatives";
19
+ relpath = '';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="class_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
38
+
39
+ <a href="_index.html">Index (E)</a> &raquo;
40
+
41
+
42
+ <span class="title">EggMilkAndDerivatives</span>
43
+
44
+ </div>
45
+
46
+ <div id="search">
47
+
48
+ <a class="full_list_link" id="class_list_link"
49
+ href="class_list.html">
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
56
+ </a>
57
+
58
+ </div>
59
+ <div class="clear"></div>
60
+ </div>
61
+
62
+ <div id="content"><h1>Class: EggMilkAndDerivatives
63
+
64
+
65
+
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+ <dl>
70
+ <dt>Inherits:</dt>
71
+ <dd>
72
+ <span class="inheritName"><span class='object_link'><a href="Food.html" title="Food (class)">Food</a></span></span>
73
+
74
+ <ul class="fullTree">
75
+ <li>Object</li>
76
+
77
+ <li class="next"><span class='object_link'><a href="Food.html" title="Food (class)">Food</a></span></li>
78
+
79
+ <li class="next">EggMilkAndDerivatives</li>
80
+
81
+ </ul>
82
+ <a href="#" class="inheritanceTree">show all</a>
83
+
84
+ </dd>
85
+ </dl>
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+ <dl>
98
+ <dt>Defined in:</dt>
99
+ <dd>lib/TDD/FoodPyramidClasses.rb</dd>
100
+ </dl>
101
+
102
+ </div>
103
+
104
+
105
+
106
+
107
+ <h2>Constant Summary</h2>
108
+
109
+ <h3 class="inherited">Constants inherited
110
+ from <span class='object_link'><a href="Food.html" title="Food (class)">Food</a></span></h3>
111
+ <p class="inherited"><span class='object_link'><a href="Food.html#DELTA_TIME-constant" title="Food::DELTA_TIME (constant)">Food::DELTA_TIME</a></span></p>
112
+
113
+
114
+
115
+
116
+ <h2>Instance Attribute Summary</h2>
117
+
118
+ <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="Food.html" title="Food (class)">Food</a></span></h3>
119
+ <p class="inherited"><span class='object_link'><a href="Food.html#energetic_value-instance_method" title="Food#energetic_value (method)">#energetic_value</a></span>, <span class='object_link'><a href="Food.html#glycemic_index-instance_method" title="Food#glycemic_index (method)">#glycemic_index</a></span>, <span class='object_link'><a href="Food.html#name-instance_method" title="Food#name (method)">#name</a></span>, <span class='object_link'><a href="Food.html#nutrient_quantities-instance_method" title="Food#nutrient_quantities (method)">#nutrient_quantities</a></span></p>
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+ <h2>Method Summary</h2>
130
+
131
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="Food.html" title="Food (class)">Food</a></span></h3>
132
+ <p class="inherited"><span class='object_link'><a href="Food.html#<=>-instance_method" title="Food#&lt;=&gt; (method)">#<=></a></span>, <span class='object_link'><a href="Food.html#gi-instance_method" title="Food#gi (method)">#gi</a></span>, <span class='object_link'><a href="Food.html#iauc-instance_method" title="Food#iauc (method)">#iauc</a></span>, <span class='object_link'><a href="Food.html#individual_gi-instance_method" title="Food#individual_gi (method)">#individual_gi</a></span>, <span class='object_link'><a href="Food.html#initialize-instance_method" title="Food#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Food.html#nutrients_name-class_method" title="Food.nutrients_name (method)">nutrients_name</a></span>, <span class='object_link'><a href="Food.html#quantity_of_nutrient-instance_method" title="Food#quantity_of_nutrient (method)">#quantity_of_nutrient</a></span>, <span class='object_link'><a href="Food.html#to_s-instance_method" title="Food#to_s (method)">#to_s</a></span></p>
133
+
134
+ <div id="constructor_details" class="method_details_list">
135
+ <h2>Constructor Details</h2>
136
+
137
+ <p class="notice">This class inherits a constructor from <span class='object_link'><a href="Food.html#initialize-instance_method" title="Food#initialize (method)">Food</a></span></p>
138
+
139
+ </div>
140
+
141
+
142
+ </div>
143
+
144
+ <div id="footer">
145
+ Generated on Tue Nov 28 21:26:18 2017 by
146
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
147
+ 0.9.12 (ruby-2.3.0).
148
+ </div>
149
+
150
+ </div>
151
+ </body>
152
+ </html>