net.sf.antcontrib.math
public class Operation extends Object implements Evaluateable, DynamicConfigurator
| Method Summary | |
|---|---|
| void | addConfiguredNum(Numeric numeric) |
| void | addConfiguredNumeric(Numeric numeric) |
| void | addConfiguredOp(Operation operation) |
| void | addConfiguredOperation(Operation operation) |
| Object | createDynamicElement(String name) |
| Number | evaluate() |
| void | setArg1(String value) |
| void | setArg2(String value) |
| void | setArg3(String value) |
| void | setArg4(String value) |
| void | setArg5(String value) |
| void | setDatatype(String datatype) |
| void | setDynamicAttribute(String s, String s1) |
| void | setOp(String operation) |
| void | setOperation(String operation) |
| void | setStrict(boolean strict) |
| String | toString() |