Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5827 amar.kumar 1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<!--NewPage-->
3
<HTML>
4
<HEAD>
5
<!-- Generated by javadoc (build 1.6.0_26) on Fri Aug 17 13:40:05 IST 2012 -->
6
<TITLE>
7
Threshold (stat4j API)
8
</TITLE>
9
 
10
<META NAME="date" CONTENT="2012-08-17">
11
 
12
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
13
 
14
<SCRIPT type="text/javascript">
15
function windowTitle()
16
{
17
    if (location.href.indexOf('is-external=true') == -1) {
18
        parent.document.title="Threshold (stat4j API)";
19
    }
20
}
21
</SCRIPT>
22
<NOSCRIPT>
23
</NOSCRIPT>
24
 
25
</HEAD>
26
 
27
<BODY BGCOLOR="white" onload="windowTitle();">
28
<HR>
29
 
30
 
31
<!-- ========= START OF TOP NAVBAR ======= -->
32
<A NAME="navbar_top"><!-- --></A>
33
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
34
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
35
<TR>
36
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
37
<A NAME="navbar_top_firstrow"><!-- --></A>
38
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
39
  <TR ALIGN="center" VALIGN="top">
40
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
41
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
42
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
43
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Threshold.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
44
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
45
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
46
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
47
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
48
  </TR>
49
</TABLE>
50
</TD>
51
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
52
</EM>
53
</TD>
54
</TR>
55
 
56
<TR>
57
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
58
&nbsp;<A HREF="../../../net/sourceforge/stat4j/Statistic.html" title="class in net.sourceforge.stat4j"><B>PREV CLASS</B></A>&nbsp;
59
&nbsp;<A HREF="../../../net/sourceforge/stat4j/Threshold.Operators.html" title="interface in net.sourceforge.stat4j"><B>NEXT CLASS</B></A></FONT></TD>
60
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
61
  <A HREF="../../../index.html?net/sourceforge/stat4j/Threshold.html" target="_top"><B>FRAMES</B></A>  &nbsp;
62
&nbsp;<A HREF="Threshold.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
63
&nbsp;<SCRIPT type="text/javascript">
64
  <!--
65
  if(window==top) {
66
    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
67
  }
68
  //-->
69
</SCRIPT>
70
<NOSCRIPT>
71
  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
72
</NOSCRIPT>
73
 
74
 
75
</FONT></TD>
76
</TR>
77
<TR>
78
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
79
  SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
80
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
81
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
82
</TR>
83
</TABLE>
84
<A NAME="skip-navbar_top"></A>
85
<!-- ========= END OF TOP NAVBAR ========= -->
86
 
87
<HR>
88
<!-- ======== START OF CLASS DATA ======== -->
89
<H2>
90
<FONT SIZE="-1">
91
net.sourceforge.stat4j</FONT>
92
<BR>
93
Class Threshold</H2>
94
<PRE>
95
java.lang.Object
96
  <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>net.sourceforge.stat4j.Threshold</B>
97
</PRE>
98
<HR>
99
<DL>
100
<DT><PRE>public final class <B>Threshold</B><DT>extends java.lang.Object</DL>
101
</PRE>
102
 
103
<P>
104
Name:           Threshold.java
105
 Date:          Sep 6, 2004
106
 Description:
107
 
108
 A preset limit that may be applied to a statstic so
109
 as to trigger an alert.
110
<P>
111
 
112
<P>
113
<DL>
114
<DT><B>Author:</B></DT>
115
  <DD>Lara D'Abreo</DD>
116
<DT><B>See Also:</B><DD><A HREF="../../../net/sourceforge/stat4j/Alert.html" title="class in net.sourceforge.stat4j"><CODE>Alert</CODE></A></DL>
117
<HR>
118
 
119
<P>
120
<!-- ======== NESTED CLASS SUMMARY ======== -->
121
 
122
<A NAME="nested_class_summary"><!-- --></A>
123
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
124
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
125
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
126
<B>Nested Class Summary</B></FONT></TH>
127
</TR>
128
<TR BGCOLOR="white" CLASS="TableRowColor">
129
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
130
<CODE>static&nbsp;interface</CODE></FONT></TD>
131
<TD><CODE><B><A HREF="../../../net/sourceforge/stat4j/Threshold.Operators.html" title="interface in net.sourceforge.stat4j">Threshold.Operators</A></B></CODE>
132
 
133
<BR>
134
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
135
</TR>
136
</TABLE>
137
&nbsp;<!-- =========== FIELD SUMMARY =========== -->
138
 
