Uses of Class
org.biojava.nbio.structure.io.SSBondImpl
-
Packages that use SSBondImpl Package Description org.biojava.nbio.structure.io Input and Output of Structures -
-
Uses of SSBondImpl in org.biojava.nbio.structure.io
Methods in org.biojava.nbio.structure.io that return SSBondImpl Modifier and Type Method Description SSBondImplSSBondImpl. clone()static SSBondImplSSBondImpl. toSsBond(Bond bond)Converts the givenBondobject into aSSBondImpl.Methods in org.biojava.nbio.structure.io that return types with arguments of type SSBondImpl Modifier and Type Method Description static List<SSBondImpl>SSBondImpl. getSsBondListFromBondList(List<Bond> bonds)Method parameters in org.biojava.nbio.structure.io with type arguments of type SSBondImpl Modifier and Type Method Description voidBondMaker. formDisulfideBonds(List<SSBondImpl> disulfideBonds)Creates disulfide bond objects and references in the corresponding Atoms objects, given a list ofSSBondImpls parsed from a PDB file.
-