Uses of Class
org.biojava.nbio.structure.io.mmcif.model.ChemCompAtom
-
Packages that use ChemCompAtom 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 ChemCompAtom in org.biojava.nbio.structure.io.mmcif
Methods in org.biojava.nbio.structure.io.mmcif with parameters of type ChemCompAtom Modifier and Type Method Description void
ChemCompConsumer. newChemCompAtom(ChemCompAtom atom)
void
MetalBondConsumer. newChemCompAtom(ChemCompAtom atom)
void
MMcifConsumer. newChemCompAtom(ChemCompAtom atom)
void
SimpleMMcifConsumer. newChemCompAtom(ChemCompAtom atom)
-
Uses of ChemCompAtom in org.biojava.nbio.structure.io.mmcif.model
Methods in org.biojava.nbio.structure.io.mmcif.model that return types with arguments of type ChemCompAtom Modifier and Type Method Description List<ChemCompAtom>
ChemComp. getAtoms()
Method parameters in org.biojava.nbio.structure.io.mmcif.model with type arguments of type ChemCompAtom Modifier and Type Method Description void
ChemComp. setAtoms(List<ChemCompAtom> atoms)
-