139
<A NAME="field_summary"><!-- --></A>
140
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
141
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
142
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
143
<B>Field Summary</B></FONT></TH>
144
</TR>
145
<TR BGCOLOR="white" CLASS="TableRowColor">
146
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
147
<CODE>protected &nbsp;double</CODE></FONT></TD>
148
<TD><CODE><B><A HREF="../../../net/sourceforge/stat4j/Threshold.html#limit">limit</A></B></CODE>
149
 
150
<BR>
151
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
152
</TR>
153
<TR BGCOLOR="white" CLASS="TableRowColor">
154
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
155
<CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
156
<TD><CODE><B><A HREF="../../../net/sourceforge/stat4j/Threshold.html#operator">operator</A></B></CODE>
157
 
158
<BR>
159
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
160
</TR>
161
</TABLE>
162
&nbsp;
163
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
164
 
165
<A NAME="constructor_summary"><!-- --></A>
166
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
167
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
168
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
169
<B>Constructor Summary</B></FONT></TH>
170
</TR>
171
<TR BGCOLOR="white" CLASS="TableRowColor">
172
<TD><CODE><B><A HREF="../../../net/sourceforge/stat4j/Threshold.html#Threshold()">Threshold</A></B>()</CODE>
173
 
174
<BR>
175
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
176
</TR>
177
</TABLE>
178
&nbsp;
179
<!-- ========== METHOD SUMMARY =========== -->
180
 
181
<A NAME="method_summary"><!-- --></A>
182
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
183
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
184
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
185
<B>Method Summary</B></FONT></TH>
186
</TR>
187
<TR BGCOLOR="white" CLASS="TableRowColor">
188
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
189
<CODE>&nbsp;boolean</CODE></FONT></TD>
190
<TD><CODE><B><A HREF="../../../net/sourceforge/stat4j/Threshold.html#isTriggered(double)">isTriggered</A></B>(double&nbsp;value)</CODE>
191
 
192
<BR>
193
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Evaluate if rule is triggered</TD>
194
</TR>
195
<TR BGCOLOR="white" CLASS="TableRowColor">
196
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
197
<CODE>&nbsp;void</CODE></FONT></TD>
198
<TD><CODE><B><A HREF="../../../net/sourceforge/stat4j/Threshold.html#setOperator(java.lang.String)">setOperator</A></B>(java.lang.String&nbsp;string)</CODE>
199
 
200
<BR>
201
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
202
</TR>
203
<TR BGCOLOR="white" CLASS="TableRowColor">
204
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
205
<CODE>&nbsp;void</CODE></FONT></TD>
206
<TD><CODE><B><A HREF="../../../net/sourceforge/stat4j/Threshold.html#setValue(double)">setValue</A></B>(double&nbsp;d)</CODE>
207
 
208
<BR>
209
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
210
</TR>
211
<TR BGCOLOR="white" CLASS="TableRowColor">
212
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
213
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
214
<TD><CODE><B><A HREF="../../../net/sourceforge/stat4j/Threshold.html#toString()">toString</A></B>()</CODE>
215
 
216
<BR>
217
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
218
</TR>
219
<TR BGCOLOR="white" CLASS="TableRowColor">
220
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
221
<CODE>static&nbsp;<A HREF="../../../net/sourceforge/stat4j/Threshold.html" title="class in net.sourceforge.stat4j">Threshold</A></CODE></FONT></TD>
222
<TD><CODE><B><A HREF="../../../net/sourceforge/stat4j/Threshold.html#toThreshold(java.lang.String)">toThreshold</A></B>(java.lang.String&nbsp;str)</CODE>
223
 
224
<BR>
225
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
226
</TR>
227
</TABLE>
228
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
229
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
230
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
231
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
232
</TR>
233
<TR BGCOLOR="white" CLASS="TableRowColor">
234
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
235
</TR>
236
</TABLE>
237
&nbsp;
238
<P>
239
 
240
<!-- ============ FIELD DETAIL =========== -->
241
 
242
<A NAME="field_detail"><!-- --></A>
243
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
244
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
245
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
246
<B>Field Detail</B></FONT></TH>
247
</TR>
248
</TABLE>
249
 
250
<A NAME="operator"><!-- --></A><H3>
251
operator</H3>
252
<PRE>
253
protected java.lang.String <B>operator</B></PRE>
254
<DL>
255
<DL>
256
</DL>
257
</DL>
258
<HR>
259
 
260
<A NAME="limit"><!-- --></A><H3>
261
limit</H3>
262
<PRE>
263
protected double <B>limit</B></PRE>
264
<DL>
265
<DL>
266
</DL>
267
</DL>
268
 
269
<!-- ========= CONSTRUCTOR DETAIL ======== -->
270
 
271
<A NAME="constructor_detail"><!-- --></A>
272
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
273
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
274
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
275
<B>Constructor Detail</B></FONT></TH>
276
</TR>
277
</TABLE>
278
 
