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