Uses of Interface
org.biojava.nbio.structure.Bond
Packages that use Bond
Package
Description
Interfaces and classes for protein structure (PDB).
Input and Output of Structures
-
Uses of Bond in org.biojava.nbio.structure
Classes in org.biojava.nbio.structure that implement BondModifier and TypeClassDescriptionclass
A simple bond -- it stores information about two atoms as well as information about its bond order.Methods in org.biojava.nbio.structure that return types with arguments of type BondModifier and TypeMethodDescriptionAtom.getBonds()
Get allBond
s this atom is part of.AtomImpl.getBonds()
Get allBond
s this atom is part of.Structure.getSSBonds()
Get the list of disulfide Bonds as they have been defined in the PDB filesStructureImpl.getSSBonds()
Get the list of disulfide Bonds as they have been defined in the PDB filesMethods in org.biojava.nbio.structure with parameters of type BondModifier and TypeMethodDescriptionvoid
Add a bondvoid
void
Add a single disulfide Bond to this structurevoid
Adds a single disulfide Bond to this structureMethod parameters in org.biojava.nbio.structure with type arguments of type BondModifier and TypeMethodDescriptionvoid
Sets the bondsvoid
Sets the bondsvoid
Structure.setSSBonds
(List<Bond> ssbonds) Set the list of SSBonds for this structurevoid
StructureImpl.setSSBonds
(List<Bond> ssbonds) Set the list of SSBonds for this structure -
Uses of Bond in org.biojava.nbio.structure.io
Methods in org.biojava.nbio.structure.io with parameters of type BondModifier and TypeMethodDescriptionstatic SSBondImpl
Converts the givenBond
object into aSSBondImpl
.Method parameters in org.biojava.nbio.structure.io with type arguments of type BondModifier and TypeMethodDescriptionstatic List
<SSBondImpl> SSBondImpl.getSsBondListFromBondList
(List<Bond> bonds)