upstream version 1.2.2
[debian/freetts] / javadoc / com / sun / speech / freetts / Item.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">\r
2 <!--NewPage-->\r
3 <HTML>\r
4 <HEAD>\r
5 <!-- Generated by javadoc (build 1.4.2_16) on Mon Mar 09 18:20:29 CET 2009 -->\r
6 <TITLE>\r
7 Item (FreeTTS 1.2)\r
8 </TITLE>\r
9 \r
10 <META NAME="keywords" CONTENT="com.sun.speech.freetts.Item class">\r
11 \r
12 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">\r
13 \r
14 <SCRIPT type="text/javascript">\r
15 function windowTitle()\r
16 {\r
17     parent.document.title="Item (FreeTTS 1.2)";\r
18 }\r
19 </SCRIPT>\r
20 \r
21 </HEAD>\r
22 \r
23 <BODY BGCOLOR="white" onload="windowTitle();">\r
24 \r
25
26 <!-- ========= START OF TOP NAVBAR ======= -->\r
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">\r
30 <TR>\r
31 <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">\r
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">\r
34   <TR ALIGN="center" VALIGN="top">\r
35   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>\r
36   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>\r
37   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>\r
38   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>\r
39   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>\r
40   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>\r
41   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>\r
42   </TR>\r
43 </TABLE>\r
44 </TD>\r
45 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>\r
46 </EM>\r
47 </TD>\r
48 </TR>\r
49 \r
50 <TR>\r
51 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">\r
52 &nbsp;<A HREF="../../../../com/sun/speech/freetts/InputMode.html" title="class in com.sun.speech.freetts"><B>PREV CLASS</B></A>&nbsp;\r
53 &nbsp;<A HREF="../../../../com/sun/speech/freetts/ItemContents.html" title="class in com.sun.speech.freetts"><B>NEXT CLASS</B></A></FONT></TD>\r
54 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">\r
55   <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;\r
56 &nbsp;<A HREF="Item.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;\r
57 &nbsp;<SCRIPT type="text/javascript">\r
58   <!--\r
59   if(window==top) {\r
60     document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');\r
61   }\r
62   //-->\r
63 </SCRIPT>\r
64 <NOSCRIPT>\r
65   <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>\r
66 </NOSCRIPT>
67 \r
68 </FONT></TD>\r
69 </TR>\r
70 <TR>\r
71 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">\r
72   SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>\r
73 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">\r
74 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>\r
75 </TR>\r
76 </TABLE>\r
77 <A NAME="skip-navbar_top"></A>
78 <!-- ========= END OF TOP NAVBAR ========= -->\r
79 \r
80 <HR>\r
81 <!-- ======== START OF CLASS DATA ======== -->\r
82 <H2>\r
83 <FONT SIZE="-1">\r
84 com.sun.speech.freetts</FONT>\r
85 <BR>\r
86 Class Item</H2>\r
87 <PRE>\r
88 java.lang.Object\r
89   <IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><B>com.sun.speech.freetts.Item</B>\r
90 </PRE>\r
91 <DL>\r
92 <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../com/sun/speech/freetts/Dumpable.html" title="interface in com.sun.speech.freetts">Dumpable</A></DD>\r
93 </DL>\r
94 <HR>\r
95 <DL>\r
96 <DT>public class <B>Item</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../com/sun/speech/freetts/Dumpable.html" title="interface in com.sun.speech.freetts">Dumpable</A></DL>\r
97 \r
98 <P>\r
99 Represents a node in a Relation. Items can have shared contents but 
100  each item has its own set of Daughters. The shared contents of an
101  item (represented by ItemContents) includes the feature set for the
102  item and the set of all relations that this item is contained in.
103  An item can be contained in a number of relations and as daughters
104  to other items. This class is used to keep track of all of these
105  relationships. There may be many instances of item that reference
106  the same shared ItemContents.\r
107 <P>\r
108 \r
109 <P>\r
110 <HR>\r
111 \r
112 <P>\r
113 <!-- ======== NESTED CLASS SUMMARY ======== -->\r
114 \r
115 \r
116 <!-- =========== FIELD SUMMARY =========== -->\r
117 \r
118 \r
119 <!-- ======== CONSTRUCTOR SUMMARY ======== -->\r
120 \r
121 <A NAME="constructor_summary"><!-- --></A>
122 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">\r
123 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">\r
124 <TD COLSPAN=2><FONT SIZE="+2">\r
125 <B>Constructor Summary</B></FONT></TD>\r
126 </TR>\r
127 <TR BGCOLOR="white" CLASS="TableRowColor">\r
128 <TD><CODE><B><A HREF="../../../../com/sun/speech/freetts/Item.html#Item(com.sun.speech.freetts.Relation, com.sun.speech.freetts.ItemContents)">Item</A></B>(<A HREF="../../../../com/sun/speech/freetts/Relation.html" title="class in com.sun.speech.freetts">Relation</A>&nbsp;relation,
129      <A HREF="../../../../com/sun/speech/freetts/ItemContents.html" title="class in com.sun.speech.freetts">ItemContents</A>&nbsp;sharedContents)</CODE>\r
130 \r
131 <BR>\r
132 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates an item. </TD>\r
133 </TR>\r
134 </TABLE>\r
135 &nbsp;\r
136 <!-- ========== METHOD SUMMARY =========== -->\r
137 \r
138 <A NAME="method_summary"><!-- --></A>
139 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">\r
140 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">\r
141 <TD COLSPAN=2><FONT SIZE="+2">\r
142 <B>Method Summary</B></FONT></TD>\r
143 </TR>\r
144 <TR BGCOLOR="white" CLASS="TableRowColor">\r
145 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
146 <CODE>&nbsp;<A HREF="../../../../com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A></CODE></FONT></TD>\r
147 <TD><CODE><B><A HREF="../../../../com/sun/speech/freetts/Item.html#addDaughter(com.sun.speech.freetts.Item)">addDaughter</A></B>(<A HREF="../../../../com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A>&nbsp;item)</CODE>\r
148 \r
149 <BR>\r
150 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds the given item as a daughter to this item.</TD>\r
151 </TR>\r
152 <TR BGCOLOR="white" CLASS="TableRowColor">\r
153 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
154 <CODE>&nbsp;<A HREF="../../../../com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A></CODE></FONT></TD>\r
155 <TD><CODE><B><A HREF="../../../../com/sun/speech/freetts/Item.html#appendItem(com.sun.speech.freetts.Item)">appendItem</A></B>(<A HREF="../../../../com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A>&nbsp;originalItem)</CODE>\r
156 \r
157 <BR>\r
158 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Appends an item in this list after this item.</TD>\r
159 </TR>\r
160 <TR BGCOLOR="white" CLASS="TableRowColor">\r
161 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
162 <CODE>&nbsp;<A HREF="../../../../com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A></CODE></FONT></TD>\r
163 <TD><CODE><B><A HREF="../../../../com/sun/speech/freetts/Item.html#createDaughter()">createDaughter</A></B>()</CODE>\r
164 \r
165 <BR>\r
166 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new Item, adds it as a daughter to this item
167  and returns the new item.</TD>\r
168 </TR>\r
169 <TR BGCOLOR="white" CLASS="TableRowColor">\r
170 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
171 <CODE>&nbsp;void</CODE></FONT></TD>\r
172 <TD><CODE><B><A HREF="../../../../com/sun/speech/freetts/Item.html#dump(java.io.PrintWriter, int, java.lang.String)">dump</A></B>(java.io.PrintWriter&nbsp;out,
173      int&nbsp;pad,
174      java.lang.String&nbsp;title)</CODE>\r
175 \r
176 <BR>\r
177 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dumps out this item to the given output stream.</TD>\r
178 </TR>\r
179 <TR BGCOLOR="white" CLASS="TableRowColor">\r
180 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
181 <CODE>&nbsp;boolean</CODE></FONT></TD>\r
182 <TD><CODE><B><A HREF="../../../../com/sun/speech/freetts/Item.html#equalsShared(com.sun.speech.freetts.Item)">equalsShared</A></B>(<A HREF="../../../../com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A>&nbsp;otherItem)</CODE>\r
183 \r
184 <BR>\r
185 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Determines if the shared contents of the two items are the same.</TD>\r
186 </TR>\r
187 <TR BGCOLOR="white" CLASS="TableRowColor">\r
188 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
189 <CODE>&nbsp;java.lang.Object</CODE></FONT></TD>\r
190 <TD><CODE><B><A HREF="../../../../com/sun/speech/freetts/Item.html#findFeature(java.lang.String)">findFeature</A></B>(java.lang.String&nbsp;pathAndFeature)</CODE>\r
191 \r
192 <BR>\r
193 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Finds the feature by following the given path.
194  </TD>\r
195 </TR>\r
196 <TR BGCOLOR="white" CLASS="TableRowColor">\r
197 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
198 <CODE>&nbsp;<A HREF="../../../../com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A></CODE></FONT></TD>\r
199 <TD><CODE><B><A HREF="../../../../com/sun/speech/freetts/Item.html#findItem(java.lang.String)">findItem</A></B>(java.lang.String&nbsp;path)</CODE>\r
200 \r
201 <BR>\r
202 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Finds the item specified by the given path.
203
204  </TD>\r
205 </TR>\r
206 <TR BGCOLOR="white" CLASS="TableRowColor">\r
207 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
208 <CODE>&nbsp;<A HREF="../../../../com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A></CODE></FONT></TD>\r
209 <TD><CODE><B><A HREF="../../../../com/sun/speech/freetts/Item.html#getDaughter()">getDaughter</A></B>()</CODE>\r
210 \r
211 <BR>\r
212 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Retrieves the first daughter of this item.</TD>\r
213 </TR>\r
214 <TR BGCOLOR="white" CLASS="TableRowColor">\r
215 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
216 <CODE>&nbsp;<A HREF="../../../../com/sun/speech/freetts/FeatureSet.html" title="interface in com.sun.speech.freetts">FeatureSet</A></CODE></FONT></TD>\r
217 <TD><CODE><B><A HREF="../../../../com/sun/speech/freetts/Item.html#getFeatures()">getFeatures</A></B>()</CODE>\r
218 \r
219 <BR>\r
220 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the feature set of this item.</TD>\r
221 </TR>\r
222 <TR BGCOLOR="white" CLASS="TableRowColor">\r
223 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
224 <CODE>&nbsp;<A HREF="../../../../com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A></CODE></FONT></TD>\r
225 <TD><CODE><B><A HREF="../../../../com/sun/speech/freetts/Item.html#getItemAs(java.lang.String)">getItemAs</A></B>(java.lang.String&nbsp;relationName)</CODE>\r
226 \r
227 <BR>\r
228 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Finds the item in the given relation that has the same shared
229  contents.</TD>\r
230 </TR>\r
231 <TR BGCOLOR="white" CLASS="TableRowColor">\r
232 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
233 <CODE>&nbsp;<A HREF="../../../../com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A></CODE></FONT></TD>\r
234 <TD><CODE><B><A HREF="../../../../com/sun/speech/freetts/Item.html#getLastDaughter()">getLastDaughter</A></B>()</CODE>\r
235 \r
236 <BR>\r
237 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Retrieves the last daughter of this item.</TD>\r
238 </TR>\r
239 <TR BGCOLOR="white" CLASS="TableRowColor">\r
240 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
241 <CODE>&nbsp;<A HREF="../../../../com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A></CODE></FONT></TD>\r
242 <TD><CODE><B><A HREF="../../../../com/sun/speech/freetts/Item.html#getNext()">getNext</A></B>()</CODE>\r
243 \r
244 <BR>\r
245 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the next item in this list.</TD>\r
246 </TR>\r
247 <TR BGCOLOR="white" CLASS="TableRowColor">\r
248 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
249 <CODE>&nbsp;<A HREF="../../../../com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A></CODE></FONT></TD>\r
250 <TD><CODE><B><A HREF="../../../../com/sun/speech/freetts/Item.html#getNthDaughter(int)">getNthDaughter</A></B>(int&nbsp;which)</CODE>\r
251 \r
252 <BR>\r
253 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Retrieves the Nth daughter of this item.</TD>\r
254 </TR>\r
255 <TR BGCOLOR="white" CLASS="TableRowColor">\r
256 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
257 <CODE>&nbsp;<A HREF="../../../../com/sun/speech/freetts/Relation.html" title="class in com.sun.speech.freetts">Relation</A></CODE></FONT></TD>\r
258 <TD><CODE><B><A HREF="../../../../com/sun/speech/freetts/Item.html#getOwnerRelation()">getOwnerRelation</A></B>()</CODE>\r
259 \r
260 <BR>\r
261 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Retrieves the owning Relation.</TD>\r
262 </TR>\r
263 <TR BGCOLOR="white" CLASS="TableRowColor">\r
264 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
265 <CODE>&nbsp;<A HREF="../../../../com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A></CODE></FONT></TD>\r
266 <TD><CODE><B><A HREF="../../../../com/sun/speech/freetts/Item.html#getParent()">getParent</A></B>()</CODE>\r
267 \r
268 <BR>\r
269 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the parent of this item.</TD>\r
270 </TR>\r
271 <TR BGCOLOR="white" CLASS="TableRowColor">\r
272 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
273 <CODE>&nbsp;<A HREF="../../../../com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A></CODE></FONT></TD>\r
274 <TD><CODE><B><A HREF="../../../../com/sun/speech/freetts/Item.html#getPrevious()">getPrevious</A></B>()</CODE>\r
275 \r
276 <BR>\r
277 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the previous item in this list.</TD>\r
278 </TR>\r
279 <TR BGCOLOR="white" CLASS="TableRowColor">\r
280 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
281 <CODE>&nbsp;<A HREF="../../../../com/sun/speech/freetts/ItemContents.html" title="class in com.sun.speech.freetts">ItemContents</A></CODE></FONT></TD>\r
282 <TD><CODE><B><A HREF="../../../../com/sun/speech/freetts/Item.html#getSharedContents()">getSharedContents</A></B>()</CODE>\r
283 \r
284 <BR>\r
285 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Retrieves the shared contents for this item.</TD>\r
286 </TR>\r
287 <TR BGCOLOR="white" CLASS="TableRowColor">\r
288 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
289 <CODE>&nbsp;<A HREF="../../../../com/sun/speech/freetts/Utterance.html" title="class in com.sun.speech.freetts">Utterance</A></CODE></FONT></TD>\r
290 <TD><CODE><B><A HREF="../../../../com/sun/speech/freetts/Item.html#getUtterance()">getUtterance</A></B>()</CODE>\r
291 \r
292 <BR>\r
293 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the utterance associated with this item.</TD>\r
294 </TR>\r
295 <TR BGCOLOR="white" CLASS="TableRowColor">\r
296 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
297 <CODE>&nbsp;boolean</CODE></FONT></TD>\r
298 <TD><CODE><B><A HREF="../../../../com/sun/speech/freetts/Item.html#hasDaughters()">hasDaughters</A></B>()</CODE>\r
299 \r
300 <BR>\r
301 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Determines if this item has daughters.</TD>\r
302 </TR>\r
303 <TR BGCOLOR="white" CLASS="TableRowColor">\r
304 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
305 <CODE>&nbsp;<A HREF="../../../../com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A></CODE></FONT></TD>\r
306 <TD><CODE><B><A HREF="../../../../com/sun/speech/freetts/Item.html#prependItem(com.sun.speech.freetts.Item)">prependItem</A></B>(<A HREF="../../../../com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A>&nbsp;originalItem)</CODE>\r
307 \r
308 <BR>\r
309 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Prepends an item in this list before this item.</TD>\r
310 </TR>\r
311 <TR BGCOLOR="white" CLASS="TableRowColor">\r
312 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
313 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>\r
314 <TD><CODE><B><A HREF="../../../../com/sun/speech/freetts/Item.html#toString()">toString</A></B>()</CODE>\r
315 \r
316 <BR>\r
317 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>\r
318 </TR>\r
319 </TABLE>\r
320 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
321 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">\r
322 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">\r
323 <TD><B>Methods inherited from class java.lang.Object</B></TD>\r
324 </TR>\r
325 <TR BGCOLOR="white" CLASS="TableRowColor">\r
326 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>\r
327 </TR>\r
328 </TABLE>\r
329 &nbsp;\r
330 <P>\r
331 \r
332 <!-- ============ FIELD DETAIL =========== -->\r
333 \r
334 \r
335 <!-- ========= CONSTRUCTOR DETAIL ======== -->\r
336 \r
337 <A NAME="constructor_detail"><!-- --></A>
338 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">\r
339 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">\r
340 <TD COLSPAN=1><FONT SIZE="+2">\r
341 <B>Constructor Detail</B></FONT></TD>\r
342 </TR>\r
343 </TABLE>\r
344 \r
345 <A NAME="Item(com.sun.speech.freetts.Relation, com.sun.speech.freetts.ItemContents)"><!-- --></A><H3>\r
346 Item</H3>\r
347 <PRE>\r
348 public <B>Item</B>(<A HREF="../../../../com/sun/speech/freetts/Relation.html" title="class in com.sun.speech.freetts">Relation</A>&nbsp;relation,
349             <A HREF="../../../../com/sun/speech/freetts/ItemContents.html" title="class in com.sun.speech.freetts">ItemContents</A>&nbsp;sharedContents)</PRE>\r
350 <DL>\r
351 <DD>Creates an item. The item is coupled to a particular
352  Relation. If shared contents is null a new sharedContents is
353  created.\r
354 <P>\r
355 <DT><B>Parameters:</B><DD><CODE>relation</CODE> - the relation that owns this item<DD><CODE>sharedContents</CODE> - the contents that is shared with others.
356    If null, a new sharedContents is created.</DL>\r
357 \r
358 <!-- ============ METHOD DETAIL ========== -->\r
359 \r
360 <A NAME="method_detail"><!-- --></A>
361 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">\r
362 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">\r
363 <TD COLSPAN=1><FONT SIZE="+2">\r
364 <B>Method Detail</B></FONT></TD>\r
365 </TR>\r
366 </TABLE>\r
367 \r
368 <A NAME="getItemAs(java.lang.String)"><!-- --></A><H3>\r
369 getItemAs</H3>\r
370 <PRE>\r
371 public <A HREF="../../../../com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A> <B>getItemAs</B>(java.lang.String&nbsp;relationName)</PRE>\r
372 <DL>\r
373 <DD>Finds the item in the given relation that has the same shared
374  contents.\r
375 <P>\r
376 <DD><DL>\r
377 </DL>\r
378 </DD>\r
379 <DD><DL>\r
380 <DT><B>Parameters:</B><DD><CODE>relationName</CODE> - the relation of interest
381 <DT><B>Returns:</B><DD>the item as found in the given relation or null if not
382    found</DL>\r
383 </DD>\r
384 </DL>\r
385 <HR>\r
386 \r
387 <A NAME="getOwnerRelation()"><!-- --></A><H3>\r
388 getOwnerRelation</H3>\r
389 <PRE>\r
390 public <A HREF="../../../../com/sun/speech/freetts/Relation.html" title="class in com.sun.speech.freetts">Relation</A> <B>getOwnerRelation</B>()</PRE>\r
391 <DL>\r
392 <DD>Retrieves the owning Relation.\r
393 <P>\r
394 <DD><DL>\r
395 </DL>\r
396 </DD>\r
397 <DD><DL>\r
398
399 <DT><B>Returns:</B><DD>the relation that owns this item</DL>\r
400 </DD>\r
401 </DL>\r
402 <HR>\r
403 \r
404 <A NAME="getSharedContents()"><!-- --></A><H3>\r
405 getSharedContents</H3>\r
406 <PRE>\r
407 public <A HREF="../../../../com/sun/speech/freetts/ItemContents.html" title="class in com.sun.speech.freetts">ItemContents</A> <B>getSharedContents</B>()</PRE>\r
408 <DL>\r
409 <DD>Retrieves the shared contents for this item.\r
410 <P>\r
411 <DD><DL>\r
412 </DL>\r
413 </DD>\r
414 <DD><DL>\r
415
416 <DT><B>Returns:</B><DD>the shared item contents</DL>\r
417 </DD>\r
418 </DL>\r
419 <HR>\r
420 \r
421 <A NAME="hasDaughters()"><!-- --></A><H3>\r
422 hasDaughters</H3>\r
423 <PRE>\r
424 public boolean <B>hasDaughters</B>()</PRE>\r
425 <DL>\r
426 <DD>Determines if this item has daughters.\r
427 <P>\r
428 <DD><DL>\r
429 </DL>\r
430 </DD>\r
431 <DD><DL>\r
432
433 <DT><B>Returns:</B><DD>true if this item has daughters</DL>\r
434 </DD>\r
435 </DL>\r
436 <HR>\r
437 \r
438 <A NAME="getDaughter()"><!-- --></A><H3>\r
439 getDaughter</H3>\r
440 <PRE>\r
441 public <A HREF="../../../../com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A> <B>getDaughter</B>()</PRE>\r
442 <DL>\r
443 <DD>Retrieves the first daughter of this item.\r
444 <P>\r
445 <DD><DL>\r
446 </DL>\r
447 </DD>\r
448 <DD><DL>\r
449
450 <DT><B>Returns:</B><DD>the first daughter or null if none</DL>\r
451 </DD>\r
452 </DL>\r
453 <HR>\r
454 \r
455 <A NAME="getNthDaughter(int)"><!-- --></A><H3>\r
456 getNthDaughter</H3>\r
457 <PRE>\r
458 public <A HREF="../../../../com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A> <B>getNthDaughter</B>(int&nbsp;which)</PRE>\r
459 <DL>\r
460 <DD>Retrieves the Nth daughter of this item.\r
461 <P>\r
462 <DD><DL>\r
463 </DL>\r
464 </DD>\r
465 <DD><DL>\r
466 <DT><B>Parameters:</B><DD><CODE>which</CODE> - the index of the daughter to return
467 <DT><B>Returns:</B><DD>the Nth daughter or null if none at the given index</DL>\r
468 </DD>\r
469 </DL>\r
470 <HR>\r
471 \r
472 <A NAME="getLastDaughter()"><!-- --></A><H3>\r
473 getLastDaughter</H3>\r
474 <PRE>\r
475 public <A HREF="../../../../com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A> <B>getLastDaughter</B>()</PRE>\r
476 <DL>\r
477 <DD>Retrieves the last daughter of this item.\r
478 <P>\r
479 <DD><DL>\r
480 </DL>\r
481 </DD>\r
482 <DD><DL>\r
483
484 <DT><B>Returns:</B><DD>the last daughter or null if none at the given index</DL>\r
485 </DD>\r
486 </DL>\r
487 <HR>\r
488 \r
489 <A NAME="addDaughter(com.sun.speech.freetts.Item)"><!-- --></A><H3>\r
490 addDaughter</H3>\r
491 <PRE>\r
492 public <A HREF="../../../../com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A> <B>addDaughter</B>(<A HREF="../../../../com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A>&nbsp;item)</PRE>\r
493 <DL>\r
494 <DD>Adds the given item as a daughter to this item.\r
495 <P>\r
496 <DD><DL>\r
497 </DL>\r
498 </DD>\r
499 <DD><DL>\r
500 <DT><B>Parameters:</B><DD><CODE>item</CODE> - the new daughter</DL>\r
501 </DD>\r
502 </DL>\r
503 <HR>\r
504 \r
505 <A NAME="createDaughter()"><!-- --></A><H3>\r
506 createDaughter</H3>\r
507 <PRE>\r
508 public <A HREF="../../../../com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A> <B>createDaughter</B>()</PRE>\r
509 <DL>\r
510 <DD>Creates a new Item, adds it as a daughter to this item
511  and returns the new item.\r
512 <P>\r
513 <DD><DL>\r
514 </DL>\r
515 </DD>\r
516 <DD><DL>\r
517
518 <DT><B>Returns:</B><DD>the newly created item that was added as a daughter</DL>\r
519 </DD>\r
520 </DL>\r
521 <HR>\r
522 \r
523 <A NAME="getParent()"><!-- --></A><H3>\r
524 getParent</H3>\r
525 <PRE>\r
526 public <A HREF="../../../../com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A> <B>getParent</B>()</PRE>\r
527 <DL>\r
528 <DD>Returns the parent of this item.\r
529 <P>\r
530 <DD><DL>\r
531 </DL>\r
532 </DD>\r
533 <DD><DL>\r
534
535 <DT><B>Returns:</B><DD>the parent of this item</DL>\r
536 </DD>\r
537 </DL>\r
538 <HR>\r
539 \r
540 <A NAME="getUtterance()"><!-- --></A><H3>\r
541 getUtterance</H3>\r
542 <PRE>\r
543 public <A HREF="../../../../com/sun/speech/freetts/Utterance.html" title="class in com.sun.speech.freetts">Utterance</A> <B>getUtterance</B>()</PRE>\r
544 <DL>\r
545 <DD>Returns the utterance associated with this item.\r
546 <P>\r
547 <DD><DL>\r
548 </DL>\r
549 </DD>\r
550 <DD><DL>\r
551
552 <DT><B>Returns:</B><DD>the utterance that contains this item</DL>\r
553 </DD>\r
554 </DL>\r
555 <HR>\r
556 \r
557 <A NAME="getFeatures()"><!-- --></A><H3>\r
558 getFeatures</H3>\r
559 <PRE>\r
560 public <A HREF="../../../../com/sun/speech/freetts/FeatureSet.html" title="interface in com.sun.speech.freetts">FeatureSet</A> <B>getFeatures</B>()</PRE>\r
561 <DL>\r
562 <DD>Returns the feature set of this item.\r
563 <P>\r
564 <DD><DL>\r
565 </DL>\r
566 </DD>\r
567 <DD><DL>\r
568
569 <DT><B>Returns:</B><DD>the feature set of this item</DL>\r
570 </DD>\r
571 </DL>\r
572 <HR>\r
573 \r
574 <A NAME="dump(java.io.PrintWriter, int, java.lang.String)"><!-- --></A><H3>\r
575 dump</H3>\r
576 <PRE>\r
577 public void <B>dump</B>(java.io.PrintWriter&nbsp;out,
578                  int&nbsp;pad,
579                  java.lang.String&nbsp;title)</PRE>\r
580 <DL>\r
581 <DD>Dumps out this item to the given output stream.\r
582 <P>\r
583 <DD><DL>\r
584 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/sun/speech/freetts/Dumpable.html#dump(java.io.PrintWriter, int, java.lang.String)">dump</A></CODE> in interface <CODE><A HREF="../../../../com/sun/speech/freetts/Dumpable.html" title="interface in com.sun.speech.freetts">Dumpable</A></CODE></DL>\r
585 </DD>\r
586 <DD><DL>\r
587 <DT><B>Parameters:</B><DD><CODE>out</CODE> - where to send the output<DD><CODE>pad</CODE> - the leading whitspace<DD><CODE>title</CODE> - the title for the dump</DL>\r
588 </DD>\r
589 </DL>\r
590 <HR>\r
591 \r
592 <A NAME="findFeature(java.lang.String)"><!-- --></A><H3>\r
593 findFeature</H3>\r
594 <PRE>\r
595 public java.lang.Object <B>findFeature</B>(java.lang.String&nbsp;pathAndFeature)</PRE>\r
596 <DL>\r
597 <DD>Finds the feature by following the given path.
598  Path is a string of
599    ":" or "." separated strings with the following interpretations:
600  <ul>
601  <li> n - next item
602  <li> p - previous item
603  <li> parent - the parent
604  <li> daughter - the daughter
605  <li> daughter1 - same as daughter
606  <li> daughtern - the last daughter
607  <li> R:relname - the item as found in the given relation 'relname'
608  </ul>
609  The last element of the path will be interpreted as a
610  voice/language specific feature function (if present) or an
611  item feature name. If the feature function exists it will be
612  called with the item specified by the path, otherwise, a
613  feature will be retrieved with the given name. If neither exist
614  than a String "0" is returned.\r
615 <P>\r
616 <DD><DL>\r
617 </DL>\r
618 </DD>\r
619 <DD><DL>\r
620 <DT><B>Parameters:</B><DD><CODE>pathAndFeature</CODE> - the path to follow</DL>\r
621 </DD>\r
622 </DL>\r
623 <HR>\r
624 \r
625 <A NAME="findItem(java.lang.String)"><!-- --></A><H3>\r
626 findItem</H3>\r
627 <PRE>\r
628 public <A HREF="../../../../com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A> <B>findItem</B>(java.lang.String&nbsp;path)</PRE>\r
629 <DL>\r
630 <DD>Finds the item specified by the given path.
631
632  Path is a string of ":" or
633  "." separated strings with the following interpretations:
634  <ul>
635  <li> n - next item
636  <li> p - previous item
637  <li> parent - the parent
638  <li> daughter - the daughter
639  <li> daughter1 - same as daughter
640  <li> daughtern - the last daughter
641  <li> R:relname - the item as found in the given relation 'relname'
642  </ul>
643  If the given path takes us outside of the bounds of the item
644  graph, then list access exceptions will be thrown.\r
645 <P>\r
646 <DD><DL>\r
647 </DL>\r
648 </DD>\r
649 <DD><DL>\r
650 <DT><B>Parameters:</B><DD><CODE>path</CODE> - the path to follow
651 <DT><B>Returns:</B><DD>the item at the given path</DL>\r
652 </DD>\r
653 </DL>\r
654 <HR>\r
655 \r
656 <A NAME="getNext()"><!-- --></A><H3>\r
657 getNext</H3>\r
658 <PRE>\r
659 public <A HREF="../../../../com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A> <B>getNext</B>()</PRE>\r
660 <DL>\r
661 <DD>Gets the next item in this list.\r
662 <P>\r
663 <DD><DL>\r
664 </DL>\r
665 </DD>\r
666 <DD><DL>\r
667
668 <DT><B>Returns:</B><DD>the next item or null</DL>\r
669 </DD>\r
670 </DL>\r
671 <HR>\r
672 \r
673 <A NAME="getPrevious()"><!-- --></A><H3>\r
674 getPrevious</H3>\r
675 <PRE>\r
676 public <A HREF="../../../../com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A> <B>getPrevious</B>()</PRE>\r
677 <DL>\r
678 <DD>Gets the previous item in this list.\r
679 <P>\r
680 <DD><DL>\r
681 </DL>\r
682 </DD>\r
683 <DD><DL>\r
684
685 <DT><B>Returns:</B><DD>the previous item or null</DL>\r
686 </DD>\r
687 </DL>\r
688 <HR>\r
689 \r
690 <A NAME="appendItem(com.sun.speech.freetts.Item)"><!-- --></A><H3>\r
691 appendItem</H3>\r
692 <PRE>\r
693 public <A HREF="../../../../com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A> <B>appendItem</B>(<A HREF="../../../../com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A>&nbsp;originalItem)</PRE>\r
694 <DL>\r
695 <DD>Appends an item in this list after this item.\r
696 <P>\r
697 <DD><DL>\r
698 </DL>\r
699 </DD>\r
700 <DD><DL>\r
701 <DT><B>Parameters:</B><DD><CODE>originalItem</CODE> - new item has shared contents with this 
702    item (or * null)
703 <DT><B>Returns:</B><DD>the newly appended item</DL>\r
704 </DD>\r
705 </DL>\r
706 <HR>\r
707 \r
708 <A NAME="prependItem(com.sun.speech.freetts.Item)"><!-- --></A><H3>\r
709 prependItem</H3>\r
710 <PRE>\r
711 public <A HREF="../../../../com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A> <B>prependItem</B>(<A HREF="../../../../com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A>&nbsp;originalItem)</PRE>\r
712 <DL>\r
713 <DD>Prepends an item in this list before this item.\r
714 <P>\r
715 <DD><DL>\r
716 </DL>\r
717 </DD>\r
718 <DD><DL>\r
719 <DT><B>Parameters:</B><DD><CODE>originalItem</CODE> - new item has shared contents with this 
720    item (or * null)
721 <DT><B>Returns:</B><DD>the newly appended item</DL>\r
722 </DD>\r
723 </DL>\r
724 <HR>\r
725 \r
726 <A NAME="toString()"><!-- --></A><H3>\r
727 toString</H3>\r
728 <PRE>\r
729 public java.lang.String <B>toString</B>()</PRE>\r
730 <DL>\r
731 <DD><DL>\r
732 </DL>\r
733 </DD>\r
734 <DD><DL>\r
735 </DL>\r
736 </DD>\r
737 </DL>\r
738 <HR>\r
739 \r
740 <A NAME="equalsShared(com.sun.speech.freetts.Item)"><!-- --></A><H3>\r
741 equalsShared</H3>\r
742 <PRE>\r
743 public boolean <B>equalsShared</B>(<A HREF="../../../../com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A>&nbsp;otherItem)</PRE>\r
744 <DL>\r
745 <DD>Determines if the shared contents of the two items are the same.\r
746 <P>\r
747 <DD><DL>\r
748 </DL>\r
749 </DD>\r
750 <DD><DL>\r
751 <DT><B>Parameters:</B><DD><CODE>otherItem</CODE> - the item to compare
752 <DT><B>Returns:</B><DD>true if the shared contents are the same</DL>\r
753 </DD>\r
754 </DL>\r
755 <!-- ========= END OF CLASS DATA ========= -->\r
756 <HR>\r
757 \r
758
759 <!-- ======= START OF BOTTOM NAVBAR ====== -->\r
760 <A NAME="navbar_bottom"><!-- --></A>
761 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
762 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">\r
763 <TR>\r
764 <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">\r
765 <A NAME="navbar_bottom_firstrow"><!-- --></A>
766 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">\r
767   <TR ALIGN="center" VALIGN="top">\r
768   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>\r
769   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>\r
770   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>\r
771   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>\r
772   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>\r
773   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>\r
774   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>\r
775   </TR>\r
776 </TABLE>\r
777 </TD>\r
778 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>\r
779 </EM>\r
780 </TD>\r
781 </TR>\r
782 \r
783 <TR>\r
784 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">\r
785 &nbsp;<A HREF="../../../../com/sun/speech/freetts/InputMode.html" title="class in com.sun.speech.freetts"><B>PREV CLASS</B></A>&nbsp;\r
786 &nbsp;<A HREF="../../../../com/sun/speech/freetts/ItemContents.html" title="class in com.sun.speech.freetts"><B>NEXT CLASS</B></A></FONT></TD>\r
787 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">\r
788   <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;\r
789 &nbsp;<A HREF="Item.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;\r
790 &nbsp;<SCRIPT type="text/javascript">\r
791   <!--\r
792   if(window==top) {\r
793     document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');\r
794   }\r
795   //-->\r
796 </SCRIPT>\r
797 <NOSCRIPT>\r
798   <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>\r
799 </NOSCRIPT>
800 \r
801 </FONT></TD>\r
802 </TR>\r
803 <TR>\r
804 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">\r
805   SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>\r
806 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">\r
807 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>\r
808 </TR>\r
809 </TABLE>\r
810 <A NAME="skip-navbar_bottom"></A>
811 <!-- ======== END OF BOTTOM NAVBAR ======= -->\r
812 \r
813 <HR>\r
814 \r
815 </BODY>\r
816 </HTML>\r