Uses of Class
org.biojava.nbio.structure.chem.ChemComp
Packages that use ChemComp
Package
Description
Interfaces and classes for protein structure (PDB).
-
Uses of ChemComp in org.biojava.nbio.structure
Fields in org.biojava.nbio.structure declared as ChemCompMethods in org.biojava.nbio.structure that return ChemCompModifier and TypeMethodDescriptionGroup.getChemComp()Get the chemical component that closer describes this group.HetatomImpl.getChemComp()Methods in org.biojava.nbio.structure with parameters of type ChemCompModifier and TypeMethodDescriptionvoidGroup.setChemComp(ChemComp cc) Set the Chemical Component that closer describes this group.voidHetatomImpl.setChemComp(ChemComp cc) -
Uses of ChemComp in org.biojava.nbio.structure.chem
Methods in org.biojava.nbio.structure.chem that return ChemCompModifier and TypeMethodDescriptionAllChemCompProvider.getChemComp(String recordName) Returns a new instance of a chemical component definition.static ChemCompChemCompGroupFactory.getChemComp(String recordName) ChemCompProvider.getChemComp(String recordName) Returns a new instance of a chemical component definition.ChemicalComponentDictionary.getChemComp(String id) DownloadChemCompProvider.getChemComp(String recordName) Loads the definitions for thisChemCompfrom a local file and instantiates a new object.ReducedChemCompProvider.getChemComp(String recordName) ZipChemCompProvider.getChemComp(String recordName) (non-Javadoc)static ChemCompChemComp.getEmptyChemComp()Creates a new instance of the dummy empty ChemComp.Get the parent of a component.ChemicalComponentDictionary.getReplaced(String id) ChemicalComponentDictionary.getReplaced(ChemComp c) If ChemComp is replacing another one, get the old version otherwise return the same ChemComp again.ChemicalComponentDictionary.getReplacer(String id) ChemicalComponentDictionary.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.chem with parameters of type ChemCompModifier and TypeMethodDescriptionvoidChemicalComponentDictionary.addChemComp(ChemComp comp) Add a new component to the dictionaryintstatic StringChemCompGroupFactory.getOneLetterCode(ChemComp cc) static CharacterChemCompTools.getOneLetterCode(ChemComp cc, ChemicalComponentDictionary dictionary) Get the parent of a component.ChemicalComponentDictionary.getReplaced(ChemComp c) If ChemComp is replacing another one, get the old version otherwise return the same ChemComp again.ChemicalComponentDictionary.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) static booleanChemCompTools.isStandardChemComp(ChemComp cc)