| Package | Description |
|---|---|
| org.biojava.nbio.structure | |
| org.biojava.nbio.structure.chem |
| Modifier and Type | Field and Description |
|---|---|
protected ChemComp |
HetatomImpl.chemComp |
| Modifier and Type | Method and Description |
|---|---|
ChemComp |
Group.getChemComp()
Get the chemical component that closer describes this group.
|
ChemComp |
HetatomImpl.getChemComp() |
| Modifier and Type | Method and Description |
|---|---|
void |
Group.setChemComp(ChemComp cc)
Set the Chemical Component that closer describes this group.
|
void |
HetatomImpl.setChemComp(ChemComp cc) |
| Modifier and Type | Method and Description |
|---|---|
ChemComp |
ReducedChemCompProvider.getChemComp(String recordName) |
ChemComp |
ChemicalComponentDictionary.getChemComp(String id) |
static ChemComp |
ChemCompGroupFactory.getChemComp(String recordName) |
ChemComp |
DownloadChemCompProvider.getChemComp(String recordName)
Loads the definitions for this
ChemComp from a local file and instantiates a new object. |
ChemComp |
ZipChemCompProvider.getChemComp(String recordName)
(non-Javadoc)
|
ChemComp |
AllChemCompProvider.getChemComp(String recordName)
Returns a new instance of a chemical component definition.
|
ChemComp |
ChemCompProvider.getChemComp(String recordName)
Returns a new instance of a chemical component definition.
|
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(ChemComp c)
If ChemComp is replacing another one, get the old version otherwise return the same ChemComp again.
|
ChemComp |
ChemicalComponentDictionary.getReplaced(String id) |
ChemComp |
ChemicalComponentDictionary.getReplacer(ChemComp c)
If ChemComp is replaced by another one, get the newer version otherwise return the same ChemComp again.
|
ChemComp |
ChemicalComponentDictionary.getReplacer(String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChemicalComponentDictionary.addChemComp(ChemComp comp)
Add a new component to the dictionary
|
int |
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) |
Copyright © 2000–2021 BioJava. All rights reserved.