Uses of Class
net.sf.jniinchi.INCHI_OPTION
-
Packages that use INCHI_OPTION Package Description net.sf.jniinchi org.openscience.cdk.inchi -
-
Uses of INCHI_OPTION in net.sf.jniinchi
Methods in net.sf.jniinchi that return INCHI_OPTION Modifier and Type Method Description static INCHI_OPTION
INCHI_OPTION. valueOf(String name)
Returns the enum constant of this type with the specified name.static INCHI_OPTION[]
INCHI_OPTION. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of INCHI_OPTION in org.openscience.cdk.inchi
Method parameters in org.openscience.cdk.inchi with type arguments of type INCHI_OPTION Modifier and Type Method Description InChIGenerator
InChIGeneratorFactory. getInChIGenerator(IAtomContainer container, List<INCHI_OPTION> options)
Constructor parameters in org.openscience.cdk.inchi with type arguments of type INCHI_OPTION Constructor Description InChIGenerator(IAtomContainer atomContainer, List<INCHI_OPTION> opts, boolean ignoreAromaticBonds)
Deprecated.
-