Uses of Class
org.openscience.cdk.inchi.InChIGenerator
-
Packages that use InChIGenerator Package Description org.openscience.cdk.inchi -
-
Uses of InChIGenerator in org.openscience.cdk.inchi
Methods in org.openscience.cdk.inchi that return InChIGenerator Modifier and Type Method Description InChIGeneratorInChIGeneratorFactory. getInChIGenerator(IAtomContainer container)Gets an Standard InChI generator for aIAtomContainer.InChIGeneratorInChIGeneratorFactory. getInChIGenerator(IAtomContainer container, io.github.dan2097.jnainchi.InchiFlag... flags)Get an InChI generator providing flags to customise the generation.InChIGeneratorInChIGeneratorFactory. getInChIGenerator(IAtomContainer container, io.github.dan2097.jnainchi.InchiOptions options)Get an InChI generator providing flags to customise the generation.InChIGeneratorInChIGeneratorFactory. getInChIGenerator(IAtomContainer container, String options)Gets InChI generator for CDK IAtomContainer.InChIGeneratorInChIGeneratorFactory. getInChIGenerator(IAtomContainer container, List<INCHI_OPTION> options)
-