Uses of Class
org.biojava.nbio.structure.io.mmcif.model.ChemComp
- 
Packages that use ChemComp Package Description org.biojava.nbio.structure org.biojava.nbio.structure.io.mmcif Input and Output of mmcif files.org.biojava.nbio.structure.io.mmcif.chem org.biojava.nbio.structure.io.mmcif.model Datamodel objects used for processing mmcif files. - 
- 
Uses of ChemComp in org.biojava.nbio.structure
Fields in org.biojava.nbio.structure declared as ChemComp Modifier and Type Field Description protected ChemCompHetatomImpl. chemCompMethods in org.biojava.nbio.structure that return ChemComp Modifier and Type Method Description ChemCompGroup. getChemComp()Get the chemical component that closer describes this group.ChemCompHetatomImpl. getChemComp()Methods in org.biojava.nbio.structure with parameters of type ChemComp Modifier and Type Method Description voidGroup. setChemComp(ChemComp cc)Set the Chemical Component that closer describes this group.voidHetatomImpl. setChemComp(ChemComp cc) - 
Uses of ChemComp in org.biojava.nbio.structure.io.mmcif
Methods in org.biojava.nbio.structure.io.mmcif that return ChemComp Modifier and Type Method Description ChemCompAllChemCompProvider. getChemComp(String recordName)Returns a new instance of a chemical component definition.static ChemCompChemCompGroupFactory. getChemComp(String recordName)ChemCompChemCompProvider. getChemComp(String recordName)Returns a new instance of a chemical component definition.ChemCompChemicalComponentDictionary. getChemComp(String id)ChemCompDownloadChemCompProvider. getChemComp(String recordName)Loads the definitions for thisChemCompfrom a local file and instantiates a new object.ChemCompReducedChemCompProvider. getChemComp(String recordName)ChemCompZipChemCompProvider. getChemComp(String recordName)ChemCompChemicalComponentDictionary. getParent(ChemComp c)Get the parent of a component.ChemCompChemicalComponentDictionary. getReplaced(String id)ChemCompChemicalComponentDictionary. getReplaced(ChemComp c)if ChemComp is replacing another one, get the old version otherwise return the same ChemComp again.ChemCompChemicalComponentDictionary. getReplacer(String id)ChemCompChemicalComponentDictionary. getReplacer(ChemComp c)if ChemComp is replaced by another one, get the newer version otherwise return the same ChemComp again.Methods in org.biojava.nbio.structure.io.mmcif with parameters of type ChemComp Modifier and Type Method Description voidChemicalComponentDictionary. addChemComp(ChemComp comp)add a new component to the dictionarystatic StringChemCompGroupFactory. getOneLetterCode(ChemComp cc)ChemCompChemicalComponentDictionary. getParent(ChemComp c)Get the parent of a component.ChemCompChemicalComponentDictionary. getReplaced(ChemComp c)if ChemComp is replacing another one, get the old version otherwise return the same ChemComp again.ChemCompChemicalComponentDictionary. getReplacer(ChemComp c)if ChemComp is replaced by another one, get the newer version otherwise return the same ChemComp again.booleanChemicalComponentDictionary. isReplaced(ChemComp c)booleanChemicalComponentDictionary. isReplacer(ChemComp c)voidChemCompConsumer. newChemComp(ChemComp c)voidMetalBondConsumer. newChemComp(ChemComp c)voidMMcifConsumer. newChemComp(ChemComp c)voidSimpleMMcifConsumer. newChemComp(ChemComp c)voidSimpleMMcifParser. triggerNewChemComp(ChemComp cc) - 
Uses of ChemComp in org.biojava.nbio.structure.io.mmcif.chem
Methods in org.biojava.nbio.structure.io.mmcif.chem with parameters of type ChemComp Modifier and Type Method Description static CharacterChemCompTools. getOneLetterCode(ChemComp cc, ChemicalComponentDictionary dictionary)static booleanChemCompTools. isStandardChemComp(ChemComp cc) - 
Uses of ChemComp in org.biojava.nbio.structure.io.mmcif.model
Methods in org.biojava.nbio.structure.io.mmcif.model that return ChemComp Modifier and Type Method Description static ChemCompChemComp. getEmptyChemComp()Creates a new instance of the dummy empty ChemComp.Methods in org.biojava.nbio.structure.io.mmcif.model with parameters of type ChemComp Modifier and Type Method Description intChemComp. compareTo(ChemComp arg0) 
 -