Package | Description |
---|---|
org.biojava.nbio.structure |
Interfaces and classes for protein structure (PDB).
|
org.biojava.nbio.structure.io |
Input and Output of Structures
|
Modifier and Type | Class and Description |
---|---|
class |
BondImpl
A simple bond -- it stores information about two atoms as well as information
about its bond order.
|
Modifier and Type | Method and Description |
---|---|
List<Bond> |
Atom.getBonds()
Get all
Bond s this atom is part of. |
List<Bond> |
AtomImpl.getBonds()
Get all
Bond s this atom is part of. |
List<Bond> |
StructureImpl.getSSBonds()
Get the list of disulfide Bonds as they have been defined in the PDB files
|
List<Bond> |
Structure.getSSBonds()
Get the list of disulfide Bonds as they have been defined in the PDB files
|
Modifier and Type | Method and Description |
---|---|
void |
Atom.addBond(Bond bond)
Add a bond
|
void |
AtomImpl.addBond(Bond bond) |
void |
StructureImpl.addSSBond(Bond ssbond)
Adds a single disulfide Bond to this structure
|
void |
Structure.addSSBond(Bond ssbond)
Add a single disulfide Bond to this structure
|
Modifier and Type | Method and Description |
---|---|
void |
Atom.setBonds(List<Bond> bonds)
Sets the bonds
|
void |
AtomImpl.setBonds(List<Bond> bonds)
Sets the bonds
|
void |
StructureImpl.setSSBonds(List<Bond> ssbonds)
Set the list of SSBonds for this structure
|
void |
Structure.setSSBonds(List<Bond> ssbonds)
Set the list of SSBonds for this structure
|
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2000–2019 BioJava. All rights reserved.