<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Thu Mar 21 20:35:25 EST 2002 -->
<TITLE>
BooleanCondition (java-neuralnet API)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
</HEAD>
<SCRIPT>
function asd()
{
parent.document.title="BooleanCondition (java-neuralnet API)";
}
</SCRIPT>
<BODY BGCOLOR="white" onload="asd();">

<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../net/openai/util/fsm/AnyCondition.html"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../net/openai/util/fsm/ComparableCondition.html"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="BooleanCondition.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;
<SCRIPT>
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
net.openai.util.fsm</FONT>
<BR>
Class  BooleanCondition</H2>
<PRE>
java.lang.Object
  |
  +--<A HREF="../../../../net/openai/util/fsm/Condition.html">net.openai.util.fsm.Condition</A>
        |
        +--<B>net.openai.util.fsm.BooleanCondition</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable</DD>
</DL>
<HR>
<DL>
<DT>public final class <B>BooleanCondition</B><DT>extends <A HREF="../../../../net/openai/util/fsm/Condition.html">Condition</A></DL>

<P>
BooleanCondition class
<P>

<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html" TARGET="net.openai.util.fsm.BooleanCondition">Serialized Form</A></DL>
<HR>

<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->


<!-- =========== FIELD SUMMARY =========== -->


<!-- ======== CONSTRUCTOR SUMMARY ======== -->

<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../net/openai/util/fsm/BooleanCondition.html#BooleanCondition()">BooleanCondition</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a BooleanCondition with it's target value set to
 <code>true</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../net/openai/util/fsm/BooleanCondition.html#BooleanCondition(boolean)">BooleanCondition</A></B>(boolean&nbsp;target)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a BooleanCondition with the given target value.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../net/openai/util/fsm/BooleanCondition.html#BooleanCondition(java.lang.Boolean)">BooleanCondition</A></B>(java.lang.Boolean&nbsp;target)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a BooleanCondition with the given target value.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../net/openai/util/fsm/BooleanCondition.html#BooleanCondition(net.openai.util.fsm.State)">BooleanCondition</A></B>(<A HREF="../../../../net/openai/util/fsm/State.html">State</A>&nbsp;targetState)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a BooleanCondtion with it's target value set to 
 <code>true</code> and it's target state set to the given state.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../net/openai/util/fsm/BooleanCondition.html#BooleanCondition(net.openai.util.fsm.State, boolean)">BooleanCondition</A></B>(<A HREF="../../../../net/openai/util/fsm/State.html">State</A>&nbsp;targetState,
                 boolean&nbsp;target)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a BooleanCondition with the given target value and the
 given target state.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../net/openai/util/fsm/BooleanCondition.html#BooleanCondition(net.openai.util.fsm.State, java.lang.Boolean)">BooleanCondition</A></B>(<A HREF="../../../../net/openai/util/fsm/State.html">State</A>&nbsp;targetState,
                 java.lang.Boolean&nbsp;target)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a BooleanCondition with the given target value.</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->

<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Method Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../net/openai/util/fsm/BooleanCondition.html#getTarget()">getTarget</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the target value that will satisfy this condition.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../net/openai/util/fsm/BooleanCondition.html#satisfiedBy(java.lang.Object)">satisfiedBy</A></B>(java.lang.Object&nbsp;conditional)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Called to check if the conditional meets the criteria defined by this
 state.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../net/openai/util/fsm/BooleanCondition.html#setTarget(boolean)">setTarget</A></B>(boolean&nbsp;target)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the target boolean value that will satisfy this condition.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../net/openai/util/fsm/BooleanCondition.html#setTarget(java.lang.Boolean)">setTarget</A></B>(java.lang.Boolean&nbsp;target)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the target Boolean value that will satisfy this condition.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_net.openai.util.fsm.Condition"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class net.openai.util.fsm.<A HREF="../../../../net/openai/util/fsm/Condition.html">Condition</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../net/openai/util/fsm/Condition.html#getSourceStates()">getSourceStates</A>, <A HREF="../../../../net/openai/util/fsm/Condition.html#getTargetState()">getTargetState</A>, <A HREF="../../../../net/openai/util/fsm/Condition.html#setTargetState(net.openai.util.fsm.State)">setTargetState</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class java.lang.Object</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>

<!-- ============ FIELD DETAIL =========== -->


<!-- ========= CONSTRUCTOR DETAIL ======== -->

<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>

<A NAME="BooleanCondition()"><!-- --></A><H3>
BooleanCondition</H3>
<PRE>
public <B>BooleanCondition</B>()</PRE>
<DL>
<DD>Constructs a BooleanCondition with it's target value set to
 <code>true</code>.
<P>
</DL>
<HR>

