Package pl.poznan.put.atom
Class Bond
- java.lang.Object
-
- pl.poznan.put.atom.Bond
-
public final class Bond extends Object
An atomic bond and corresponding length. Data parsed from Charmm36 topology & parameter files.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BondLengthlength(AtomType left, AtomType right)Returns bond length between two atoms.
-
-
-
Method Detail
-
length
public static BondLength length(AtomType left, AtomType right)
Returns bond length between two atoms.- Parameters:
left- Type of first atom.right- Type of second atom.- Returns:
- An instance of
BondLength.
-
-