chemaxon.marvin.modules
Class MacroMolecule.BondMaker

java.lang.Object
  extended by chemaxon.marvin.modules.MacroMolecule.BondMaker
Enclosing class:
MacroMolecule

public static class MacroMolecule.BondMaker
extends java.lang.Object


Constructor Summary
MacroMolecule.BondMaker()
           
MacroMolecule.BondMaker(Molecule mol)
           
 
Method Summary
static Molecule fixIt(Molecule mol)
           
 Molecule getFixed()
           
 Molecule getFixed(boolean fixBondTypes, boolean hydrogenize, boolean addLP)
           
 void setAddLP(boolean addLP)
           
 void setFixBondTypes(boolean fixBondTypes)
           
 void setHydrogenize(boolean hydrogenize)
           
 void setMolecule(Molecule mol)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MacroMolecule.BondMaker

public MacroMolecule.BondMaker()

MacroMolecule.BondMaker

public MacroMolecule.BondMaker(Molecule mol)
Method Detail

setMolecule

public void setMolecule(Molecule mol)

getFixed

public Molecule getFixed()

getFixed

public Molecule getFixed(boolean fixBondTypes,
                         boolean hydrogenize,
                         boolean addLP)

setFixBondTypes

public void setFixBondTypes(boolean fixBondTypes)

setHydrogenize

public void setHydrogenize(boolean hydrogenize)

setAddLP

public void setAddLP(boolean addLP)

fixIt

public static Molecule fixIt(Molecule mol)