public abstract class BasicDebugger
extends java.lang.Object
Constructor and Description |
---|
BasicDebugger() |
Modifier and Type | Method and Description |
---|---|
void |
printAtomAtomMapping(java.util.Map<org.openscience.cdk.interfaces.IAtom,org.openscience.cdk.interfaces.IAtom> mappings) |
protected void |
printAtoms(org.openscience.cdk.interfaces.IAtomContainer mol)
Print Atoms in molecules
|
protected void |
printMolecule(org.openscience.cdk.interfaces.IAtomContainer molecule)
Prints atoms in molecules
|
protected void |
printReaction(org.openscience.cdk.interfaces.IReaction reaction) |
public void printAtomAtomMapping(java.util.Map<org.openscience.cdk.interfaces.IAtom,org.openscience.cdk.interfaces.IAtom> mappings)
mappings
- protected void printReaction(org.openscience.cdk.interfaces.IReaction reaction)
reaction
- protected void printAtoms(org.openscience.cdk.interfaces.IAtomContainer mol)
mol
- protected void printMolecule(org.openscience.cdk.interfaces.IAtomContainer molecule)
molecule
-