Mercurial > hg > ltpda
comparison m-toolbox/html_help/help/ug/class_desc_plist.html @ 0:f0afece42f48
Import.
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 23 Nov 2011 19:22:13 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f0afece42f48 |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | |
2 "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> | |
3 | |
4 <html lang="en"> | |
5 <head> | |
6 <meta name="generator" content= | |
7 "HTML Tidy for Mac OS X (vers 1st December 2004), see www.w3.org"> | |
8 <meta http-equiv="Content-Type" content= | |
9 "text/html; charset=us-ascii"> | |
10 | |
11 <title>plist Class (LTPDA Toolbox)</title> | |
12 <link rel="stylesheet" href="docstyle.css" type="text/css"> | |
13 <meta name="generator" content="DocBook XSL Stylesheets V1.52.2"> | |
14 <meta name="description" content= | |
15 "Presents an overview of the features, system requirements, and starting the toolbox."> | |
16 </head> | |
17 | |
18 <body> | |
19 <a name="top_of_page" id="top_of_page"></a> | |
20 | |
21 <p style="font-size:1px;"> </p> | |
22 | |
23 <table class="nav" summary="Navigation aid" border="0" width= | |
24 "100%" cellpadding="0" cellspacing="0"> | |
25 <tr> | |
26 <td valign="baseline"><b>LTPDA Toolbox</b></td><td><a href="../helptoc.html">contents</a></td> | |
27 | |
28 <td valign="baseline" align="right"><a href= | |
29 "class_desc_pest.html"><img src="b_prev.gif" border="0" align= | |
30 "bottom" alt="pest Class"></a> <a href= | |
31 "class_desc_pzmodel.html"><img src="b_next.gif" border="0" align= | |
32 "bottom" alt="pzmodel Class"></a></td> | |
33 </tr> | |
34 </table> | |
35 | |
36 <h1 class="title"><a name="f3-12899" id="f3-12899"></a>plist Class</h1> | |
37 <hr> | |
38 | |
39 <p> | |
40 | |
41 <!-- ================================================== --> | |
42 <!-- BEGIN CONTENT FILE --> | |
43 <!-- ================================================== --> | |
44 <!-- ===== link box: Begin ===== --> | |
45 <p> | |
46 <table border="1" width="80%"> | |
47 <tr> | |
48 <td> | |
49 <table border="0" cellpadding="5" class="categorylist" width="100%"> | |
50 <colgroup> | |
51 <col width="37%"/> | |
52 <col width="63%"/> | |
53 </colgroup> | |
54 <tbody> | |
55 <tr valign="top"> | |
56 <td> | |
57 <a href="class_desc_plist.html#top_properties">Properties</a> | |
58 </td> | |
59 <td>Properties of the class</td> | |
60 </tr> | |
61 <tr valign="top"> | |
62 <td> | |
63 <a href="class_desc_plist.html#top_methods">Methods</a> | |
64 </td> | |
65 <td>All Methods of the class ordered by category.</td> | |
66 </tr> | |
67 <tr valign="top"> | |
68 <td> | |
69 <a href="constructor_examples_plist.html">Examples</a> | |
70 </td> | |
71 <td>Some constructor examples</td> | |
72 </tr> | |
73 </tbody> | |
74 </table> | |
75 </td> | |
76 </tr> | |
77 </table> | |
78 </p> | |
79 <!-- ===== link box: End ====== --> | |
80 | |
81 <!-- ===== Back to Class descriptions ===== --> | |
82 <a href="class_desc_main.html"> | |
83 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Class descriptions"/> | |
84 Back to Class descriptions | |
85 </a> | |
86 | |
87 <h2 class="title"><a name="top_properties"/>Properties</h2> | |
88 <p> | |
89 The LTPDA toolbox restrict access of the properties.<br></br> | |
90 The get access is 'public' and thus it is possible to get the values with the dot-command (similar to structures).<br></br> | |
91 <pre class="programlisting">For example:<br></br>val = obj.prop(2).prop;</pre> | |
92 The set access is 'protected' and thus it is only possible to assign a value to a property with a set-method. | |
93 <pre class="programlisting"> | |
94 For example: | |
95 obj2 = obj1.setName(<span class="string">'my name'</span>) <span class="comment">% This command creates a copy of obj1 (obj1 ~= obj2)</span> | |
96 obj.setName(<span class="string">'my name'</span>); <span class="comment">% This command applies to obj</span> </pre> | |
97 </p> | |
98 <!-- ===== Properties ===== --> | |
99 <p> | |
100 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
101 <colgroup> | |
102 <col width="15%"/> | |
103 <col width="73%"/> | |
104 <col width="12%"/> | |
105 </colgroup> | |
106 <thead> | |
107 <tr valign="top"> | |
108 <th class="categorylist">Properties</th> | |
109 <th class="categorylist">Description</th> | |
110 <th class="categorylist">Defined in class</th> | |
111 </tr> | |
112 </thead> | |
113 <tbody> | |
114 <!-- Property: 'params' --> | |
115 <tr valign="top"> | |
116 <td bgcolor="#f3f4f5"> | |
117 <p><a href="matlab:doc('plist.params')">params</a></p> | |
118 </td> | |
119 <td bgcolor="#f3f4f5"> | |
120 <p>list of param-objects</p> | |
121 </td> | |
122 <td bgcolor="#f3f4f5"> | |
123 <p>plist</p> | |
124 </td> | |
125 </tr> | |
126 <!-- Property: 'name' --> | |
127 <tr valign="top"> | |
128 <td> | |
129 <p><a href="matlab:doc('plist.name')">name</a></p> | |
130 </td> | |
131 <td> | |
132 <p>name of the object</p> | |
133 </td> | |
134 <td> | |
135 <p>ltpda_uo</p> | |
136 </td> | |
137 </tr> | |
138 <!-- Property: 'description' --> | |
139 <tr valign="top"> | |
140 <td bgcolor="#f3f4f5"> | |
141 <p><a href="matlab:doc('plist.description')">description</a></p> | |
142 </td> | |
143 <td bgcolor="#f3f4f5"> | |
144 <p>description of the object</p> | |
145 </td> | |
146 <td bgcolor="#f3f4f5"> | |
147 <p>ltpda_uo</p> | |
148 </td> | |
149 </tr> | |
150 <!-- Property: 'mdlfile' --> | |
151 <tr valign="top"> | |
152 <td> | |
153 <p><a href="matlab:doc('plist.mdlfile')">mdlfile</a></p> | |
154 </td> | |
155 <td> | |
156 <p>model xml file of the LTPDAworkbench</p> | |
157 </td> | |
158 <td> | |
159 <p>ltpda_uo</p> | |
160 </td> | |
161 </tr> | |
162 <!-- Property: 'UUID' --> | |
163 <tr valign="top"> | |
164 <td bgcolor="#f3f4f5"> | |
165 <p><a href="matlab:doc('plist.UUID')">UUID</a></p> | |
166 </td> | |
167 <td bgcolor="#f3f4f5"> | |
168 <p>Universally Unique Identifier of 128-bit</p> | |
169 </td> | |
170 <td bgcolor="#f3f4f5"> | |
171 <p>ltpda_uo</p> | |
172 </td> | |
173 </tr> | |
174 </tbody> | |
175 </table> | |
176 </p> | |
177 | |
178 <!-- ===== Top of page ===== --> | |
179 <a href="#top_of_page"> | |
180 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top"/> | |
181 Back to Top | |
182 </a> | |
183 | |
184 <h2 class="title"><a name="top_methods"/>Methods</h2> | |
185 <!-- ===== link box: Begin ===== --> | |
186 <p> | |
187 <table border="1" width="80%"> | |
188 <tr> | |
189 <td> | |
190 <table border="0" cellpadding="5" class="subcategorylist" width="100%"> | |
191 <colgroup> | |
192 <col width="37%"/> | |
193 <col width="63%"/> | |
194 </colgroup> | |
195 <tbody> | |
196 <tr valign="top"> | |
197 <td> | |
198 <a href="class_desc_plist.html#constructor">Constructor</a> | |
199 </td> | |
200 <td>Constructor of this class</td> | |
201 </tr> | |
202 <tr valign="top"> | |
203 <td> | |
204 <a href="class_desc_plist.html#helper">Helper</a> | |
205 </td> | |
206 <td>Helper methods only for internal usage</td> | |
207 </tr> | |
208 <tr valign="top"> | |
209 <td> | |
210 <a href="class_desc_plist.html#internal">Internal</a> | |
211 </td> | |
212 <td>Internal methods only for internal usage</td> | |
213 </tr> | |
214 <tr valign="top"> | |
215 <td> | |
216 <a href="class_desc_plist.html#output">Output</a> | |
217 </td> | |
218 <td>Output methods</td> | |
219 </tr> | |
220 <tr valign="top"> | |
221 <td> | |
222 <a href="class_desc_plist.html#relational_operator">Relational Operator</a> | |
223 </td> | |
224 <td>Relational operator methods</td> | |
225 </tr> | |
226 </tbody> | |
227 </table> | |
228 </td> | |
229 </tr> | |
230 </table> | |
231 </p> | |
232 <!-- ===== link box: End ====== --> | |
233 | |
234 <!-- ===== Top of page ===== --> | |
235 <a href="#top_of_page"> | |
236 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top"/> | |
237 Back to Top | |
238 </a> | |
239 | |
240 <!-- ===== Methods Category: Constructor ===== --> | |
241 <h3 class="title"><a name="constructor"/>Constructor</h3> | |
242 <p> | |
243 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
244 <colgroup> | |
245 <col width="15%"/> | |
246 <col width="73%"/> | |
247 <col width="12%"/> | |
248 </colgroup> | |
249 <thead> | |
250 <tr valign="top"> | |
251 <th class="categorylist">Methods</th> | |
252 <th class="categorylist">Description</th> | |
253 <th class="categorylist">Defined in class</th> | |
254 </tr> | |
255 </thead> | |
256 <tbody> | |
257 <!-- plist/plist --> | |
258 <tr valign="top"> | |
259 <td bgcolor="#f3f4f5"> | |
260 <p><a href="matlab:doc('plist')">plist</a></p> | |
261 </td> | |
262 <td bgcolor="#f3f4f5"> | |
263 <p>PLIST Plist class object constructor.</p> | |
264 </td> | |
265 <td bgcolor="#f3f4f5"> | |
266 <p>plist</p> | |
267 </td> | |
268 </tr> | |
269 </tbody> | |
270 </table> | |
271 <!-- ===== Back to Top of Methods ===== --> | |
272 <a href="#top_methods"> | |
273 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
274 Back to Top of Section | |
275 </a> | |
276 | |
277 </p> | |
278 | |
279 <!-- ===== Methods Category: Helper ===== --> | |
280 <h3 class="title"><a name="helper"/>Helper</h3> | |
281 <p> | |
282 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
283 <colgroup> | |
284 <col width="15%"/> | |
285 <col width="73%"/> | |
286 <col width="12%"/> | |
287 </colgroup> | |
288 <thead> | |
289 <tr valign="top"> | |
290 <th class="categorylist">Methods</th> | |
291 <th class="categorylist">Description</th> | |
292 <th class="categorylist">Defined in class</th> | |
293 </tr> | |
294 </thead> | |
295 <tbody> | |
296 <!-- ltpda_obj/get --> | |
297 <tr valign="top"> | |
298 <td bgcolor="#f3f4f5"> | |
299 <p><a href="matlab:doc('plist/get')">get</a></p> | |
300 </td> | |
301 <td bgcolor="#f3f4f5"> | |
302 <p>GET get a property of a object.</p> | |
303 </td> | |
304 <td bgcolor="#f3f4f5"> | |
305 <p>ltpda_obj</p> | |
306 </td> | |
307 </tr> | |
308 <!-- plist/append --> | |
309 <tr valign="top"> | |
310 <td> | |
311 <p><a href="matlab:doc('plist/append')">append</a></p> | |
312 </td> | |
313 <td> | |
314 <p>APPEND append a param-object, plist-object or a key/value pair to the parameter list.</p> | |
315 </td> | |
316 <td> | |
317 <p>plist</p> | |
318 </td> | |
319 </tr> | |
320 <!-- plist/combine --> | |
321 <tr valign="top"> | |
322 <td bgcolor="#f3f4f5"> | |
323 <p><a href="matlab:doc('plist/combine')">combine</a></p> | |
324 </td> | |
325 <td bgcolor="#f3f4f5"> | |
326 <p>COMBINE multiple parameter lists (plist objects) into a single plist.</p> | |
327 </td> | |
328 <td bgcolor="#f3f4f5"> | |
329 <p>plist</p> | |
330 </td> | |
331 </tr> | |
332 <!-- plist/find --> | |
333 <tr valign="top"> | |
334 <td> | |
335 <p><a href="matlab:doc('plist/find')">find</a></p> | |
336 </td> | |
337 <td> | |
338 <p>FIND overloads find routine for a parameter list.</p> | |
339 </td> | |
340 <td> | |
341 <p>plist</p> | |
342 </td> | |
343 </tr> | |
344 <!-- plist/getIndexForKey --> | |
345 <tr valign="top"> | |
346 <td bgcolor="#f3f4f5"> | |
347 <p><a href="matlab:doc('plist/getIndexForKey')">getIndexForKey</a></p> | |
348 </td> | |
349 <td bgcolor="#f3f4f5"> | |
350 <p>GETINDEXFORKEY returns the index of a parameter with the given key.</p> | |
351 </td> | |
352 <td bgcolor="#f3f4f5"> | |
353 <p>plist</p> | |
354 </td> | |
355 </tr> | |
356 <!-- plist/getKeys --> | |
357 <tr valign="top"> | |
358 <td> | |
359 <p><a href="matlab:doc('plist/getKeys')">getKeys</a></p> | |
360 </td> | |
361 <td> | |
362 <p>GETKEYS Return all the keys of the parameter list.</p> | |
363 </td> | |
364 <td> | |
365 <p>plist</p> | |
366 </td> | |
367 </tr> | |
368 <!-- plist/getOptionsForParam --> | |
369 <tr valign="top"> | |
370 <td bgcolor="#f3f4f5"> | |
371 <p><a href="matlab:doc('plist/getOptionsForParam')">getOptionsForParam</a></p> | |
372 </td> | |
373 <td bgcolor="#f3f4f5"> | |
374 <p>GETOPTIONSFORPARAM Returns the options for the specified parameter key.</p> | |
375 </td> | |
376 <td bgcolor="#f3f4f5"> | |
377 <p>plist</p> | |
378 </td> | |
379 </tr> | |
380 <!-- plist/getParamValueForParam --> | |
381 <tr valign="top"> | |
382 <td> | |
383 <p><a href="matlab:doc('plist/getParamValueForParam')">getParamValueForParam</a></p> | |
384 </td> | |
385 <td> | |
386 <p>GETPARAMVALUEFORPARAM Returns the paramValue for the specified parameter key.</p> | |
387 </td> | |
388 <td> | |
389 <p>plist</p> | |
390 </td> | |
391 </tr> | |
392 <!-- plist/getSelectionForParam --> | |
393 <tr valign="top"> | |
394 <td bgcolor="#f3f4f5"> | |
395 <p><a href="matlab:doc('plist/getSelectionForParam')">getSelectionForParam</a></p> | |
396 </td> | |
397 <td bgcolor="#f3f4f5"> | |
398 <p>GETSELECTIONFORPARAM Returns the selection mode for the specified parameter key.</p> | |
399 </td> | |
400 <td bgcolor="#f3f4f5"> | |
401 <p>plist</p> | |
402 </td> | |
403 </tr> | |
404 <!-- plist/isparam --> | |
405 <tr valign="top"> | |
406 <td> | |
407 <p><a href="matlab:doc('plist/isparam')">isparam</a></p> | |
408 </td> | |
409 <td> | |
410 <p>ISPARAM look for a given key in the parameter lists.</p> | |
411 </td> | |
412 <td> | |
413 <p>plist</p> | |
414 </td> | |
415 </tr> | |
416 <!-- plist/merge --> | |
417 <tr valign="top"> | |
418 <td bgcolor="#f3f4f5"> | |
419 <p><a href="matlab:doc('plist/merge')">merge</a></p> | |
420 </td> | |
421 <td bgcolor="#f3f4f5"> | |
422 <p>MERGE the values for the same key of multiple parameter lists together.</p> | |
423 </td> | |
424 <td bgcolor="#f3f4f5"> | |
425 <p>plist</p> | |
426 </td> | |
427 </tr> | |
428 <!-- plist/mfind --> | |
429 <tr valign="top"> | |
430 <td> | |
431 <p><a href="matlab:doc('plist/mfind')">mfind</a></p> | |
432 </td> | |
433 <td> | |
434 <p>MFIND multiple-arguments find routine for a parameter list.</p> | |
435 </td> | |
436 <td> | |
437 <p>plist</p> | |
438 </td> | |
439 </tr> | |
440 <!-- plist/nparams --> | |
441 <tr valign="top"> | |
442 <td bgcolor="#f3f4f5"> | |
443 <p><a href="matlab:doc('plist/nparams')">nparams</a></p> | |
444 </td> | |
445 <td bgcolor="#f3f4f5"> | |
446 <p>NPARAMS returns the number of param objects in the list.</p> | |
447 </td> | |
448 <td bgcolor="#f3f4f5"> | |
449 <p>plist</p> | |
450 </td> | |
451 </tr> | |
452 <!-- plist/pset --> | |
453 <tr valign="top"> | |
454 <td> | |
455 <p><a href="matlab:doc('plist/pset')">pset</a></p> | |
456 </td> | |
457 <td> | |
458 <p>PSET set or add a key/value pairor a param-object into the parameter list.</p> | |
459 </td> | |
460 <td> | |
461 <p>plist</p> | |
462 </td> | |
463 </tr> | |
464 <!-- plist/remove --> | |
465 <tr valign="top"> | |
466 <td bgcolor="#f3f4f5"> | |
467 <p><a href="matlab:doc('plist/remove')">remove</a></p> | |
468 </td> | |
469 <td bgcolor="#f3f4f5"> | |
470 <p>REMOVE remove a parameter from the parameter list.</p> | |
471 </td> | |
472 <td bgcolor="#f3f4f5"> | |
473 <p>plist</p> | |
474 </td> | |
475 </tr> | |
476 <!-- plist/removeKeys --> | |
477 <tr valign="top"> | |
478 <td> | |
479 <p><a href="matlab:doc('plist/removeKeys')">removeKeys</a></p> | |
480 </td> | |
481 <td> | |
482 <p>REMOVEKEYS removes keys from a PLIST.</p> | |
483 </td> | |
484 <td> | |
485 <p>plist</p> | |
486 </td> | |
487 </tr> | |
488 <!-- plist/setDefaultForParam --> | |
489 <tr valign="top"> | |
490 <td bgcolor="#f3f4f5"> | |
491 <p><a href="matlab:doc('plist/setDefaultForParam')">setDefaultForParam</a></p> | |
492 </td> | |
493 <td bgcolor="#f3f4f5"> | |
494 <p>SETDEFAULTFORPARAM Sets the default value of the param object in dependencies of the 'key'</p> | |
495 </td> | |
496 <td bgcolor="#f3f4f5"> | |
497 <p>plist</p> | |
498 </td> | |
499 </tr> | |
500 <!-- plist/setDescription --> | |
501 <tr valign="top"> | |
502 <td> | |
503 <p><a href="matlab:doc('plist/setDescription')">setDescription</a></p> | |
504 </td> | |
505 <td> | |
506 <p>SETDESCRIPTION sets the 'description' property of a plist object.</p> | |
507 </td> | |
508 <td> | |
509 <p>plist</p> | |
510 </td> | |
511 </tr> | |
512 <!-- plist/setDescriptionForParam --> | |
513 <tr valign="top"> | |
514 <td bgcolor="#f3f4f5"> | |
515 <p><a href="matlab:doc('plist/setDescriptionForParam')">setDescriptionForParam</a></p> | |
516 </td> | |
517 <td bgcolor="#f3f4f5"> | |
518 <p>SETDESCRIPTIONFORPARAM Sets the property 'desc' of the param object in dependencies of the 'key'</p> | |
519 </td> | |
520 <td bgcolor="#f3f4f5"> | |
521 <p>plist</p> | |
522 </td> | |
523 </tr> | |
524 <!-- plist/setMdlfile --> | |
525 <tr valign="top"> | |
526 <td> | |
527 <p><a href="matlab:doc('plist/setMdlfile')">setMdlfile</a></p> | |
528 </td> | |
529 <td> | |
530 <p>SETMDLFILE sets the 'mdlfile' property of a ltpda_uo object.</p> | |
531 </td> | |
532 <td> | |
533 <p>plist</p> | |
534 </td> | |
535 </tr> | |
536 <!-- plist/setName --> | |
537 <tr valign="top"> | |
538 <td bgcolor="#f3f4f5"> | |
539 <p><a href="matlab:doc('plist/setName')">setName</a></p> | |
540 </td> | |
541 <td bgcolor="#f3f4f5"> | |
542 <p>SETNAME Sets the property 'name' of a plist object.</p> | |
543 </td> | |
544 <td bgcolor="#f3f4f5"> | |
545 <p>plist</p> | |
546 </td> | |
547 </tr> | |
548 <!-- plist/setOptionsForParam --> | |
549 <tr valign="top"> | |
550 <td> | |
551 <p><a href="matlab:doc('plist/setOptionsForParam')">setOptionsForParam</a></p> | |
552 </td> | |
553 <td> | |
554 <p>SETOPTIONSFORPARAM Sets the options of the param object in dependencies of the 'key'</p> | |
555 </td> | |
556 <td> | |
557 <p>plist</p> | |
558 </td> | |
559 </tr> | |
560 <!-- plist/setSelectionForParam --> | |
561 <tr valign="top"> | |
562 <td bgcolor="#f3f4f5"> | |
563 <p><a href="matlab:doc('plist/setSelectionForParam')">setSelectionForParam</a></p> | |
564 </td> | |
565 <td bgcolor="#f3f4f5"> | |
566 <p>SETSELECTIONFORPARAM Sets the selection mode of the param object in dependencies of the 'key'</p> | |
567 </td> | |
568 <td bgcolor="#f3f4f5"> | |
569 <p>plist</p> | |
570 </td> | |
571 </tr> | |
572 <!-- plist/string --> | |
573 <tr valign="top"> | |
574 <td> | |
575 <p><a href="matlab:doc('plist/string')">string</a></p> | |
576 </td> | |
577 <td> | |
578 <p>STRING converts a plist object to a command string which will recreate the plist object.</p> | |
579 </td> | |
580 <td> | |
581 <p>plist</p> | |
582 </td> | |
583 </tr> | |
584 <!-- plist/subset --> | |
585 <tr valign="top"> | |
586 <td bgcolor="#f3f4f5"> | |
587 <p><a href="matlab:doc('plist/subset')">subset</a></p> | |
588 </td> | |
589 <td bgcolor="#f3f4f5"> | |
590 <p>SUBSET returns a subset of a parameter list.</p> | |
591 </td> | |
592 <td bgcolor="#f3f4f5"> | |
593 <p>plist</p> | |
594 </td> | |
595 </tr> | |
596 </tbody> | |
597 </table> | |
598 <!-- ===== Back to Top of Methods ===== --> | |
599 <a href="#top_methods"> | |
600 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
601 Back to Top of Section | |
602 </a> | |
603 | |
604 </p> | |
605 | |
606 <!-- ===== Methods Category: Internal ===== --> | |
607 <h3 class="title"><a name="internal"/>Internal</h3> | |
608 <p> | |
609 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
610 <colgroup> | |
611 <col width="15%"/> | |
612 <col width="73%"/> | |
613 <col width="12%"/> | |
614 </colgroup> | |
615 <thead> | |
616 <tr valign="top"> | |
617 <th class="categorylist">Methods</th> | |
618 <th class="categorylist">Description</th> | |
619 <th class="categorylist">Defined in class</th> | |
620 </tr> | |
621 </thead> | |
622 <tbody> | |
623 <!-- ltpda_obj/isprop --> | |
624 <tr valign="top"> | |
625 <td bgcolor="#f3f4f5"> | |
626 <p><a href="matlab:doc('plist/isprop')">isprop</a></p> | |
627 </td> | |
628 <td bgcolor="#f3f4f5"> | |
629 <p>ISPROP tests if the given field is one of the object properties.</p> | |
630 </td> | |
631 <td bgcolor="#f3f4f5"> | |
632 <p>ltpda_obj</p> | |
633 </td> | |
634 </tr> | |
635 <!-- ltpda_uo/bsubmit --> | |
636 <tr valign="top"> | |
637 <td> | |
638 <p><a href="matlab:doc('plist/bsubmit')">bsubmit</a></p> | |
639 </td> | |
640 <td> | |
641 <p>BSUBMIT Submits the given collection of objects in binary form to an LTPDA repository</p> | |
642 </td> | |
643 <td> | |
644 <p>ltpda_uo</p> | |
645 </td> | |
646 </tr> | |
647 <!-- ltpda_uo/submit --> | |
648 <tr valign="top"> | |
649 <td bgcolor="#f3f4f5"> | |
650 <p><a href="matlab:doc('plist/submit')">submit</a></p> | |
651 </td> | |
652 <td bgcolor="#f3f4f5"> | |
653 <p>SUBMIT Submits the given objects to an LTPDA repository</p> | |
654 </td> | |
655 <td bgcolor="#f3f4f5"> | |
656 <p>ltpda_uo</p> | |
657 </td> | |
658 </tr> | |
659 <!-- ltpda_uo/update --> | |
660 <tr valign="top"> | |
661 <td> | |
662 <p><a href="matlab:doc('plist/update')">update</a></p> | |
663 </td> | |
664 <td> | |
665 <p>UPDATE Updates the given object in an LTPDA repository</p> | |
666 </td> | |
667 <td> | |
668 <p>ltpda_uo</p> | |
669 </td> | |
670 </tr> | |
671 <!-- plist/getDescriptionForParam --> | |
672 <tr valign="top"> | |
673 <td bgcolor="#f3f4f5"> | |
674 <p><a href="matlab:doc('plist/getDescriptionForParam')">getDescriptionForParam</a></p> | |
675 </td> | |
676 <td bgcolor="#f3f4f5"> | |
677 <p>GETDESCRIPTIONFORPARAM Returns the description for the specified parameter key.</p> | |
678 </td> | |
679 <td bgcolor="#f3f4f5"> | |
680 <p>plist</p> | |
681 </td> | |
682 </tr> | |
683 <!-- plist/getSetRandState --> | |
684 <tr valign="top"> | |
685 <td> | |
686 <p><a href="matlab:doc('plist/getSetRandState')">getSetRandState</a></p> | |
687 </td> | |
688 <td> | |
689 <p>GETSETRANDSTATE gets or sets the random state of the MATLAB functions 'rand' and 'randn'</p> | |
690 </td> | |
691 <td> | |
692 <p>plist</p> | |
693 </td> | |
694 </tr> | |
695 <!-- plist/parse --> | |
696 <tr valign="top"> | |
697 <td bgcolor="#f3f4f5"> | |
698 <p><a href="matlab:doc('plist/parse')">parse</a></p> | |
699 </td> | |
700 <td bgcolor="#f3f4f5"> | |
701 <p>PARSE a plist for strings which can be converted into numbers</p> | |
702 </td> | |
703 <td bgcolor="#f3f4f5"> | |
704 <p>plist</p> | |
705 </td> | |
706 </tr> | |
707 <!-- plist/plist2cmds --> | |
708 <tr valign="top"> | |
709 <td> | |
710 <p><a href="matlab:doc('plist/plist2cmds')">plist2cmds</a></p> | |
711 </td> | |
712 <td> | |
713 <p>PLIST2CMDS convert a plist to a set of commands.</p> | |
714 </td> | |
715 <td> | |
716 <p>plist</p> | |
717 </td> | |
718 </tr> | |
719 <!-- plist/shouldIgnore --> | |
720 <tr valign="top"> | |
721 <td bgcolor="#f3f4f5"> | |
722 <p><a href="matlab:doc('plist/shouldIgnore')">shouldIgnore</a></p> | |
723 </td> | |
724 <td bgcolor="#f3f4f5"> | |
725 <p>SHOULDIGNORE True for plists which have the key 'ignore' with the value true.</p> | |
726 </td> | |
727 <td bgcolor="#f3f4f5"> | |
728 <p>plist</p> | |
729 </td> | |
730 </tr> | |
731 </tbody> | |
732 </table> | |
733 <!-- ===== Back to Top of Methods ===== --> | |
734 <a href="#top_methods"> | |
735 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
736 Back to Top of Section | |
737 </a> | |
738 | |
739 </p> | |
740 | |
741 <!-- ===== Methods Category: Output ===== --> | |
742 <h3 class="title"><a name="output"/>Output</h3> | |
743 <p> | |
744 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
745 <colgroup> | |
746 <col width="15%"/> | |
747 <col width="73%"/> | |
748 <col width="12%"/> | |
749 </colgroup> | |
750 <thead> | |
751 <tr valign="top"> | |
752 <th class="categorylist">Methods</th> | |
753 <th class="categorylist">Description</th> | |
754 <th class="categorylist">Defined in class</th> | |
755 </tr> | |
756 </thead> | |
757 <tbody> | |
758 <!-- ltpda_uo/save --> | |
759 <tr valign="top"> | |
760 <td bgcolor="#f3f4f5"> | |
761 <p><a href="matlab:doc('plist/save')">save</a></p> | |
762 </td> | |
763 <td bgcolor="#f3f4f5"> | |
764 <p>SAVE overloads save operator for ltpda objects.</p> | |
765 </td> | |
766 <td bgcolor="#f3f4f5"> | |
767 <p>ltpda_uo</p> | |
768 </td> | |
769 </tr> | |
770 <!-- plist/char --> | |
771 <tr valign="top"> | |
772 <td> | |
773 <p><a href="matlab:doc('plist/char')">char</a></p> | |
774 </td> | |
775 <td> | |
776 <p>CHAR convert a parameter list into a string.</p> | |
777 </td> | |
778 <td> | |
779 <p>plist</p> | |
780 </td> | |
781 </tr> | |
782 <!-- plist/display --> | |
783 <tr valign="top"> | |
784 <td bgcolor="#f3f4f5"> | |
785 <p><a href="matlab:doc('plist/display')">display</a></p> | |
786 </td> | |
787 <td bgcolor="#f3f4f5"> | |
788 <p>DISPLAY display plist object.</p> | |
789 </td> | |
790 <td bgcolor="#f3f4f5"> | |
791 <p>plist</p> | |
792 </td> | |
793 </tr> | |
794 </tbody> | |
795 </table> | |
796 <!-- ===== Back to Top of Methods ===== --> | |
797 <a href="#top_methods"> | |
798 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
799 Back to Top of Section | |
800 </a> | |
801 | |
802 </p> | |
803 | |
804 <!-- ===== Methods Category: Relational_Operator ===== --> | |
805 <h3 class="title"><a name="relational_operator"/>Relational Operator</h3> | |
806 <p> | |
807 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
808 <colgroup> | |
809 <col width="15%"/> | |
810 <col width="73%"/> | |
811 <col width="12%"/> | |
812 </colgroup> | |
813 <thead> | |
814 <tr valign="top"> | |
815 <th class="categorylist">Methods</th> | |
816 <th class="categorylist">Description</th> | |
817 <th class="categorylist">Defined in class</th> | |
818 </tr> | |
819 </thead> | |
820 <tbody> | |
821 <!-- ltpda_obj/ne --> | |
822 <tr valign="top"> | |
823 <td bgcolor="#f3f4f5"> | |
824 <p><a href="matlab:doc('plist/ne')">ne</a></p> | |
825 </td> | |
826 <td bgcolor="#f3f4f5"> | |
827 <p>NE overloads the ~= operator for ltpda objects.</p> | |
828 </td> | |
829 <td bgcolor="#f3f4f5"> | |
830 <p>ltpda_obj</p> | |
831 </td> | |
832 </tr> | |
833 <!-- plist/eq --> | |
834 <tr valign="top"> | |
835 <td> | |
836 <p><a href="matlab:doc('plist/eq')">eq</a></p> | |
837 </td> | |
838 <td> | |
839 <p>EQ overloads the == operator for ltpda plist objects.</p> | |
840 </td> | |
841 <td> | |
842 <p>plist</p> | |
843 </td> | |
844 </tr> | |
845 </tbody> | |
846 </table> | |
847 <!-- ===== Back to Top of Methods ===== --> | |
848 <a href="#top_methods"> | |
849 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
850 Back to Top of Section | |
851 </a> | |
852 | |
853 </p> | |
854 | |
855 <!-- ================================================== --> | |
856 <!-- END CONTENT FILE --> | |
857 <!-- ================================================== --> | |
858 | |
859 </p> | |
860 | |
861 <br> | |
862 <br> | |
863 <table class="nav" summary="Navigation aid" border="0" width= | |
864 "100%" cellpadding="0" cellspacing="0"> | |
865 <tr valign="top"> | |
866 <td align="left" width="20"><a href="class_desc_pest.html"><img src= | |
867 "b_prev.gif" border="0" align="bottom" alt= | |
868 "pest Class"></a> </td> | |
869 | |
870 <td align="left">pest Class</td> | |
871 | |
872 <td> </td> | |
873 | |
874 <td align="right">pzmodel Class</td> | |
875 | |
876 <td align="right" width="20"><a href= | |
877 "class_desc_pzmodel.html"><img src="b_next.gif" border="0" align= | |
878 "bottom" alt="pzmodel Class"></a></td> | |
879 </tr> | |
880 </table><br> | |
881 | |
882 <p class="copy">©LTP Team</p> | |
883 </body> | |
884 </html> |