|
|||||||
| 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
|
+--tracer.expression.boxFunc
Box function. If |a| < 1 return 1, else return 0.
| Fields inherited from class tracer.expression.Function |
numArgs |
| Constructor Summary | |
boxFunc()
|
|
| Method Summary | |
double |
apply(double a)
Returns box(a). |
java.lang.String |
toString()
Return string "BOX" |
| Methods inherited from class tracer.expression.oneArgFunction |
apply |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public boxFunc()
| Method Detail |
public double apply(double a)
public java.lang.String toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||