Uses of Class
org.biojava.nbio.structure.chem.ChemComp
-
Packages that use ChemComp Package Description org.biojava.nbio.structure org.biojava.nbio.structure.chem -
-
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.chem
Methods in org.biojava.nbio.structure.chem 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)(non-Javadoc)static ChemCompChemComp. getEmptyChemComp()Creates a new instance of the dummy empty ChemComp.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.chem with parameters of type ChemComp Modifier and Type Method Description voidChemicalComponentDictionary. addChemComp(ChemComp comp)Add a new component to the dictionaryintChemComp. compareTo(ChemComp arg0)static StringChemCompGroupFactory. getOneLetterCode(ChemComp cc)static CharacterChemCompTools. getOneLetterCode(ChemComp cc, ChemicalComponentDictionary dictionary)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)static booleanChemCompTools. isStandardChemComp(ChemComp cc)
-