279
<A NAME="Threshold()"><!-- --></A><H3>
280
Threshold</H3>
281
<PRE>
282
public <B>Threshold</B>()</PRE>
283
<DL>
284
</DL>
285
 
286
<!-- ============ METHOD DETAIL ========== -->
287
 
288
<A NAME="method_detail"><!-- --></A>
289
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
290
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
291
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
292
<B>Method Detail</B></FONT></TH>
293
</TR>
294
</TABLE>
295
 
296
<A NAME="isTriggered(double)"><!-- --></A><H3>
297
isTriggered</H3>
298
<PRE>
299
public boolean <B>isTriggered</B>(double&nbsp;value)</PRE>
300
<DL>
301
<DD>Evaluate if rule is triggered
302
<P>
303
<DD><DL>
304
<DT><B>Parameters:</B><DD><CODE>reading</CODE> - 
305
<DT><B>Returns:</B><DD></DL>
306
</DD>
307
</DL>
308
<HR>
309
 
310
<A NAME="toThreshold(java.lang.String)"><!-- --></A><H3>
311
toThreshold</H3>
312
<PRE>
313
public static <A HREF="../../../net/sourceforge/stat4j/Threshold.html" title="class in net.sourceforge.stat4j">Threshold</A> <B>toThreshold</B>(java.lang.String&nbsp;str)</PRE>
314
<DL>
315
<DD><DL>
316
</DL>
317
</DD>
318
</DL>
319
<HR>
320
 
321
<A NAME="setOperator(java.lang.String)"><!-- --></A><H3>
322
setOperator</H3>
323
<PRE>
324
public void <B>setOperator</B>(java.lang.String&nbsp;string)</PRE>
325
<DL>
326
<DD><DL>
327
<DT><B>Parameters:</B><DD><CODE>string</CODE> - </DL>
328
</DD>
329
</DL>
330
<HR>
331
 
332
<A NAME="setValue(double)"><!-- --></A><H3>
333
setValue</H3>
334
<PRE>
335
public void <B>setValue</B>(double&nbsp;d)</PRE>
336
<DL>
337
<DD><DL>
338
<DT><B>Parameters:</B><DD><CODE>d</CODE> - </DL>
339
</DD>
340
</DL>
341
<HR>
342
 
343
<A NAME="toString()"><!-- --></A><H3>
344
toString</H3>
345
<PRE>
346
public java.lang.String <B>toString</B>()</PRE>
347
<DL>
348
<DD><DL>
349
<DT><B>Overrides:</B><DD><CODE>toString</CODE> in class <CODE>java.lang.Object</CODE></DL>
350
</DD>
351
<DD><DL>
352
</DL>
353
</DD>
354
</DL>
355
<!-- ========= END OF CLASS DATA ========= -->
356
<HR>
357
 
358
 
359
<!-- ======= START OF BOTTOM NAVBAR ====== -->
360
<A NAME="navbar_bottom"><!-- --></A>
361
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
362
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
363
<TR>
364
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
365
<A NAME="navbar_bottom_firstrow"><!-- --></A>
366
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
367
  <TR ALIGN="center" VALIGN="top">
368
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
369
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
370
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
371
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Threshold.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
372
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
373
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
374
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
375
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
376
  </TR>
377
</TABLE>
378
</TD>
379
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
380
</EM>
381
</TD>
382
</TR>
383
 
384
<TR>
385
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
386
&nbsp;<A HREF="../../../net/sourceforge/stat4j/Statistic.html" title="class in net.sourceforge.stat4j"><B>PREV CLASS</B></A>&nbsp;
387
&nbsp;<A HREF="../../../net/sourceforge/stat4j/Threshold.Operators.html" title="interface in net.sourceforge.stat4j"><B>NEXT CLASS</B></A></FONT></TD>
388
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
389
  <A HREF="../../../index.html?net/sourceforge/stat4j/Threshold.html" target="_top"><B>FRAMES</B></A>  &nbsp;
390
&nbsp;<A HREF="Threshold.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
391
&nbsp;<SCRIPT type="text/javascript">
392
  <!--
393
  if(window==top) {
394
    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
395
  }
396
  //-->
397
</SCRIPT>
398
<NOSCRIPT>
399
  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
400
</NOSCRIPT>
401
 
402
 
403
</FONT></TD>
404
</TR>
405
<TR>
406
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
407
  SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
408
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
409
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
410
</TR>
411
</TABLE>
412
<A NAME="skip-navbar_bottom"></A>
413
<!-- ======== END OF BOTTOM NAVBAR ======= -->
414
 
415
<HR>
416
 
417
</BODY>
418
</HTML>