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 SSBondImplConverts the givenBondobject 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 TypeMethodDescriptionvoidBondMaker.formDisulfideBonds(List<SSBondImpl> disulfideBonds) Creates disulfide bond objects and references in the corresponding Atoms objects, given a list ofSSBondImpls parsed from a PDB file.