Package | Description |
---|---|
org.biojava.nbio.structure.io |
Input and Output of Structures
|
Modifier and Type | Method and Description |
---|---|
SSBondImpl |
SSBondImpl.clone() |
static SSBondImpl |
SSBondImpl.toSsBond(Bond bond)
Converts the given
Bond object into a SSBondImpl . |
Modifier and Type | Method and Description |
---|---|
static List<SSBondImpl> |
SSBondImpl.getSsBondListFromBondList(List<Bond> bonds) |
Modifier and Type | Method and Description |
---|---|
void |
BondMaker.formDisulfideBonds(List<SSBondImpl> disulfideBonds)
Creates disulfide bond objects and references in the corresponding Atoms objects, given
a list of
SSBondImpl s parsed from a PDB/mmCIF file. |
Copyright © 2000–2019 BioJava. All rights reserved.