Package org.openscience.cdk.io.inchi
Class INChIContentProcessorTool
java.lang.Object
org.openscience.cdk.io.inchi.INChIContentProcessorTool
Deprecated.
Tool to help process INChI 1.12beta content.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessConnections(String bondsEncoding, IAtomContainer container, int source) Deprecated.Processes the content from the connections field of the INChI.processFormula(IAtomContainer parsedContent, String atomsEncoding) Deprecated.Processes the content from the formula field of the INChI.
-
Constructor Details
-
INChIContentProcessorTool
public INChIContentProcessorTool()Deprecated.
-
-
Method Details
-
processFormula
Deprecated.Processes the content from the formula field of the INChI. Typical values look like C6H6, from INChI=1.12Beta/C6H6/c1-2-4-6-5-3-1/h1-6H. -
processConnections
Deprecated.Processes the content from the connections field of the INChI. Typical values look like 1-2-4-6-5-3-1, from INChI=1.12Beta/C6H6/c1-2-4-6-5-3-1/h1-6H.- Parameters:
bondsEncoding- the content of the INChI connections fieldcontainer- the atomContainer parsed from the formula fieldsource- the atom to build the path upon. If -1, then start new path- See Also:
-