Class HBond
- java.lang.Object
 - 
- org.biojava.nbio.structure.secstruc.HBond
 
 
- 
- All Implemented Interfaces:
 Serializable
public class HBond extends Object implements Serializable
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
 - See Also:
 - Serialized Form
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HBondclone()doublegetEnergy()intgetPartner()voidsetEnergy(double energy)voidsetPartner(int partner)StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getEnergy
public double getEnergy()
 
- 
setEnergy
public void setEnergy(double energy)
 
- 
getPartner
public int getPartner()
 
- 
setPartner
public void setPartner(int partner)
 
 - 
 
 -