|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.bio.structure.io.mmcif.ChemicalComponentDictionary
public class ChemicalComponentDictionary
A representation of the Chemical Component Dictionary.
Constructor Summary | |
---|---|
ChemicalComponentDictionary()
|
Method Summary | |
---|---|
void |
addChemComp(ChemComp comp)
add a new component to the dictionary |
ChemComp |
getParent(ChemComp c)
Get the parent of a component. |
ChemComp |
getReplaced(ChemComp c)
if ChemComp is replacing another one, get the old version otherwise return the same ChemComp again. |
ChemComp |
getReplaced(java.lang.String id)
|
ChemComp |
getReplacer(ChemComp c)
if ChemComp is replaced by another one, get the newer version otherwise return the same ChemComp again. |
ChemComp |
getReplacer(java.lang.String id)
|
boolean |
isReplaced(ChemComp c)
|
boolean |
isReplaced(java.lang.String id)
|
boolean |
isReplacer(ChemComp c)
|
boolean |
isReplacer(java.lang.String id)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChemicalComponentDictionary()
Method Detail |
---|
public boolean isReplaced(ChemComp c)
public boolean isReplaced(java.lang.String id)
public boolean isReplacer(ChemComp c)
public boolean isReplacer(java.lang.String id)
public ChemComp getReplacer(ChemComp c)
c
-
public ChemComp getReplacer(java.lang.String id)
public ChemComp getReplaced(ChemComp c)
c
- the ChemComp for which older versions should be looked up.public ChemComp getReplaced(java.lang.String id)
public ChemComp getParent(ChemComp c)
c
-
public void addChemComp(ChemComp comp)
comp
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |