| Package | Description |
|---|---|
| org.biojava.bio.structure |
Interfaces and classes for protein structure (PDB).
|
| Modifier and Type | Method and Description |
|---|---|
SSBond |
SSBond.clone() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SSBond> |
StructureImpl.getSSBonds()
get the list of SSBonds as they have been defined in the PDB files
|
java.util.List<SSBond> |
Structure.getSSBonds()
get the list of SSBonds as they have been defined in the PDB files
|
| Modifier and Type | Method and Description |
|---|---|
void |
StructureImpl.addSSBond(SSBond ssbond)
add a single SSBond to this structure
|
void |
Structure.addSSBond(SSBond ssbond)
add a single SSBond to this structure
|
| Modifier and Type | Method and Description |
|---|---|
void |
StructureImpl.setSSBonds(java.util.List<SSBond> ssbonds)
set the list of SSBonds for this structure
|
void |
Structure.setSSBonds(java.util.List<SSBond> ssbonds)
set the list of SSBonds for this structure
|