Uses of Class
org.biojava.nbio.structure.io.mmcif.model.ChemCompDescriptor
-
Packages that use ChemCompDescriptor 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 ChemCompDescriptor in org.biojava.nbio.structure.io.mmcif
Methods in org.biojava.nbio.structure.io.mmcif with parameters of type ChemCompDescriptor Modifier and Type Method Description void
ChemCompConsumer. newChemCompDescriptor(ChemCompDescriptor ccd)
void
MetalBondConsumer. newChemCompDescriptor(ChemCompDescriptor ccd)
void
MMcifConsumer. newChemCompDescriptor(ChemCompDescriptor ccd)
void
SimpleMMcifConsumer. newChemCompDescriptor(ChemCompDescriptor ccd)
void
SimpleMMcifParser. triggerNewChemCompDescriptor(ChemCompDescriptor ccd)
-
Uses of ChemCompDescriptor in org.biojava.nbio.structure.io.mmcif.model
Methods in org.biojava.nbio.structure.io.mmcif.model that return types with arguments of type ChemCompDescriptor Modifier and Type Method Description List<ChemCompDescriptor>
ChemComp. getDescriptors()
Method parameters in org.biojava.nbio.structure.io.mmcif.model with type arguments of type ChemCompDescriptor Modifier and Type Method Description void
ChemComp. setDescriptors(List<ChemCompDescriptor> descriptors)
-