Uses of Class
org.biojava.nbio.structure.io.mmcif.model.ChemCompBond
-
Packages that use ChemCompBond Package Description org.biojava.nbio.structure.io.mmcif Input and Output of mmcif files.org.biojava.nbio.structure.io.mmcif.model Datamodel objects used for processing mmcif files. -
-
Uses of ChemCompBond in org.biojava.nbio.structure.io.mmcif
Methods in org.biojava.nbio.structure.io.mmcif with parameters of type ChemCompBond Modifier and Type Method Description void
ChemCompConsumer. newChemCompBond(ChemCompBond bond)
void
MetalBondConsumer. newChemCompBond(ChemCompBond bond)
void
MMcifConsumer. newChemCompBond(ChemCompBond bond)
void
SimpleMMcifConsumer. newChemCompBond(ChemCompBond bond)
-
Uses of ChemCompBond in org.biojava.nbio.structure.io.mmcif.model
Methods in org.biojava.nbio.structure.io.mmcif.model that return types with arguments of type ChemCompBond Modifier and Type Method Description List<ChemCompBond>
ChemComp. getBonds()
Method parameters in org.biojava.nbio.structure.io.mmcif.model with type arguments of type ChemCompBond Modifier and Type Method Description void
ChemComp. setBonds(List<ChemCompBond> bonds)
-