|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SSBond | |
|---|---|
| org.biojava.bio.structure | Interfaces and classes for protein structure (PDB). |
| Uses of SSBond in org.biojava.bio.structure |
|---|
| Methods in org.biojava.bio.structure that return SSBond | |
|---|---|
SSBond |
SSBond.clone()
|
| Methods in org.biojava.bio.structure that return types with arguments of type SSBond | |
|---|---|
List<SSBond> |
StructureImpl.getSSBonds()
get the list of SSBonds as they have been defined in the PDB files |
List<SSBond> |
Structure.getSSBonds()
get the list of SSBonds as they have been defined in the PDB files |
| Methods in org.biojava.bio.structure with parameters of type SSBond | |
|---|---|
void |
StructureImpl.addSSBond(SSBond ssbond)
add a single SSBond to this structure |
void |
Structure.addSSBond(SSBond ssbond)
add a single SSBond to this structure |
| Method parameters in org.biojava.bio.structure with type arguments of type SSBond | |
|---|---|
void |
StructureImpl.setSSBonds(List<SSBond> ssbonds)
set the list of SSBonds for this structure |
void |
Structure.setSSBonds(List<SSBond> ssbonds)
set the list of SSBonds for this structure |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||