info.bioinfweb.treegraph.gui.dialogs.datatable.math
Class ExpCalculator
java.lang.Object
info.bioinfweb.treegraph.gui.dialogs.datatable.math.ExpCalculator
- All Implemented Interfaces:
- NodeDataCalculator
public class ExpCalculator
- extends Object
- implements NodeDataCalculator
|
Field Summary |
private double |
base
|
|
Method Summary |
double |
calculate(double value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
base
private double base
ExpCalculator
public ExpCalculator(double base)
calculate
public double calculate(double value)
- Specified by:
calculate in interface NodeDataCalculator