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 ChemComp
HetatomImpl. chemComp
Methods in org.biojava.nbio.structure that return ChemComp Modifier and Type Method Description ChemComp
Group. getChemComp()
Get the chemical component that closer describes this group.ChemComp
HetatomImpl. getChemComp()
Methods in org.biojava.nbio.structure with parameters of type ChemComp Modifier and Type Method Description void
Group. setChemComp(ChemComp cc)
Set the Chemical Component that closer describes this group.void
HetatomImpl. 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 ChemComp
AllChemCompProvider. getChemComp(String recordName)
Returns a new instance of a chemical component definition.static ChemComp
ChemCompGroupFactory. getChemComp(String recordName)
ChemComp
ChemCompProvider. getChemComp(String recordName)
Returns a new instance of a chemical component definition.ChemComp
ChemicalComponentDictionary. getChemComp(String id)
ChemComp
DownloadChemCompProvider. getChemComp(String recordName)
Loads the definitions for thisChemComp
from a local file and instantiates a new object.ChemComp
ReducedChemCompProvider. getChemComp(String recordName)
ChemComp
ZipChemCompProvider. getChemComp(String recordName)
(non-Javadoc)static ChemComp
ChemComp. getEmptyChemComp()
Creates a new instance of the dummy empty ChemComp.ChemComp
ChemicalComponentDictionary. getParent(ChemComp c)
Get the parent of a component.ChemComp
ChemicalComponentDictionary. getReplaced(String id)
ChemComp
ChemicalComponentDictionary. getReplaced(ChemComp c)
If ChemComp is replacing another one, get the old version otherwise return the same ChemComp again.ChemComp
ChemicalComponentDictionary. getReplacer(String id)
ChemComp
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 ChemComp Modifier and Type Method Description void
ChemicalComponentDictionary. addChemComp(ChemComp comp)
Add a new component to the dictionaryint
ChemComp. compareTo(ChemComp arg0)
static String
ChemCompGroupFactory. getOneLetterCode(ChemComp cc)
static Character
ChemCompTools. getOneLetterCode(ChemComp cc, ChemicalComponentDictionary dictionary)
ChemComp
ChemicalComponentDictionary. getParent(ChemComp c)
Get the parent of a component.ChemComp
ChemicalComponentDictionary. getReplaced(ChemComp c)
If ChemComp is replacing another one, get the old version otherwise return the same ChemComp again.ChemComp
ChemicalComponentDictionary. getReplacer(ChemComp c)
If ChemComp is replaced by another one, get the newer version otherwise return the same ChemComp again.boolean
ChemicalComponentDictionary. isReplaced(ChemComp c)
boolean
ChemicalComponentDictionary. isReplacer(ChemComp c)
static boolean
ChemCompTools. isStandardChemComp(ChemComp cc)
-