PageRenderTime 48ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/aima-all/release/javadoc/aima-core/aima/core/logic/fol/inference/otter/defaultimpl/DefaultLightestClauseHeuristic.html

http://aima-java.googlecode.com/
HTML | 337 lines | 277 code | 38 blank | 22 comment | 0 complexity | 20c6ec936a4f0139695e24c66ddf799e MD5 | raw file
Possible License(s): GPL-3.0, Apache-2.0
  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_20) on Sun Jan 08 15:29:07 PST 2012 -->
  6. <TITLE>
  7. DefaultLightestClauseHeuristic
  8. </TITLE>
  9. <META NAME="date" CONTENT="2012-01-08">
  10. <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
  11. <SCRIPT type="text/javascript">
  12. function windowTitle()
  13. {
  14. if (location.href.indexOf('is-external=true') == -1) {
  15. parent.document.title="DefaultLightestClauseHeuristic";
  16. }
  17. }
  18. </SCRIPT>
  19. <NOSCRIPT>
  20. </NOSCRIPT>
  21. </HEAD>
  22. <BODY BGCOLOR="white" onload="windowTitle();">
  23. <HR>
  24. <!-- ========= START OF TOP NAVBAR ======= -->
  25. <A NAME="navbar_top"><!-- --></A>
  26. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  27. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  28. <TR>
  29. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  30. <A NAME="navbar_top_firstrow"><!-- --></A>
  31. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  32. <TR ALIGN="center" VALIGN="top">
  33. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  34. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  35. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  36. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  37. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  38. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  39. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  40. </TR>
  41. </TABLE>
  42. </TD>
  43. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  44. </EM>
  45. </TD>
  46. </TR>
  47. <TR>
  48. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  49. &nbsp;<A HREF="../../../../../../../aima/core/logic/fol/inference/otter/defaultimpl/DefaultClauseSimplifier.html" title="class in aima.core.logic.fol.inference.otter.defaultimpl"><B>PREV CLASS</B></A>&nbsp;
  50. &nbsp;NEXT CLASS</FONT></TD>
  51. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  52. <A HREF="../../../../../../../index.html?aima/core/logic/fol/inference/otter/defaultimpl/DefaultLightestClauseHeuristic.html" target="_top"><B>FRAMES</B></A> &nbsp;
  53. &nbsp;<A HREF="DefaultLightestClauseHeuristic.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  54. &nbsp;<SCRIPT type="text/javascript">
  55. <!--
  56. if(window==top) {
  57. document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  58. }
  59. //-->
  60. </SCRIPT>
  61. <NOSCRIPT>
  62. <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
  63. </NOSCRIPT>
  64. </FONT></TD>
  65. </TR>
  66. <TR>
  67. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  68. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  69. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  70. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  71. </TR>
  72. </TABLE>
  73. <A NAME="skip-navbar_top"></A>
  74. <!-- ========= END OF TOP NAVBAR ========= -->
  75. <HR>
  76. <!-- ======== START OF CLASS DATA ======== -->
  77. <H2>
  78. <FONT SIZE="-1">
  79. aima.core.logic.fol.inference.otter.defaultimpl</FONT>
  80. <BR>
  81. Class DefaultLightestClauseHeuristic</H2>
  82. <PRE>
  83. java.lang.Object
  84. <IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by "><B>aima.core.logic.fol.inference.otter.defaultimpl.DefaultLightestClauseHeuristic</B>
  85. </PRE>
  86. <DL>
  87. <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../../../aima/core/logic/fol/inference/otter/LightestClauseHeuristic.html" title="interface in aima.core.logic.fol.inference.otter">LightestClauseHeuristic</A></DD>
  88. </DL>
  89. <HR>
  90. <DL>
  91. <DT><PRE>public class <B>DefaultLightestClauseHeuristic</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../../../../aima/core/logic/fol/inference/otter/LightestClauseHeuristic.html" title="interface in aima.core.logic.fol.inference.otter">LightestClauseHeuristic</A></DL>
  92. </PRE>
  93. <P>
  94. <DL>
  95. <DT><B>Author:</B></DT>
  96. <DD>Ciaran O'Reilly</DD>
  97. </DL>
  98. <HR>
  99. <P>
  100. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  101. <A NAME="constructor_summary"><!-- --></A>
  102. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  103. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  104. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  105. <B>Constructor Summary</B></FONT></TH>
  106. </TR>
  107. <TR BGCOLOR="white" CLASS="TableRowColor">
  108. <TD><CODE><B><A HREF="../../../../../../../aima/core/logic/fol/inference/otter/defaultimpl/DefaultLightestClauseHeuristic.html#DefaultLightestClauseHeuristic()">DefaultLightestClauseHeuristic</A></B>()</CODE>
  109. <BR>
  110. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  111. </TR>
  112. </TABLE>
  113. &nbsp;
  114. <!-- ========== METHOD SUMMARY =========== -->
  115. <A NAME="method_summary"><!-- --></A>
  116. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  117. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  118. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  119. <B>Method Summary</B></FONT></TH>
  120. </TR>
  121. <TR BGCOLOR="white" CLASS="TableRowColor">
  122. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  123. <CODE>&nbsp;void</CODE></FONT></TD>
  124. <TD><CODE><B><A HREF="../../../../../../../aima/core/logic/fol/inference/otter/defaultimpl/DefaultLightestClauseHeuristic.html#addedClauseToSOS(aima.core.logic.fol.kb.data.Clause)">addedClauseToSOS</A></B>(<A HREF="../../../../../../../aima/core/logic/fol/kb/data/Clause.html" title="class in aima.core.logic.fol.kb.data">Clause</A>&nbsp;clause)</CODE>
  125. <BR>
  126. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  127. </TR>
  128. <TR BGCOLOR="white" CLASS="TableRowColor">
  129. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  130. <CODE>&nbsp;<A HREF="../../../../../../../aima/core/logic/fol/kb/data/Clause.html" title="class in aima.core.logic.fol.kb.data">Clause</A></CODE></FONT></TD>
  131. <TD><CODE><B><A HREF="../../../../../../../aima/core/logic/fol/inference/otter/defaultimpl/DefaultLightestClauseHeuristic.html#getLightestClause()">getLightestClause</A></B>()</CODE>
  132. <BR>
  133. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the lightest clause from the SOS</TD>
  134. </TR>
  135. <TR BGCOLOR="white" CLASS="TableRowColor">
  136. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  137. <CODE>&nbsp;void</CODE></FONT></TD>
  138. <TD><CODE><B><A HREF="../../../../../../../aima/core/logic/fol/inference/otter/defaultimpl/DefaultLightestClauseHeuristic.html#initialSOS(java.util.Set)">initialSOS</A></B>(java.util.Set&lt;<A HREF="../../../../../../../aima/core/logic/fol/kb/data/Clause.html" title="class in aima.core.logic.fol.kb.data">Clause</A>&gt;&nbsp;clauses)</CODE>
  139. <BR>
  140. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SOS life-cycle methods allowing implementations of this interface to
  141. incrementally update the calculation of the lightest clause as opposed to
  142. having to recalculate each time.</TD>
  143. </TR>
  144. <TR BGCOLOR="white" CLASS="TableRowColor">
  145. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  146. <CODE>&nbsp;void</CODE></FONT></TD>
  147. <TD><CODE><B><A HREF="../../../../../../../aima/core/logic/fol/inference/otter/defaultimpl/DefaultLightestClauseHeuristic.html#removedClauseFromSOS(aima.core.logic.fol.kb.data.Clause)">removedClauseFromSOS</A></B>(<A HREF="../../../../../../../aima/core/logic/fol/kb/data/Clause.html" title="class in aima.core.logic.fol.kb.data">Clause</A>&nbsp;clause)</CODE>
  148. <BR>
  149. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  150. </TR>
  151. </TABLE>
  152. &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
  153. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  154. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  155. <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
  156. </TR>
  157. <TR BGCOLOR="white" CLASS="TableRowColor">
  158. <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
  159. </TR>
  160. </TABLE>
  161. &nbsp;
  162. <P>
  163. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  164. <A NAME="constructor_detail"><!-- --></A>
  165. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  166. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  167. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  168. <B>Constructor Detail</B></FONT></TH>
  169. </TR>
  170. </TABLE>
  171. <A NAME="DefaultLightestClauseHeuristic()"><!-- --></A><H3>
  172. DefaultLightestClauseHeuristic</H3>
  173. <PRE>
  174. public <B>DefaultLightestClauseHeuristic</B>()</PRE>
  175. <DL>
  176. </DL>
  177. <!-- ============ METHOD DETAIL ========== -->
  178. <A NAME="method_detail"><!-- --></A>
  179. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  180. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  181. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  182. <B>Method Detail</B></FONT></TH>
  183. </TR>
  184. </TABLE>
  185. <A NAME="getLightestClause()"><!-- --></A><H3>
  186. getLightestClause</H3>
  187. <PRE>
  188. public <A HREF="../../../../../../../aima/core/logic/fol/kb/data/Clause.html" title="class in aima.core.logic.fol.kb.data">Clause</A> <B>getLightestClause</B>()</PRE>
  189. <DL>
  190. <DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../aima/core/logic/fol/inference/otter/LightestClauseHeuristic.html#getLightestClause()">LightestClauseHeuristic</A></CODE></B></DD>
  191. <DD>Get the lightest clause from the SOS
  192. <P>
  193. <DD><DL>
  194. <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../aima/core/logic/fol/inference/otter/LightestClauseHeuristic.html#getLightestClause()">getLightestClause</A></CODE> in interface <CODE><A HREF="../../../../../../../aima/core/logic/fol/inference/otter/LightestClauseHeuristic.html" title="interface in aima.core.logic.fol.inference.otter">LightestClauseHeuristic</A></CODE></DL>
  195. </DD>
  196. <DD><DL>
  197. <DT><B>Returns:</B><DD>the lightest clause.</DL>
  198. </DD>
  199. </DL>
  200. <HR>
  201. <A NAME="initialSOS(java.util.Set)"><!-- --></A><H3>
  202. initialSOS</H3>
  203. <PRE>
  204. public void <B>initialSOS</B>(java.util.Set&lt;<A HREF="../../../../../../../aima/core/logic/fol/kb/data/Clause.html" title="class in aima.core.logic.fol.kb.data">Clause</A>&gt;&nbsp;clauses)</PRE>
  205. <DL>
  206. <DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../aima/core/logic/fol/inference/otter/LightestClauseHeuristic.html#initialSOS(java.util.Set)">LightestClauseHeuristic</A></CODE></B></DD>
  207. <DD>SOS life-cycle methods allowing implementations of this interface to
  208. incrementally update the calculation of the lightest clause as opposed to
  209. having to recalculate each time.
  210. <P>
  211. <DD><DL>
  212. <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../aima/core/logic/fol/inference/otter/LightestClauseHeuristic.html#initialSOS(java.util.Set)">initialSOS</A></CODE> in interface <CODE><A HREF="../../../../../../../aima/core/logic/fol/inference/otter/LightestClauseHeuristic.html" title="interface in aima.core.logic.fol.inference.otter">LightestClauseHeuristic</A></CODE></DL>
  213. </DD>
  214. <DD><DL>
  215. </DL>
  216. </DD>
  217. </DL>
  218. <HR>
  219. <A NAME="addedClauseToSOS(aima.core.logic.fol.kb.data.Clause)"><!-- --></A><H3>
  220. addedClauseToSOS</H3>
  221. <PRE>
  222. public void <B>addedClauseToSOS</B>(<A HREF="../../../../../../../aima/core/logic/fol/kb/data/Clause.html" title="class in aima.core.logic.fol.kb.data">Clause</A>&nbsp;clause)</PRE>
  223. <DL>
  224. <DD><DL>
  225. <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../aima/core/logic/fol/inference/otter/LightestClauseHeuristic.html#addedClauseToSOS(aima.core.logic.fol.kb.data.Clause)">addedClauseToSOS</A></CODE> in interface <CODE><A HREF="../../../../../../../aima/core/logic/fol/inference/otter/LightestClauseHeuristic.html" title="interface in aima.core.logic.fol.inference.otter">LightestClauseHeuristic</A></CODE></DL>
  226. </DD>
  227. <DD><DL>
  228. </DL>
  229. </DD>
  230. </DL>
  231. <HR>
  232. <A NAME="removedClauseFromSOS(aima.core.logic.fol.kb.data.Clause)"><!-- --></A><H3>
  233. removedClauseFromSOS</H3>
  234. <PRE>
  235. public void <B>removedClauseFromSOS</B>(<A HREF="../../../../../../../aima/core/logic/fol/kb/data/Clause.html" title="class in aima.core.logic.fol.kb.data">Clause</A>&nbsp;clause)</PRE>
  236. <DL>
  237. <DD><DL>
  238. <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../aima/core/logic/fol/inference/otter/LightestClauseHeuristic.html#removedClauseFromSOS(aima.core.logic.fol.kb.data.Clause)">removedClauseFromSOS</A></CODE> in interface <CODE><A HREF="../../../../../../../aima/core/logic/fol/inference/otter/LightestClauseHeuristic.html" title="interface in aima.core.logic.fol.inference.otter">LightestClauseHeuristic</A></CODE></DL>
  239. </DD>
  240. <DD><DL>
  241. </DL>
  242. </DD>
  243. </DL>
  244. <!-- ========= END OF CLASS DATA ========= -->
  245. <HR>
  246. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  247. <A NAME="navbar_bottom"><!-- --></A>
  248. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  249. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  250. <TR>
  251. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  252. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  253. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  254. <TR ALIGN="center" VALIGN="top">
  255. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  256. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  257. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  258. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  259. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  260. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  261. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  262. </TR>
  263. </TABLE>
  264. </TD>
  265. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  266. </EM>
  267. </TD>
  268. </TR>
  269. <TR>
  270. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  271. &nbsp;<A HREF="../../../../../../../aima/core/logic/fol/inference/otter/defaultimpl/DefaultClauseSimplifier.html" title="class in aima.core.logic.fol.inference.otter.defaultimpl"><B>PREV CLASS</B></A>&nbsp;
  272. &nbsp;NEXT CLASS</FONT></TD>
  273. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  274. <A HREF="../../../../../../../index.html?aima/core/logic/fol/inference/otter/defaultimpl/DefaultLightestClauseHeuristic.html" target="_top"><B>FRAMES</B></A> &nbsp;
  275. &nbsp;<A HREF="DefaultLightestClauseHeuristic.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  276. &nbsp;<SCRIPT type="text/javascript">
  277. <!--
  278. if(window==top) {
  279. document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  280. }
  281. //-->
  282. </SCRIPT>
  283. <NOSCRIPT>
  284. <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
  285. </NOSCRIPT>
  286. </FONT></TD>
  287. </TR>
  288. <TR>
  289. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  290. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  291. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  292. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  293. </TR>
  294. </TABLE>
  295. <A NAME="skip-navbar_bottom"></A>
  296. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  297. <HR>
  298. </BODY>
  299. </HTML>