|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--tracer.expression.Function
|
+--tracer.expression.twoArgFunction
Abstract class type for two-argument functions.
| Fields inherited from class tracer.expression.Function |
numArgs |
| Constructor Summary | |
twoArgFunction()
Constructs a function with two arguements. |
|
| Method Summary | |
double |
apply(double a)
|
| Methods inherited from class tracer.expression.Function |
apply,
toString |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public twoArgFunction()
| Method Detail |
public double apply(double a)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||