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 voidChemCompConsumer. newChemCompBond(ChemCompBond bond)voidMetalBondConsumer. newChemCompBond(ChemCompBond bond)voidMMcifConsumer. newChemCompBond(ChemCompBond bond)voidSimpleMMcifConsumer. 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 voidChemComp. setBonds(List<ChemCompBond> bonds) 
 -