<A NAME="BooleanCondition(boolean)"><!-- --></A><H3>
BooleanCondition</H3>
<PRE>
public <B>BooleanCondition</B>(boolean&nbsp;target)</PRE>
<DL>
<DD>Constructs a BooleanCondition with the given target value.
<P>
<DT><B>Parameters:</B><DD><CODE>target</CODE> - The boolean value that will satisfy this condition.</DL>
<HR>

<A NAME="BooleanCondition(java.lang.Boolean)"><!-- --></A><H3>
BooleanCondition</H3>
<PRE>
public <B>BooleanCondition</B>(java.lang.Boolean&nbsp;target)</PRE>
<DL>
<DD>Constructs a BooleanCondition with the given target value.
<P>
<DT><B>Parameters:</B><DD><CODE>target</CODE> - The Boolean value that will satisfy this condition.</DL>
<HR>

<A NAME="BooleanCondition(net.openai.util.fsm.State)"><!-- --></A><H3>
BooleanCondition</H3>
<PRE>
public <B>BooleanCondition</B>(<A HREF="../../../../net/openai/util/fsm/State.html">State</A>&nbsp;targetState)</PRE>
<DL>
<DD>Constructs a BooleanCondtion with it's target value set to 
 <code>true</code> and it's target state set to the given state.
<P>
<DT><B>Parameters:</B><DD><CODE>targetState</CODE> - The target state for this BooleanCondition.</DL>
<HR>

<A NAME="BooleanCondition(net.openai.util.fsm.State, boolean)"><!-- --></A><H3>
BooleanCondition</H3>
<PRE>
public <B>BooleanCondition</B>(<A HREF="../../../../net/openai/util/fsm/State.html">State</A>&nbsp;targetState,
                        boolean&nbsp;target)</PRE>
<DL>
<DD>Constructs a BooleanCondition with the given target value and the
 given target state.
<P>
<DT><B>Parameters:</B><DD><CODE>targetState</CODE> - The target state for this BooleanCondtion.<DD><CODE>target</CODE> - The boolean value that will satisfy this condition.</DL>
<HR>

<A NAME="BooleanCondition(net.openai.util.fsm.State, java.lang.Boolean)"><!-- --></A><H3>
BooleanCondition</H3>
<PRE>
public <B>BooleanCondition</B>(<A HREF="../../../../net/openai/util/fsm/State.html">State</A>&nbsp;targetState,
                        java.lang.Boolean&nbsp;target)</PRE>
<DL>
<DD>Constructs a BooleanCondition with the given target value.
<P>
<DT><B>Parameters:</B><DD><CODE>targetState</CODE> - The target state for this BooleanCondition.<DD><CODE>target</CODE> - The Boolean value that will satisfy this condition.</DL>

<!-- ============ METHOD DETAIL ========== -->

<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>

<A NAME="setTarget(boolean)"><!-- --></A><H3>
setTarget</H3>
<PRE>
public final void <B>setTarget</B>(boolean&nbsp;target)</PRE>
<DL>
<DD>Sets the target boolean value that will satisfy this condition.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>target</CODE> - The boolean value that will satisfy this condition.</DL>
</DD>
</DL>
<HR>

<A NAME="setTarget(java.lang.Boolean)"><!-- --></A><H3>
setTarget</H3>
<PRE>
public final void <B>setTarget</B>(java.lang.Boolean&nbsp;target)</PRE>
<DL>
<DD>Sets the target Boolean value that will satisfy this condition.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>target</CODE> - The Boolean value that will satisfy this condition.</DL>
</DD>
</DL>
<HR>

<A NAME="getTarget()"><!-- --></A><H3>
getTarget</H3>
<PRE>
public final boolean <B>getTarget</B>()</PRE>
<DL>
<DD>Returns the target value that will satisfy this condition.
<P>
<DD><DL>

<DT><B>Returns:</B><DD>The target value that will satisfy this condition.</DL>
</DD>
</DL>
<HR>

<A NAME="satisfiedBy(java.lang.Object)"><!-- --></A><H3>
satisfiedBy</H3>
<PRE>
public final boolean <B>satisfiedBy</B>(java.lang.Object&nbsp;conditional)</PRE>
<DL>
<DD>Called to check if the conditional meets the criteria defined by this
 state.  This is the only method to implement in order to used this
 interface.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../net/openai/util/fsm/Condition.html#satisfiedBy(java.lang.Object)">satisfiedBy</A></CODE> in class <CODE><A HREF="../../../../net/openai/util/fsm/Condition.html">Condition</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>conditional</CODE> - The object to check.
<DT><B>Returns:</B><DD>Implementors should return <code>true</code> if this condition
         is met by the Object <code>conditional</code> and
         <code>false</code> otherwise.</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>

<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../net/openai/util/fsm/AnyCondition.html"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../net/openai/util/fsm/ComparableCondition.html"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="BooleanCondition.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;
<SCRIPT>
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<HR>
Copyright - 2001 OpenAI Labs. All Rights Reserved.
</BODY>
</HTML>
