Uses of Class
org.biojava.nbio.structure.io.SSBondImpl
Packages that use SSBondImpl
-
Uses of SSBondImpl in org.biojava.nbio.structure.io
Methods in org.biojava.nbio.structure.io that return SSBondImplModifier and TypeMethodDescriptionSSBondImpl.clone()
static SSBondImpl
Converts the givenBond
object into aSSBondImpl
.Methods in org.biojava.nbio.structure.io that return types with arguments of type SSBondImplModifier and TypeMethodDescriptionstatic List
<SSBondImpl> SSBondImpl.getSsBondListFromBondList
(List<Bond> bonds) Method parameters in org.biojava.nbio.structure.io with type arguments of type SSBondImplModifier and TypeMethodDescriptionvoid
BondMaker.formDisulfideBonds
(List<SSBondImpl> disulfideBonds) Creates disulfide bond objects and references in the corresponding Atoms objects, given a list ofSSBondImpl
s parsed from a PDB file.