Package org.xmlcml.cml.element

Examples of org.xmlcml.cml.element.CMLCml.appendChild()


         
          if (state.cmlMol == null && state.smiles != null) {
            //build from smiles
            CMLMolecule cmlMolecule = SMILESTool.createMolecule(state.smiles);
            CMLCml cml = new CMLCml();
            cml.appendChild(cmlMolecule);
            if (state.inchi !=null){
              StructureConverter.enhanceCMLMolecule(cml, name, state.inchi);
            }
            else{
              StructureConverter.enhanceCMLMolecule(cml, name);
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.