no.uio.labmed.molecule
Class SimpleCompoundElement
java.lang.Object
|
+--no.uio.labmed.molecule.MolecularElement
|
+--no.uio.labmed.molecule.CompoundElement
|
+--no.uio.labmed.molecule.SimpleCompoundElement
- public class SimpleCompoundElement
- extends CompoundElement
Definitions of simple molecules that tend to be components
of larger compounds: eg. CHx, NHx, OH.
Unlike elements defined in SimpleElement, which are
complete molecules, these constitute frequently used
subcomponents of other molecules.
Methods inherited from class no.uio.labmed.molecule.CompoundElement |
addElement, addElement, addElementAndTags, getElement, getElement, getFinalElement, getNew, getSubElement, isAtom, keyIterator, size, subsize, thissize |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SimpleCompoundElement
public SimpleCompoundElement(java.lang.String name)
SimpleCompoundElement
public SimpleCompoundElement(java.lang.String name,
java.lang.String desc)
map
public MolecularElement map()
- Overrides:
map
in class MolecularElement
get
public static MolecularElement get(java.lang.String name)