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 TypeClassDescriptionclassA 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 allBonds this atom is part of.AtomImpl.getBonds()Get allBonds 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 TypeMethodDescriptionvoidAdd a bondvoidvoidAdd a single disulfide Bond to this structurevoidAdds a single disulfide Bond to this structureMethod parameters in org.biojava.nbio.structure with type arguments of type BondModifier and TypeMethodDescriptionvoidSets the bondsvoidSets 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 BondModifier and TypeMethodDescriptionstatic SSBondImplConverts the givenBondobject 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)