Uses of Interface
org.openscience.cdk.io.IChemObjectIO
-
Packages that use IChemObjectIO Package Description org.openscience.cdk.io org.openscience.cdk.io.iterator org.openscience.cdk.io.iterator.event org.openscience.cdk.io.program org.openscience.cdk.io.rdf -
-
Uses of IChemObjectIO in org.openscience.cdk.io
Subinterfaces of IChemObjectIO in org.openscience.cdk.io Modifier and Type Interface Description interfaceIChemObjectReaderThis interface specifies the common functionality all IO readers should provide.interfaceIChemObjectWriterThis class is the interface that all IO writers should implement.interfaceISimpleChemObjectReaderThis class is the interface that all IO readers should implement.Classes in org.openscience.cdk.io that implement IChemObjectIO Modifier and Type Class Description classCDKSourceCodeWriterConverts a Molecule into CDK source code that would build the same molecule.classChemObjectIOProvides some basic functionality for readers and writers.classCIFReaderThis is not a reader for the CIF and mmCIF crystallographic formats.classCMLReaderReads a molecule in CML 1.x and 2.0 format.classCMLWriterSerializes aIAtomContainerSetor aIAtomContainerobject to CML 2 code.classCrystClustReaderclassCrystClustWriterRather stupid file format used for storing crystal information.classCTXReaderReader that extracts information from the IDENT, NAME, ATOMS and BONDS blocks in CTX files.classDefaultChemObjectReaderAbstract class that ChemObjectReader's can implement to have it take care of basic stuff, like managing the ReaderListeners.classDefaultChemObjectWriterAbstract class that ChemObjectReader's can implement to have it take care of basic stuff, like managing the ReaderListeners.classGamessReaderA reader for GAMESS log file.classGaussian03ReaderA reader for Gaussian03 output.classGaussian98ReaderA reader for Gaussian98 output.classGhemicalMMReaderReads Ghemical ( http://www.uku.fi/~thassine/ghemical/) molecular mechanics (*.mm1gp) files.classHINReaderReads an object from HIN formated input.classHINWriterWriter that outputs in the HIN format.classINChIPlainTextReaderReads the content of a IUPAC/NIST Chemical Identifier (INChI) plain text document.classINChIReaderReads the content of a IUPAC/NIST Chemical Identifier (INChI) document.classMDLReaderDeprecated.This reader is only for molfiles without a version tag, typically the most common molfile now encountered is V2000 and theMDLV2000Readershould be used instead.classMDLRXNReaderDeprecated.Use V2000 or V3000classMDLRXNV2000ReaderReads a molecule from an MDL RXN file [Dalby, A. et. al.. Journal of Chemical Information and Computer Sciences. 1992. 32].classMDLRXNV3000ReaderClass that implements the new MDL mol format introduced in August 2002.classMDLRXNWriterWrites a reaction to a MDL rxn or SDF file.classMDLV2000ReaderReads content from MDL molfiles and SD files.classMDLV2000WriterWrites MDL molfiles, which contains a single molecule (see [Dalby, A. et. al.. Journal of Chemical Information and Computer Sciences. 1992. 32]).classMDLV3000ReaderClass that implements the MDL mol V3000 format.classMDLV3000WriterCtab V3000 format output.classMol2ReaderReads a molecule from an Mol2 file, such as written by Sybyl.classMol2WriterAn output Writer that writes molecular data into the Tripos Mol2 format.classMopac7ReaderReads MOPAC output, extracts several electronic parameters and assigns them as a molecule properties.classMoSSOutputReaderReader for MoSS output files [Unknown BibTeXML type: BOR2002] which present the results of a substructure mining study.classPCCompoundASNReaderReads an object from ASN formated input for PubChem Compound entries.classPCCompoundXMLReaderReads an object from ASN.1 XML formated input for PubChem Compound entries.classPCSubstanceXMLReaderReads an object from ASN formated input for PubChem Compound entries.classPDBReaderReads the contents of a PDBFile.classPDBWriterSaves small molecules in a rudimentary PDB format.classPMPReaderReads an frames from a PMP formated input.classRGroupQueryReaderA reader for Symyx' Rgroup files (RGFiles).classRGroupQueryWriterA writer for Symyx' Rgroup files (RGFiles).
An RGfile describes a single molecular query with Rgroups.classRssWriterGenerates an RSS feed.classSDFWriterWrites MDL SD files ([Dalby, A. et. al.. Journal of Chemical Information and Computer Sciences. 1992. 32]).classShelXReaderA reader for ShelX output (RES) files.classShelXWriterSerializes a MoleculeSet or a Molecule object to ShelX code.classSMILESReaderThis Reader reads files which has one SMILES string on each line, where the format is given as below:classSMILESWriterWrites the SMILES strings to a plain text file.classVASPReaderRead output files generated with the VASP software.classXYZReaderReads an object from XYZ formated input.classXYZWriterclassZMatrixReaderIt reads Z matrices like in Gaussian input files. -
Uses of IChemObjectIO in org.openscience.cdk.io.iterator
Subinterfaces of IChemObjectIO in org.openscience.cdk.io.iterator Modifier and Type Interface Description interfaceIIteratingChemObjectReader<T extends IChemObject>Interface for an iterating molecule reader.Classes in org.openscience.cdk.io.iterator that implement IChemObjectIO Modifier and Type Class Description classDefaultIteratingChemObjectReader<T extends IChemObject>Abstract class that IteratingChemObjectReader's can implement to have it take care of basic stuff, like managing the ReaderListeners.classIteratingPCCompoundASNReaderIterating PubChem PCCompound ASN reader.classIteratingPCCompoundXMLReaderIterating PubChem PCCompound ASN.1 XML reader.classIteratingPCSubstancesXMLReaderIterating PubChem PC-Substances ASN.1 XML reader.classIteratingSDFReaderIterating MDL SDF reader.classIteratingSMILESReaderIterating SMILES file reader. -
Uses of IChemObjectIO in org.openscience.cdk.io.iterator.event
Subinterfaces of IChemObjectIO in org.openscience.cdk.io.iterator.event Modifier and Type Interface Description interfaceIEventChemObjectReaderInterface for an iterating molecule reader.Classes in org.openscience.cdk.io.iterator.event that implement IChemObjectIO Modifier and Type Class Description classDefaultEventChemObjectReaderAbstract class that IteratingChemObjectReader's can implement to have it take care of basic stuff, like managing the ReaderListeners.classEventCMLReaderReads a molecule in CML 1.x and 2.0 format. -
Uses of IChemObjectIO in org.openscience.cdk.io.program
Classes in org.openscience.cdk.io.program that implement IChemObjectIO Modifier and Type Class Description classGaussianInputWriterFile writer thats generates input files for Gaussian calculation jobs.classMopac7WriterPrepares input file for running MOPAC. -
Uses of IChemObjectIO in org.openscience.cdk.io.rdf
Classes in org.openscience.cdk.io.rdf that implement IChemObjectIO Modifier and Type Class Description classCDKOWLReaderReads content from a CDK OWL serialization.classCDKOWLWriterSerializes the data model into CDK OWL.
-