org.xmlcml.tools
Interface SubstituentList

All Known Implementing Classes:
SubstituentListImpl

public interface SubstituentList

a list of substituents (Chains, RingNucleus)- usually on an Atom in a Ring(Nucleus)


Method Summary
 void addChainSet(ChainSet chain)
           
 void addRingNucleus(RingNucleus rn)
           
 java.util.Hashtable getChainTable()
          returns Hashtable of Chains.
 java.util.Hashtable getRingNucleusTable()
          returns Hashtable of RingNucleus.
 

Method Detail

addRingNucleus

public void addRingNucleus(RingNucleus rn)

addChainSet

public void addChainSet(ChainSet chain)

getRingNucleusTable

public java.util.Hashtable getRingNucleusTable()
returns Hashtable of RingNucleus. For a Ring(Nucleus) this can denote spiro for a Chain denotes Ring(Nucleus) substituent

getChainTable

public java.util.Hashtable getChainTable()
returns Hashtable of Chains. Normally only found for Atoms in RingNucleus