Examples of configureAtoms()


Examples of org.openscience.cdk.config.IsotopeFactory.configureAtoms()

   * @param mol The molecule to modify.
   * @throws Exception
   */
  public static void configureMoleculeIsotopes(IMolecule mol) throws Exception {
    IsotopeFactory isotopeFactory = IsotopeFactory.getInstance(DefaultChemObjectBuilder.getInstance());
    isotopeFactory.configureAtoms(mol);   
  }
 
  /**Converts a CML molecule to a CDK molecule.
   *
   * @param cmlMol The CML molecule.
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.