Uses of Class
org.biojava.bio.structure.io.mmcif.model.ChemComp
-
Packages that use ChemComp Package Description org.biojava.bio.structure.io.mmcif Input and Output of mmcif filesorg.biojava.bio.structure.io.mmcif.chem -
-
Uses of ChemComp in org.biojava.bio.structure.io.mmcif
Methods in org.biojava.bio.structure.io.mmcif that return ChemComp Modifier and Type Method Description ChemCompChemicalComponentDictionary. getParent(ChemComp c)Get the parent of a component.ChemCompChemicalComponentDictionary. getReplaced(java.lang.String id)ChemCompChemicalComponentDictionary. getReplaced(ChemComp c)if ChemComp is replacing another one, get the old version otherwise return the same ChemComp again.ChemCompChemicalComponentDictionary. getReplacer(java.lang.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.bio.structure.io.mmcif with parameters of type ChemComp Modifier and Type Method Description voidChemicalComponentDictionary. addChemComp(ChemComp comp)add a new component to the dictionaryChemCompChemicalComponentDictionary. 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)voidMMcifConsumer. newChemComp(ChemComp c)voidSimpleMMcifConsumer. newChemComp(ChemComp c)voidSimpleMMcifParser. triggerNewChemComp(ChemComp cc) -
Uses of ChemComp in org.biojava.bio.structure.io.mmcif.chem
Methods in org.biojava.bio.structure.io.mmcif.chem with parameters of type ChemComp Modifier and Type Method Description static java.lang.CharacterChemCompTools. getOneLetterCode(ChemComp cc, ChemicalComponentDictionary dictionary)static booleanChemCompTools. isStandardChemComp(ChemComp cc)
-