Uses of Enum Class
net.sf.jniinchi.INCHI_OPTION
Packages that use INCHI_OPTION
-
Uses of INCHI_OPTION in net.sf.jniinchi
Methods in net.sf.jniinchi that return INCHI_OPTIONModifier and TypeMethodDescriptionstatic INCHI_OPTION
Returns the enum constant of this class with the specified name.static INCHI_OPTION[]
INCHI_OPTION.values()
Returns an array containing the constants of this enum class, 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_OPTIONModifier and TypeMethodDescriptionInChIGeneratorFactory.getInChIGenerator
(IAtomContainer container, List<INCHI_OPTION> options) Deprecated.Constructor parameters in org.openscience.cdk.inchi with type arguments of type INCHI_OPTIONModifierConstructorDescriptionprotected
InChIGenerator
(IAtomContainer atomContainer, List<INCHI_OPTION> opts, boolean ignoreAromaticBonds) Deprecated.
InChIGeneratorFactory.getInChIGenerator(org.openscience.cdk.interfaces.IAtomContainer, io.github.dan2097.jnainchi.InchiOptions)