Package org.biojava.bio.proteomics
Class IsoelectricPointCalc.ChargeCalculator
- java.lang.Object
-
- org.biojava.bio.proteomics.IsoelectricPointCalc.ChargeCalculator
-
- All Implemented Interfaces:
ComputeObject
- Enclosing class:
- IsoelectricPointCalc
public class IsoelectricPointCalc.ChargeCalculator extends java.lang.Object implements ComputeObject
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
compute(double pH)
computes charge at given pH
-
-
-
Method Detail
-
compute
public double compute(double pH)
computes charge at given pH- Specified by:
compute
in interfaceComputeObject
-
-