Package org.biojava.utils.math
Interface ComputeObject
-
- All Known Implementing Classes:
IsoelectricPointCalc.ChargeCalculator
public interface ComputeObjectinterface for classes that return a single double precision value for a single double precision argument. Used to represent equations of type y = f(x) = 0.- Since:
- 1.22
- Author:
- David Huen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublecompute(double arg)workhorse method for this class.
-