Uses of Class
org.biojava.nbio.structure.secstruc.HBond
-
Packages that use HBond Package Description org.biojava.nbio.structure.secstruc -
-
Uses of HBond in org.biojava.nbio.structure.secstruc
Methods in org.biojava.nbio.structure.secstruc that return HBond Modifier and Type Method Description HBond
HBond. clone()
HBond
SecStrucState. getAccept1()
HBond
SecStrucState. getAccept2()
HBond
SecStrucState. getDonor1()
HBond
SecStrucState. getDonor2()
Methods in org.biojava.nbio.structure.secstruc with parameters of type HBond Modifier and Type Method Description void
SecStrucState. setAccept1(HBond accept1)
void
SecStrucState. setAccept2(HBond accept2)
void
SecStrucState. setDonor1(HBond donor1)
void
SecStrucState. setDonor2(HBond donor2)
Constructors in org.biojava.nbio.structure.secstruc with parameters of type HBond Constructor Description HBond(HBond o)
-