public interface ICMLCustomizer
Customizer
s.Modifier and Type | Method and Description |
---|---|
void |
customize(IAtomContainer molecule,
Object nodeToAdd)
Customized the nodeToAdd for the given Molecule.
|
void |
customize(IAtom atom,
Object nodeToAdd)
Customized the nodeToAdd for the given Atom.
|
void |
customize(IBond bond,
Object nodeToAdd)
Customized the nodeToAdd for the given IBond.
|
void customize(IAtom atom, Object nodeToAdd) throws Exception
atom
- Atom to base the customization onnodeToAdd
- XOM Element to customizeException
- thrown if nodeToAdd is not an instance of nu.xom.Elementvoid customize(IBond bond, Object nodeToAdd) throws Exception
bond
- Bond to base the customization onnodeToAdd
- XOM Element to customizeException
- thrown if nodeToAdd is not an instance of nu.xom.Elementvoid customize(IAtomContainer molecule, Object nodeToAdd) throws Exception
molecule
- Molecule to base the customization onnodeToAdd
- XOM Element to customizeException
- thrown if nodeToAdd is not an instance of nu.xom.ElementCopyright © 2017. All Rights Reserved.