Subversion Repositories bacoAlunos

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1777 jmachado 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.5.0_09) on Thu Nov 02 11:46:41 EST 2006 -->
6
<TITLE>
7
Evaluateable (Ant Contrib)
8
</TITLE>
9
 
10
<META NAME="keywords" CONTENT="net.sf.antcontrib.math.Evaluateable interface">
11
 
12
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
13
 
14
<SCRIPT type="text/javascript">
15
function windowTitle()
16
{
17
    parent.document.title="Evaluateable (Ant Contrib)";
18
}
19
</SCRIPT>
20
<NOSCRIPT>
21
</NOSCRIPT>
22
 
23
</HEAD>
24
 
25
<BODY BGCOLOR="white" onload="windowTitle();">
26
 
27
 
28
<!-- ========= START OF TOP NAVBAR ======= -->
29
<A NAME="navbar_top"><!-- --></A>
30
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
31
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
32
<TR>
33
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
34
<A NAME="navbar_top_firstrow"><!-- --></A>
35
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
36
  <TR ALIGN="center" VALIGN="top">
37
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
38
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
39
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
40
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44
  </TR>
45
</TABLE>
46
</TD>
47
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48
</EM>
49
</TD>
50
</TR>
51
 
52
<TR>
53
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54
&nbsp;PREV CLASS&nbsp;
55
&nbsp;<A HREF="../../../../net/sf/antcontrib/math/Math.html" title="class in net.sf.antcontrib.math"><B>NEXT CLASS</B></A></FONT></TD>
56
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57
  <A HREF="../../../../index.html?net/sf/antcontrib/math/Evaluateable.html" target="_top"><B>FRAMES</B></A>  &nbsp;
58
&nbsp;<A HREF="Evaluateable.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
59
&nbsp;<SCRIPT type="text/javascript">
60
  <!--
61
  if(window==top) {
62
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63
  }
64
  //-->
65
</SCRIPT>
66
<NOSCRIPT>
67
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68
</NOSCRIPT>
69
 
70
 
71
</FONT></TD>
72
</TR>
73
<TR>
74
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78
</TR>
79
</TABLE>
80
<A NAME="skip-navbar_top"></A>
81
<!-- ========= END OF TOP NAVBAR ========= -->
82
 
83
<HR>
84
<!-- ======== START OF CLASS DATA ======== -->
85
<H2>
86
<FONT SIZE="-1">
87
net.sf.antcontrib.math</FONT>
88
<BR>
89
Interface Evaluateable</H2>
90
<DL>
91
<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../net/sf/antcontrib/math/Numeric.html" title="class in net.sf.antcontrib.math">Numeric</A>, <A HREF="../../../../net/sf/antcontrib/math/Operation.html" title="class in net.sf.antcontrib.math">Operation</A></DD>
92
</DL>
93
<HR>
94
<DL>
95
<DT><PRE>public interface <B>Evaluateable</B></DL>
96
</PRE>
97
 
98
<P>
99
An object which can evaluate to a numeric value.
100
<P>
101
 
102
<P>
103
<DL>
104
<DT><B>Author:</B></DT>
105
  <DD>inger</DD>
106
</DL>
107
<HR>
108
 
109
<P>
110
 
111
<!-- ========== METHOD SUMMARY =========== -->
112
 
113
<A NAME="method_summary"><!-- --></A>
114
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
115
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
116
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
117
<B>Method Summary</B></FONT></TH>
118
</TR>
119
<TR BGCOLOR="white" CLASS="TableRowColor">
120
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
121
<CODE>&nbsp;java.lang.Number</CODE></FONT></TD>
122
<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/math/Evaluateable.html#evaluate()">evaluate</A></B>()</CODE>
123
 
124
<BR>
125
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
126
</TR>
127
</TABLE>
128
&nbsp;
129
<P>
130
 
131
<!-- ============ METHOD DETAIL ========== -->
132
 
133
<A NAME="method_detail"><!-- --></A>
134
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
135
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
136
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
137
<B>Method Detail</B></FONT></TH>
138
</TR>
139
</TABLE>
140
 
141
<A NAME="evaluate()"><!-- --></A><H3>
142
evaluate</H3>
143
<PRE>
144
java.lang.Number <B>evaluate</B>()</PRE>
145
<DL>
146
<DD><DL>
147
</DL>
148
</DD>
149
</DL>
150
<!-- ========= END OF CLASS DATA ========= -->
151
<HR>
152
 
153
 
154
<!-- ======= START OF BOTTOM NAVBAR ====== -->
155
<A NAME="navbar_bottom"><!-- --></A>
156
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
157
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
158
<TR>
159
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
160
<A NAME="navbar_bottom_firstrow"><!-- --></A>
161
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
162
  <TR ALIGN="center" VALIGN="top">
163
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
164
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
165
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
166
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
167
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
168
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
169
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
170
  </TR>
171
</TABLE>
172
</TD>
173
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
174
</EM>
175
</TD>
176
</TR>
177
 
178
<TR>
179
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
180
&nbsp;PREV CLASS&nbsp;
181
&nbsp;<A HREF="../../../../net/sf/antcontrib/math/Math.html" title="class in net.sf.antcontrib.math"><B>NEXT CLASS</B></A></FONT></TD>
182
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
183
  <A HREF="../../../../index.html?net/sf/antcontrib/math/Evaluateable.html" target="_top"><B>FRAMES</B></A>  &nbsp;
184
&nbsp;<A HREF="Evaluateable.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
185
&nbsp;<SCRIPT type="text/javascript">
186
  <!--
187
  if(window==top) {
188
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
189
  }
190
  //-->
191
</SCRIPT>
192
<NOSCRIPT>
193
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
194
</NOSCRIPT>
195
 
196
 
197
</FONT></TD>
198
</TR>
199
<TR>
200
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
201
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
202
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
203
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
204
</TR>
205
</TABLE>
206
<A NAME="skip-navbar_bottom"></A>
207
<!-- ======== END OF BOTTOM NAVBAR ======= -->
208
 
209
<HR>
210
 
211
</BODY>
212
</HTML>