source: javadoc/genius/core/misc/Progress.html@ 1

Last change on this file since 1 was 1, checked in by Wouter Pasman, 7 years ago

Initial import : Genius 9.0.0

File size: 20.7 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<!-- NewPage -->
3<html lang="en">
4<head>
5<!-- Generated by javadoc (1.8.0_112) on Thu Jun 21 12:05:57 CEST 2018 -->
6<title>Progress (Genius Core Documentation)</title>
7<meta name="date" content="2018-06-21">
8<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
9<script type="text/javascript" src="../../../script.js"></script>
10</head>
11<body>
12<script type="text/javascript"><!--
13 try {
14 if (location.href.indexOf('is-external=true') == -1) {
15 parent.document.title="Progress (Genius Core Documentation)";
16 }
17 }
18 catch(err) {
19 }
20//-->
21var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10};
22var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
23var altColor = "altColor";
24var rowColor = "rowColor";
25var tableTab = "tableTab";
26var activeTableTab = "activeTableTab";
27</script>
28<noscript>
29<div>JavaScript is disabled on your browser.</div>
30</noscript>
31<!-- ========= START OF TOP NAVBAR ======= -->
32<div class="topNav"><a name="navbar.top">
33<!-- -->
34</a>
35<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
36<a name="navbar.top.firstrow">
37<!-- -->
38</a>
39<ul class="navList" title="Navigation">
40<li><a href="../../../overview-summary.html">Overview</a></li>
41<li><a href="package-summary.html">Package</a></li>
42<li class="navBarCell1Rev">Class</li>
43<li><a href="class-use/Progress.html">Use</a></li>
44<li><a href="package-tree.html">Tree</a></li>
45<li><a href="../../../deprecated-list.html">Deprecated</a></li>
46<li><a href="../../../index-all.html">Index</a></li>
47<li><a href="../../../help-doc.html">Help</a></li>
48</ul>
49</div>
50<div class="subNav">
51<ul class="navList">
52<li><a href="../../../genius/core/misc/Pair.html" title="class in genius.core.misc"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
53<li><a href="../../../genius/core/misc/Queue.html" title="class in genius.core.misc"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
54</ul>
55<ul class="navList">
56<li><a href="../../../index.html?genius/core/misc/Progress.html" target="_top">Frames</a></li>
57<li><a href="Progress.html" target="_top">No&nbsp;Frames</a></li>
58</ul>
59<ul class="navList" id="allclasses_navbar_top">
60<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
61</ul>
62<div>
63<script type="text/javascript"><!--
64 allClassesLink = document.getElementById("allclasses_navbar_top");
65 if(window==top) {
66 allClassesLink.style.display = "block";
67 }
68 else {
69 allClassesLink.style.display = "none";
70 }
71 //-->
72</script>
73</div>
74<div>
75<ul class="subNavList">
76<li>Summary:&nbsp;</li>
77<li>Nested&nbsp;|&nbsp;</li>
78<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
79<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
80<li><a href="#method.summary">Method</a></li>
81</ul>
82<ul class="subNavList">
83<li>Detail:&nbsp;</li>
84<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
85<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
86<li><a href="#method.detail">Method</a></li>
87</ul>
88</div>
89<a name="skip.navbar.top">
90<!-- -->
91</a></div>
92<!-- ========= END OF TOP NAVBAR ========= -->
93<!-- ======== START OF CLASS DATA ======== -->
94<div class="header">
95<div class="subTitle">genius.core.misc</div>
96<h2 title="Class Progress" class="title">Class Progress</h2>
97</div>
98<div class="contentContainer">
99<ul class="inheritance">
100<li>java.lang.Object</li>
101<li>
102<ul class="inheritance">
103<li>genius.core.misc.Progress</li>
104</ul>
105</li>
106</ul>
107<div class="description">
108<ul class="blockList">
109<li class="blockList">
110<hr>
111<br>
112<pre>public class <span class="typeNameLabel">Progress</span>
113extends java.lang.Object</pre>
114<div class="block">Contains the progress of something. This can be anything as long as it can be
115 counted with an integer and has a known integer end.
116
117 For example we can count the progress in a tournament if we know that we doe
118 n negotiations in that tournament.</div>
119</li>
120</ul>
121</div>
122<div class="summary">
123<ul class="blockList">
124<li class="blockList">
125<!-- =========== FIELD SUMMARY =========== -->
126<ul class="blockList">
127<li class="blockList"><a name="field.summary">
128<!-- -->
129</a>
130<h3>Field Summary</h3>
131<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
132<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
133<tr>
134<th class="colFirst" scope="col">Modifier and Type</th>
135<th class="colLast" scope="col">Field and Description</th>
136</tr>
137<tr class="altColor">
138<td class="colFirst"><code>static int</code></td>
139<td class="colLast"><code><span class="memberNameLink"><a href="../../../genius/core/misc/Progress.html#ALL">ALL</a></span></code>
140<div class="block">Flag for including all of the above in report</div>
141</td>
142</tr>
143<tr class="rowColor">
144<td class="colFirst"><code>static int</code></td>
145<td class="colLast"><code><span class="memberNameLink"><a href="../../../genius/core/misc/Progress.html#CHAR">CHAR</a></span></code>
146<div class="block">Flag for including a spinner in report</div>
147</td>
148</tr>
149<tr class="altColor">
150<td class="colFirst"><code>static int</code></td>
151<td class="colLast"><code><span class="memberNameLink"><a href="../../../genius/core/misc/Progress.html#CURRENT_TOTAL">CURRENT_TOTAL</a></span></code>
152<div class="block">Flag for including current/total in the reporting (example: 5/20)</div>
153</td>
154</tr>
155<tr class="rowColor">
156<td class="colFirst"><code>static int</code></td>
157<td class="colLast"><code><span class="memberNameLink"><a href="../../../genius/core/misc/Progress.html#ETA">ETA</a></span></code>
158<div class="block">Flag for including estimate time ahead (ETA) in report (example: ETA: 5
159 minutes)</div>
160</td>
161</tr>
162<tr class="altColor">
163<td class="colFirst"><code>static int</code></td>
164<td class="colLast"><code><span class="memberNameLink"><a href="../../../genius/core/misc/Progress.html#PERCENTAGE">PERCENTAGE</a></span></code>
165<div class="block">Flag for including percentage in the reporting (example: (25%))</div>
166</td>
167</tr>
168</table>
169</li>
170</ul>
171<!-- ======== CONSTRUCTOR SUMMARY ======== -->
172<ul class="blockList">
173<li class="blockList"><a name="constructor.summary">
174<!-- -->
175</a>
176<h3>Constructor Summary</h3>
177<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
178<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
179<tr>
180<th class="colOne" scope="col">Constructor and Description</th>
181</tr>
182<tr class="altColor">
183<td class="colOne"><code><span class="memberNameLink"><a href="../../../genius/core/misc/Progress.html#Progress-int-">Progress</a></span>(int&nbsp;total)</code>
184<div class="block">Initializes a new instant of the Progress object.</div>
185</td>
186</tr>
187</table>
188</li>
189</ul>
190<!-- ========== METHOD SUMMARY =========== -->
191<ul class="blockList">
192<li class="blockList"><a name="method.summary">
193<!-- -->
194</a>
195<h3>Method Summary</h3>
196<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
197<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
198<tr>
199<th class="colFirst" scope="col">Modifier and Type</th>
200<th class="colLast" scope="col">Method and Description</th>
201</tr>
202<tr id="i0" class="altColor">
203<td class="colFirst"><code>double</code></td>
204<td class="colLast"><code><span class="memberNameLink"><a href="../../../genius/core/misc/Progress.html#getEta--">getEta</a></span>()</code>
205<div class="block">Gets the estimated time remaining based on the time we used so fare</div>
206</td>
207</tr>
208<tr id="i1" class="rowColor">
209<td class="colFirst"><code>long</code></td>
210<td class="colLast"><code><span class="memberNameLink"><a href="../../../genius/core/misc/Progress.html#getNowNano--">getNowNano</a></span>()</code>
211<div class="block">Gets the nano time passed since start of progress.</div>
212</td>
213</tr>
214<tr id="i2" class="altColor">
215<td class="colFirst"><code>java.lang.String</code></td>
216<td class="colLast"><code><span class="memberNameLink"><a href="../../../genius/core/misc/Progress.html#getNowPretty-boolean-">getNowPretty</a></span>(boolean&nbsp;includeSeconds)</code>
217<div class="block">Gets the time passed as an human readable string.</div>
218</td>
219</tr>
220<tr id="i3" class="rowColor">
221<td class="colFirst"><code>double</code></td>
222<td class="colLast"><code><span class="memberNameLink"><a href="../../../genius/core/misc/Progress.html#getProgress--">getProgress</a></span>()</code>
223<div class="block">Gets the progress as a fraction</div>
224</td>
225</tr>
226<tr id="i4" class="altColor">
227<td class="colFirst"><code>java.lang.String</code></td>
228<td class="colLast"><code><span class="memberNameLink"><a href="../../../genius/core/misc/Progress.html#getProgressString-int-">getProgressString</a></span>(int&nbsp;options)</code>
229<div class="block">Gets the progress string.</div>
230</td>
231</tr>
232<tr id="i5" class="rowColor">
233<td class="colFirst"><code>int</code></td>
234<td class="colLast"><code><span class="memberNameLink"><a href="../../../genius/core/misc/Progress.html#getTotal--">getTotal</a></span>()</code>
235<div class="block">Get the final number for this progress</div>
236</td>
237</tr>
238<tr id="i6" class="altColor">
239<td class="colFirst"><code>void</code></td>
240<td class="colLast"><code><span class="memberNameLink"><a href="../../../genius/core/misc/Progress.html#increment--">increment</a></span>()</code>
241<div class="block">Increases the progress by 1, but never beyond the total progress</div>
242</td>
243</tr>
244<tr id="i7" class="rowColor">
245<td class="colFirst"><code>void</code></td>
246<td class="colLast"><code><span class="memberNameLink"><a href="../../../genius/core/misc/Progress.html#increment-int-">increment</a></span>(int&nbsp;n)</code>
247<div class="block">Increases the progress by n, but never beyond the total progress</div>
248</td>
249</tr>
250<tr id="i8" class="altColor">
251<td class="colFirst"><code>boolean</code></td>
252<td class="colLast"><code><span class="memberNameLink"><a href="../../../genius/core/misc/Progress.html#isDone--">isDone</a></span>()</code>
253<div class="block">Returns true if this progress is at last state.</div>
254</td>
255</tr>
256<tr id="i9" class="rowColor">
257<td class="colFirst"><code>void</code></td>
258<td class="colLast"><code><span class="memberNameLink"><a href="../../../genius/core/misc/Progress.html#printProgressToConsole-int-">printProgressToConsole</a></span>(int&nbsp;options)</code>
259<div class="block">Erases previously printed line and prints the progress string.</div>
260</td>
261</tr>
262<tr id="i10" class="altColor">
263<td class="colFirst"><code>void</code></td>
264<td class="colLast"><code><span class="memberNameLink"><a href="../../../genius/core/misc/Progress.html#start--">start</a></span>()</code>
265<div class="block">Mark now as the starting point in negotiation</div>
266</td>
267</tr>
268</table>
269<ul class="blockList">
270<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
271<!-- -->
272</a>
273<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
274<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
275</ul>
276</li>
277</ul>
278</li>
279</ul>
280</div>
281<div class="details">
282<ul class="blockList">
283<li class="blockList">
284<!-- ============ FIELD DETAIL =========== -->
285<ul class="blockList">
286<li class="blockList"><a name="field.detail">
287<!-- -->
288</a>
289<h3>Field Detail</h3>
290<a name="CURRENT_TOTAL">
291<!-- -->
292</a>
293<ul class="blockList">
294<li class="blockList">
295<h4>CURRENT_TOTAL</h4>
296<pre>public static&nbsp;int CURRENT_TOTAL</pre>
297<div class="block">Flag for including current/total in the reporting (example: 5/20)</div>
298</li>
299</ul>
300<a name="PERCENTAGE">
301<!-- -->
302</a>
303<ul class="blockList">
304<li class="blockList">
305<h4>PERCENTAGE</h4>
306<pre>public static&nbsp;int PERCENTAGE</pre>
307<div class="block">Flag for including percentage in the reporting (example: (25%))</div>
308</li>
309</ul>
310<a name="ETA">
311<!-- -->
312</a>
313<ul class="blockList">
314<li class="blockList">
315<h4>ETA</h4>
316<pre>public static&nbsp;int ETA</pre>
317<div class="block">Flag for including estimate time ahead (ETA) in report (example: ETA: 5
318 minutes)</div>
319</li>
320</ul>
321<a name="CHAR">
322<!-- -->
323</a>
324<ul class="blockList">
325<li class="blockList">
326<h4>CHAR</h4>
327<pre>public static&nbsp;int CHAR</pre>
328<div class="block">Flag for including a spinner in report</div>
329</li>
330</ul>
331<a name="ALL">
332<!-- -->
333</a>
334<ul class="blockListLast">
335<li class="blockList">
336<h4>ALL</h4>
337<pre>public static&nbsp;int ALL</pre>
338<div class="block">Flag for including all of the above in report</div>
339</li>
340</ul>
341</li>
342</ul>
343<!-- ========= CONSTRUCTOR DETAIL ======== -->
344<ul class="blockList">
345<li class="blockList"><a name="constructor.detail">
346<!-- -->
347</a>
348<h3>Constructor Detail</h3>
349<a name="Progress-int-">
350<!-- -->
351</a>
352<ul class="blockListLast">
353<li class="blockList">
354<h4>Progress</h4>
355<pre>public&nbsp;Progress(int&nbsp;total)</pre>
356<div class="block">Initializes a new instant of the Progress object. To use timing (ETA),
357 you additionally should call the .start() function as closely to the
358 function to be timed as possible.</div>
359<dl>
360<dt><span class="paramLabel">Parameters:</span></dt>
361<dd><code>total</code> - The total amount of progress that can be made</dd>
362</dl>
363</li>
364</ul>
365</li>
366</ul>
367<!-- ============ METHOD DETAIL ========== -->
368<ul class="blockList">
369<li class="blockList"><a name="method.detail">
370<!-- -->
371</a>
372<h3>Method Detail</h3>
373<a name="increment--">
374<!-- -->
375</a>
376<ul class="blockList">
377<li class="blockList">
378<h4>increment</h4>
379<pre>public&nbsp;void&nbsp;increment()</pre>
380<div class="block">Increases the progress by 1, but never beyond the total progress</div>
381</li>
382</ul>
383<a name="increment-int-">
384<!-- -->
385</a>
386<ul class="blockList">
387<li class="blockList">
388<h4>increment</h4>
389<pre>public&nbsp;void&nbsp;increment(int&nbsp;n)</pre>
390<div class="block">Increases the progress by n, but never beyond the total progress</div>
391<dl>
392<dt><span class="paramLabel">Parameters:</span></dt>
393<dd><code>n</code> - the value to be added</dd>
394</dl>
395</li>
396</ul>
397<a name="isDone--">
398<!-- -->
399</a>
400<ul class="blockList">
401<li class="blockList">
402<h4>isDone</h4>
403<pre>public&nbsp;boolean&nbsp;isDone()</pre>
404<div class="block">Returns true if this progress is at last state.</div>
405<dl>
406<dt><span class="returnLabel">Returns:</span></dt>
407<dd>True if current &ge; total, false otherwise</dd>
408</dl>
409</li>
410</ul>
411<a name="start--">
412<!-- -->
413</a>
414<ul class="blockList">
415<li class="blockList">
416<h4>start</h4>
417<pre>public&nbsp;void&nbsp;start()</pre>
418<div class="block">Mark now as the starting point in negotiation</div>
419</li>
420</ul>
421<a name="getNowNano--">
422<!-- -->
423</a>
424<ul class="blockList">
425<li class="blockList">
426<h4>getNowNano</h4>
427<pre>public&nbsp;long&nbsp;getNowNano()</pre>
428<div class="block">Gets the nano time passed since start of progress.</div>
429<dl>
430<dt><span class="returnLabel">Returns:</span></dt>
431<dd>amount of nanoseconds since .start() was called</dd>
432</dl>
433</li>
434</ul>
435<a name="getNowPretty-boolean-">
436<!-- -->
437</a>
438<ul class="blockList">
439<li class="blockList">
440<h4>getNowPretty</h4>
441<pre>public&nbsp;java.lang.String&nbsp;getNowPretty(boolean&nbsp;includeSeconds)</pre>
442<div class="block">Gets the time passed as an human readable string.</div>
443<dl>
444<dt><span class="paramLabel">Parameters:</span></dt>
445<dd><code>includeSeconds</code> - if true, will print up to seconds. if false, will print up to
446 minutes.</dd>
447<dt><span class="returnLabel">Returns:</span></dt>
448<dd>Time passed since .start() as a string (example: 2 hours, 5
449 minutes)</dd>
450</dl>
451</li>
452</ul>
453<a name="getTotal--">
454<!-- -->
455</a>
456<ul class="blockList">
457<li class="blockList">
458<h4>getTotal</h4>
459<pre>public&nbsp;int&nbsp;getTotal()</pre>
460<div class="block">Get the final number for this progress</div>
461<dl>
462<dt><span class="returnLabel">Returns:</span></dt>
463<dd>The number up to which to progress</dd>
464</dl>
465</li>
466</ul>
467<a name="getProgress--">
468<!-- -->
469</a>
470<ul class="blockList">
471<li class="blockList">
472<h4>getProgress</h4>
473<pre>public&nbsp;double&nbsp;getProgress()</pre>
474<div class="block">Gets the progress as a fraction</div>
475<dl>
476<dt><span class="returnLabel">Returns:</span></dt>
477<dd>value between 0.0 (not started yet) and 1.0 (done)</dd>
478</dl>
479</li>
480</ul>
481<a name="getProgressString-int-">
482<!-- -->
483</a>
484<ul class="blockList">
485<li class="blockList">
486<h4>getProgressString</h4>
487<pre>public&nbsp;java.lang.String&nbsp;getProgressString(int&nbsp;options)</pre>
488<div class="block">Gets the progress string. Will return depending on the used options. use
489 the constant values in this class to generate the options. for example:
490 getProgressString(Progress.ETA | Progress.CURRENT_TOTAL)
491 <p>
492 Progress.ETA: Report estimated time ahead Progress.CURRENT_TOTAL: Report
493 current/total Progress.PERCENTAGE: Report percentage done Progress.CHAR:
494 Show spinner char Progress.ALL: All of the above</div>
495<dl>
496<dt><span class="paramLabel">Parameters:</span></dt>
497<dd><code>options</code> - See description</dd>
498<dt><span class="returnLabel">Returns:</span></dt>
499<dd>String with the current progress</dd>
500</dl>
501</li>
502</ul>
503<a name="printProgressToConsole-int-">
504<!-- -->
505</a>
506<ul class="blockList">
507<li class="blockList">
508<h4>printProgressToConsole</h4>
509<pre>public&nbsp;void&nbsp;printProgressToConsole(int&nbsp;options)</pre>
510<div class="block">Erases previously printed line and prints the progress string. Will print
511 depending on the used options. use the constant values in this class to
512 generate the options. for example: getProgressString(Progress.ETA |
513 Progress.CURRENT_TOTAL)
514 <p>
515 Progress.ETA: Report estimated time ahead Progress.CURRENT_TOTAL: Report
516 current/total Progress.PERCENTAGE: Report percentage done Progress.CHAR:
517 Show spinner char Progress.ALL: All of the above</div>
518<dl>
519<dt><span class="paramLabel">Parameters:</span></dt>
520<dd><code>options</code> - See description</dd>
521</dl>
522</li>
523</ul>
524<a name="getEta--">
525<!-- -->
526</a>
527<ul class="blockListLast">
528<li class="blockList">
529<h4>getEta</h4>
530<pre>public&nbsp;double&nbsp;getEta()</pre>
531<div class="block">Gets the estimated time remaining based on the time we used so fare</div>
532<dl>
533<dt><span class="returnLabel">Returns:</span></dt>
534<dd>estimated time remaining in nano seconds.</dd>
535</dl>
536</li>
537</ul>
538</li>
539</ul>
540</li>
541</ul>
542</div>
543</div>
544<!-- ========= END OF CLASS DATA ========= -->
545<!-- ======= START OF BOTTOM NAVBAR ====== -->
546<div class="bottomNav"><a name="navbar.bottom">
547<!-- -->
548</a>
549<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
550<a name="navbar.bottom.firstrow">
551<!-- -->
552</a>
553<ul class="navList" title="Navigation">
554<li><a href="../../../overview-summary.html">Overview</a></li>
555<li><a href="package-summary.html">Package</a></li>
556<li class="navBarCell1Rev">Class</li>
557<li><a href="class-use/Progress.html">Use</a></li>
558<li><a href="package-tree.html">Tree</a></li>
559<li><a href="../../../deprecated-list.html">Deprecated</a></li>
560<li><a href="../../../index-all.html">Index</a></li>
561<li><a href="../../../help-doc.html">Help</a></li>
562</ul>
563</div>
564<div class="subNav">
565<ul class="navList">
566<li><a href="../../../genius/core/misc/Pair.html" title="class in genius.core.misc"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
567<li><a href="../../../genius/core/misc/Queue.html" title="class in genius.core.misc"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
568</ul>
569<ul class="navList">
570<li><a href="../../../index.html?genius/core/misc/Progress.html" target="_top">Frames</a></li>
571<li><a href="Progress.html" target="_top">No&nbsp;Frames</a></li>
572</ul>
573<ul class="navList" id="allclasses_navbar_bottom">
574<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
575</ul>
576<div>
577<script type="text/javascript"><!--
578 allClassesLink = document.getElementById("allclasses_navbar_bottom");
579 if(window==top) {
580 allClassesLink.style.display = "block";
581 }
582 else {
583 allClassesLink.style.display = "none";
584 }
585 //-->
586</script>
587</div>
588<div>
589<ul class="subNavList">
590<li>Summary:&nbsp;</li>
591<li>Nested&nbsp;|&nbsp;</li>
592<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
593<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
594<li><a href="#method.summary">Method</a></li>
595</ul>
596<ul class="subNavList">
597<li>Detail:&nbsp;</li>
598<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
599<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
600<li><a href="#method.detail">Method</a></li>
601</ul>
602</div>
603<a name="skip.navbar.bottom">
604<!-- -->
605</a></div>
606<!-- ======== END OF BOTTOM NAVBAR ======= -->
607</body>
608</html>
Note: See TracBrowser for help on using the repository browser.