|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Chain | |
| org.biojava.bio.structure | Interfaces and classes for molecular structure. |
| Uses of Chain in org.biojava.bio.structure |
| Classes in org.biojava.bio.structure that implement Chain | |
class |
ChainImpl
A Chain in a PDB file. |
| Methods in org.biojava.bio.structure that return Chain | |
Chain |
StructureImpl.getChain(int number)
retrieve a chain by it's position within the Structure |
Chain |
StructureImpl.getChain(int modelnr,
int number)
retrieve a chain by it's position within the Structure and model number |
Chain |
Structure.getChain(int pos)
retrieve a chain by it's position within the Structure |
Chain |
Structure.getChain(int pos,
int modelnr)
retrieve a chain by it's position within the Structure and model number |
| Methods in org.biojava.bio.structure with parameters of type Chain | |
void |
StructureImpl.addChain(Chain chain)
add a new chain |
void |
StructureImpl.addChain(Chain chain,
int modelnr)
add a new chain, if several models are available |
void |
Structure.addChain(Chain chain)
add a new chain |
void |
Structure.addChain(Chain chain,
int modelnr)
add a new chain, if several models are available |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||