Uses of Interface
org.biojava.nbio.structure.Bond
- 
Packages that use Bond Package Description org.biojava.nbio.structure org.biojava.nbio.structure.io Input and Output of Structures - 
- 
Uses of Bond in org.biojava.nbio.structure
Classes in org.biojava.nbio.structure that implement Bond Modifier and Type Class Description classBondImplA 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 Bond Modifier and Type Method Description List<Bond>Atom. getBonds()Get allBonds this atom is part of.List<Bond>AtomImpl. getBonds()Get allBonds this atom is part of.List<Bond>Structure. getSSBonds()Get the list of disulfide Bonds as they have been defined in the PDB filesList<Bond>StructureImpl. 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 Bond Modifier and Type Method Description voidAtom. addBond(Bond bond)Add a bondvoidAtomImpl. addBond(Bond bond)voidStructure. addSSBond(Bond ssbond)Add a single disulfide Bond to this structurevoidStructureImpl. addSSBond(Bond ssbond)Adds a single disulfide Bond to this structureMethod parameters in org.biojava.nbio.structure with type arguments of type Bond Modifier and Type Method Description voidAtom. setBonds(List<Bond> bonds)Sets the bondsvoidAtomImpl. setBonds(List<Bond> bonds)Sets the bondsvoidStructure. setSSBonds(List<Bond> ssbonds)Set the list of SSBonds for this structurevoidStructureImpl. 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 Bond Modifier and Type Method Description static SSBondImplSSBondImpl. toSsBond(Bond bond)Converts the givenBondobject into aSSBondImpl.Method parameters in org.biojava.nbio.structure.io with type arguments of type Bond Modifier and Type Method Description static List<SSBondImpl>SSBondImpl. getSsBondListFromBondList(List<Bond> bonds) 
 -