public class MDMoleculeCustomizer extends Object implements ICMLCustomizer
| Constructor and Description |
|---|
MDMoleculeCustomizer() |
public void customize(IBond bond, Object nodeToAdd) throws Exception
customize in interface ICMLCustomizerbond - Bond to base the customization onnodeToAdd - XOM Element to customizeException - thrown if nodeToAdd is not an instance of nu.xom.Elementpublic void customize(IAtom atom, Object nodeToAdd) throws Exception
customize in interface ICMLCustomizeratom - Atom to base the customization onnodeToAdd - XOM Element to customizeException - thrown if nodeToAdd is not an instance of nu.xom.Elementpublic void customize(IAtomContainer molecule, Object nodeToAdd) throws Exception
customize in interface ICMLCustomizermolecule - Molecule to base the customization onnodeToAdd - XOM Element to customizeException - thrown if nodeToAdd is not an instance of nu.xom.Element