- generateAtomContainerFromInchi(IChemObjectBuilder) - Method in class org.openscience.cdk.inchi.InChIToStructure
-
Gets structure from InChI, and converts InChI library data structure
into an IAtomContainer.
- getAtomContainer() - Method in class org.openscience.cdk.inchi.InChIToStructure
-
Returns generated molecule.
- getAuxInfo() - Method in class org.openscience.cdk.inchi.InChIGenerator
-
Gets auxillary information.
- getIgnoreAromaticBonds() - Method in class org.openscience.cdk.inchi.InChIGeneratorFactory
-
Deprecated.
- getInchi() - Method in class org.openscience.cdk.inchi.InChIGenerator
-
Gets generated InChI string.
- getInChIGenerator(IAtomContainer) - Method in class org.openscience.cdk.inchi.InChIGeneratorFactory
-
- getInChIGenerator(IAtomContainer, String) - Method in class org.openscience.cdk.inchi.InChIGeneratorFactory
-
Gets InChI generator for CDK IAtomContainer.
- getInChIGenerator(IAtomContainer, List<INCHI_OPTION>) - Method in class org.openscience.cdk.inchi.InChIGeneratorFactory
-
Gets InChI generator for CDK IAtomContainer.
- getInchiKey() - Method in class org.openscience.cdk.inchi.InChIGenerator
-
Gets generated InChIKey string.
- getInChIToStructure(String, IChemObjectBuilder) - Method in class org.openscience.cdk.inchi.InChIGeneratorFactory
-
Gets structure generator for an InChI string.
- getInChIToStructure(String, IChemObjectBuilder, String) - Method in class org.openscience.cdk.inchi.InChIGeneratorFactory
-
Gets structure generator for an InChI string.
- getInChIToStructure(String, IChemObjectBuilder, List<String>) - Method in class org.openscience.cdk.inchi.InChIGeneratorFactory
-
Gets structure generator for an InChI string.
- getInstance() - Static method in class org.openscience.cdk.inchi.InChIGeneratorFactory
-
Gives the one InChIGeneratorFactory instance,
if needed also creates it.
- getLog() - Method in class org.openscience.cdk.inchi.InChIGenerator
-
Gets generated log.
- getLog() - Method in class org.openscience.cdk.inchi.InChIToStructure
-
Gets generated log.
- getMessage() - Method in class org.openscience.cdk.inchi.InChIGenerator
-
Gets generated (error/warning) messages.
- getMessage() - Method in class org.openscience.cdk.inchi.InChIToStructure
-
Gets generated (error/warning) messages.
- getNumbers(IAtomContainer) - Static method in class org.openscience.cdk.graph.invariant.InChINumbersTools
-
Makes an array containing the InChI atom numbers of the non-hydrogen
atoms in the atomContainer.
- getReturnStatus() - Method in class org.openscience.cdk.inchi.InChIGenerator
-
Gets return status from InChI process.
- getReturnStatus() - Method in class org.openscience.cdk.inchi.InChIToStructure
-
Gets return status from InChI process.
- getUSmilesNumbers(IAtomContainer) - Static method in class org.openscience.cdk.graph.invariant.InChINumbersTools
-
Obtain the InChI numbers for the input container to be used to order
atoms in Universal SMILES [O'Boyle, Noel,
Towards a Universal SMILES representation - A standard method to generate canonical SMILES based on the InChI, Journal of Cheminformatics,
2012, 4:?-?, doi:
10.1186/1758-2946-4-22].
- getWarningFlags() - Method in class org.openscience.cdk.inchi.InChIToStructure
-
Returns warning flags, see INCHIDIFF in inchicmp.h.