Package org.biojava.nbio.structure.io
Class ChargeAdder
- java.lang.Object
-
- org.biojava.nbio.structure.io.ChargeAdder
-
public class ChargeAdder extends Object
A class to add appropriate charge information to a structure.- Author:
- Anthony Bradley
-
-
Constructor Summary
Constructors Constructor Description ChargeAdder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addCharges(Structure structure)
Function to add the charges to a given structure.
-
-
-
Constructor Detail
-
ChargeAdder
public ChargeAdder()
-
-
Method Detail
-
addCharges
public static void addCharges(Structure structure)
Function to add the charges to a given structure.
-
-