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 HBondHBond. clone()HBondSecStrucState. getAccept1()HBondSecStrucState. getAccept2()HBondSecStrucState. getDonor1()HBondSecStrucState. getDonor2()Methods in org.biojava.nbio.structure.secstruc with parameters of type HBond Modifier and Type Method Description voidSecStrucState. setAccept1(HBond accept1)voidSecStrucState. setAccept2(HBond accept2)voidSecStrucState. setDonor1(HBond donor1)voidSecStrucState. setDonor2(HBond donor2)Constructors in org.biojava.nbio.structure.secstruc with parameters of type HBond Constructor Description HBond(HBond o)
-