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 SSBondImpl
SSBondImpl. clone()
static SSBondImpl
SSBondImpl. toSsBond(Bond bond)
Converts the givenBond
object 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 void
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/mmCIF file.
-