All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.actelion.research.chem.name.IStructureNameResolver Maven / Gradle / Ivy

There is a newer version: 2024.12.1
Show newest version
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