Class HBond
java.lang.Object
org.biojava.nbio.structure.secstruc.HBond
Container that represents a hidrogen bond. It contains the energy of the bond
in cal/mol and the partner index.
- Author:
- Andreas Prlic, Aleix Lafita
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
double
int
void
setEnergy
(double energy) void
setPartner
(int partner) toString()
-
Constructor Details
-
HBond
public HBond() -
HBond
-
-
Method Details