Uses of Interface
org.openscience.cdk.io.ISimpleChemObjectReader
Packages that use ISimpleChemObjectReader
-
Uses of ISimpleChemObjectReader in org.openscience.cdk.io
Classes in org.openscience.cdk.io that implement ISimpleChemObjectReaderModifier and TypeClassDescriptionclassThis is not a reader for the CIF and mmCIF crystallographic formats.classReads a molecule in CML 1.x and 2.0 format.classclassReader that extracts information from the IDENT, NAME, ATOMS and BONDS blocks in CTX files.classAbstract class that ChemObjectReader's can implement to have it take care of basic stuff, like managing the ReaderListeners.classA reader for GAMESS log file.classA reader for Gaussian03 output.classA reader for Gaussian98 output.classReads Ghemical ( http://www.uku.fi/~thassine/ghemical/) molecular mechanics (*.mm1gp) files.classReads an object from HIN formated input.classReads the content of a IUPAC/NIST Chemical Identifier (INChI) plain text document.classReads the content of a IUPAC/NIST Chemical Identifier (INChI) document.classDeprecated.classDeprecated.Use V2000 or V3000classReads a molecule from an MDL RXN file [Dalby, A. et. al.. Journal of Chemical Information and Computer Sciences. 1992. 32].classClass that implements the new MDL mol format introduced in August 2002.classReads content from MDL molfiles and SD files.classClass that implements the MDL mol V3000 format.classReads a molecule from an Mol2 file, such as written by Sybyl.classReads MOPAC output, extracts several electronic parameters and assigns them as a molecule properties.classReader for MoSS output files [Unknown BibTeXML type: BOR2002] which present the results of a substructure mining study.classReads an object from ASN formated input for PubChem Compound entries.classReads an object from ASN.1 XML formated input for PubChem Compound entries.classReads an object from ASN formated input for PubChem Compound entries.classReads the contents of a PDBFile.classReads an frames from a PMP formated input.classA reader for Symyx' Rgroup files (RGFiles).classA reader for ShelX output (RES) files.classThis Reader reads files which has one SMILES string on each line, where the format is given as below:classRead output files generated with the VASP software.classReads an object from XYZ formated input.classIt reads Z matrices like in Gaussian input files.Methods in org.openscience.cdk.io that return ISimpleChemObjectReaderModifier and TypeMethodDescriptionReaderFactory.createReader(InputStream input) Detects the format of the Reader input, and if known, it will return a CDK Reader to read the format, or null when the reader is not implemented.ReaderFactory.createReader(Reader input) Detects the format of the Reader input, and if known, it will return a CDK Reader to read the format.ReaderFactory.createReader(IChemFormat format) Creates a new IChemObjectReader based on the given IChemFormat. -
Uses of ISimpleChemObjectReader in org.openscience.cdk.io.random
Fields in org.openscience.cdk.io.random declared as ISimpleChemObjectReaderModifier and TypeFieldDescriptionprotected ISimpleChemObjectReaderRandomAccessReader.chemObjectReaderMethods in org.openscience.cdk.io.random that return ISimpleChemObjectReaderModifier and TypeMethodDescriptionabstract ISimpleChemObjectReaderRandomAccessReader.createChemObjectReader()RandomAccessSDFReader.createChemObjectReader()Methods in org.openscience.cdk.io.random with parameters of type ISimpleChemObjectReaderModifier and TypeMethodDescriptionvoidRandomAccessReader.setChemObjectReader(ISimpleChemObjectReader chemObjectReader) -
Uses of ISimpleChemObjectReader in org.openscience.cdk.io.rdf
Classes in org.openscience.cdk.io.rdf that implement ISimpleChemObjectReader
MDLV2000Readershould be used instead.