com.actelion.research.chem.name.IStructureNameResolver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openchemlib Show documentation
Show all versions of openchemlib Show documentation
Open Source Chemistry Library
package com.actelion.research.chem.name;
import com.actelion.research.chem.StereoMolecule;
/**
* Created by thomas on 7/13/17.
*/
public interface IStructureNameResolver {
public StereoMolecule resolveName(String name);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy