Skip navigation links
A B C D E F G H I J L M N O P Q R S T U W X Y Z 

A

abortOnErrors - Variable in class org.openscience.cdk.io.cml.CMLErrorHandler
 
accepts(Class<? extends IChemObject>) - Method in class org.openscience.cdk.io.CDKSourceCodeWriter
 
accepts(Class<? extends IChemObject>) - Method in class org.openscience.cdk.io.CIFReader
 
accepts(Class<? extends IChemObject>) - Method in class org.openscience.cdk.io.CMLReader
 
accepts(Class<? extends IChemObject>) - Method in class org.openscience.cdk.io.CTXReader
 
accepts(Class<? extends IChemObject>) - Method in class org.openscience.cdk.io.Gaussian03Reader
 
accepts(Class<? extends IChemObject>) - Method in class org.openscience.cdk.io.Gaussian98Reader
 
accepts(Class<? extends IChemObject>) - Method in class org.openscience.cdk.io.GhemicalMMReader
 
accepts(Class<? extends IChemObject>) - Method in class org.openscience.cdk.io.HINReader
 
accepts(Class<? extends IChemObject>) - Method in class org.openscience.cdk.io.HINWriter
 
accepts(IChemObject) - Method in class org.openscience.cdk.io.iterator.event.DefaultEventChemObjectReader
 
accepts(Class<? extends IChemObject>) - Method in class org.openscience.cdk.io.iterator.event.DefaultEventChemObjectReader
 
accepts(Class<? extends IChemObject>) - Method in class org.openscience.cdk.io.Mol2Reader
 
accepts(IChemObject) - Method in class org.openscience.cdk.io.Mol2Reader
 
accepts(Class<? extends IChemObject>) - Method in class org.openscience.cdk.io.Mol2Writer
 
accepts(Class<? extends IChemObject>) - Method in class org.openscience.cdk.io.Mopac7Reader
 
accepts(Class<? extends IChemObject>) - Method in class org.openscience.cdk.io.PCCompoundASNReader
 
accepts(Class<? extends IChemObject>) - Method in class org.openscience.cdk.io.PCCompoundXMLReader
 
accepts(Class<? extends IChemObject>) - Method in class org.openscience.cdk.io.PCSubstanceXMLReader
 
accepts(Class<? extends IChemObject>) - Method in class org.openscience.cdk.io.PMPReader
 
accepts(Class<? extends IChemObject>) - Method in class org.openscience.cdk.io.program.GaussianInputWriter
 
accepts(Class<? extends IChemObject>) - Method in class org.openscience.cdk.io.program.Mopac7Writer
 
accepts(Class<? extends IChemObject>) - Method in class org.openscience.cdk.io.ShelXReader
 
accepts(Class<? extends IChemObject>) - Method in class org.openscience.cdk.io.XYZReader
 
accepts(Class<? extends IChemObject>) - Method in class org.openscience.cdk.io.XYZWriter
 
addArrayElementsTo(List<String>, String) - Method in class org.openscience.cdk.io.cml.CMLCoreModule
 
atomAromaticities - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
atomCounter - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
atomCustomProperty - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
atomDictRefs - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
atomEnumeration - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
atomicNumbers - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
atomParities - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 

B

bondARef1 - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
bondARef2 - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
bondAromaticity - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
bondCounter - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
bondCustomProperty - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
bondDictRefs - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
bondElid - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
bondid - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
bondStereo - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
BUILTIN - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 

C

CDKConvention - Class in org.openscience.cdk.io.cml
This is an implementation for the CDK convention.
CDKConvention(IChemFile) - Constructor for class org.openscience.cdk.io.cml.CDKConvention
 
CDKConvention(ICMLModule) - Constructor for class org.openscience.cdk.io.cml.CDKConvention
 
CDKSourceCodeWriter - Class in org.openscience.cdk.io
Converts a Molecule into CDK source code that would build the same molecule.
CDKSourceCodeWriter(Writer) - Constructor for class org.openscience.cdk.io.CDKSourceCodeWriter
Constructs a new CDKSourceCodeWriter.
CDKSourceCodeWriter(OutputStream) - Constructor for class org.openscience.cdk.io.CDKSourceCodeWriter
 
CDKSourceCodeWriter() - Constructor for class org.openscience.cdk.io.CDKSourceCodeWriter
 
characterData(CMLStack, char[], int, int) - Method in class org.openscience.cdk.io.cml.CDKConvention
 
characterData(CMLStack, char[], int, int) - Method in class org.openscience.cdk.io.cml.CMLCoreModule
 
characterData(CMLStack, char[], int, int) - Method in interface org.openscience.cdk.io.cml.ICMLModule
 
characterData(CMLStack, char[], int, int) - Method in class org.openscience.cdk.io.cml.JMOLANIMATIONConvention
 
characterData(CMLStack, char[], int, int) - Method in class org.openscience.cdk.io.cml.MDLMolConvention
 
characterData(CMLStack, char[], int, int) - Method in class org.openscience.cdk.io.cml.PDBConvention
 
characterData(CMLStack, char[], int, int) - Method in class org.openscience.cdk.io.cml.PMPConvention
 
characters(char[], int, int) - Method in class org.openscience.cdk.io.cml.CMLHandler
Implementation of the characters() procedure overwriting the DefaultHandler interface.
CIFReader - Class in org.openscience.cdk.io
This is not a reader for the CIF and mmCIF crystallographic formats.
CIFReader(Reader) - Constructor for class org.openscience.cdk.io.CIFReader
Create an CIF like file reader.
CIFReader(InputStream) - Constructor for class org.openscience.cdk.io.CIFReader
 
CIFReader() - Constructor for class org.openscience.cdk.io.CIFReader
 
close() - Method in class org.openscience.cdk.io.CDKSourceCodeWriter
Flushes the output and closes this object.
close() - Method in class org.openscience.cdk.io.CIFReader
 
close() - Method in class org.openscience.cdk.io.CMLReader
 
close() - Method in class org.openscience.cdk.io.CTXReader
 
close() - Method in class org.openscience.cdk.io.Gaussian03Reader
 
close() - Method in class org.openscience.cdk.io.Gaussian98Reader
 
close() - Method in class org.openscience.cdk.io.GhemicalMMReader
 
close() - Method in class org.openscience.cdk.io.HINReader
 
close() - Method in class org.openscience.cdk.io.HINWriter
Flushes the output and closes this object.
close() - Method in class org.openscience.cdk.io.iterator.event.EventCMLReader
 
close() - Method in class org.openscience.cdk.io.iterator.IteratingPCCompoundASNReader
 
close() - Method in class org.openscience.cdk.io.iterator.IteratingPCCompoundXMLReader
 
close() - Method in class org.openscience.cdk.io.iterator.IteratingPCSubstancesXMLReader
 
close() - Method in class org.openscience.cdk.io.Mol2Reader
 
close() - Method in class org.openscience.cdk.io.Mol2Writer
Flushes the output and closes this object.
close() - Method in class org.openscience.cdk.io.Mopac7Reader
 
close() - Method in class org.openscience.cdk.io.PCCompoundASNReader
 
close() - Method in class org.openscience.cdk.io.PCCompoundXMLReader
 
close() - Method in class org.openscience.cdk.io.PCSubstanceXMLReader
 
close() - Method in class org.openscience.cdk.io.PMPReader
 
close() - Method in class org.openscience.cdk.io.program.GaussianInputWriter
 
close() - Method in class org.openscience.cdk.io.program.Mopac7Writer
 
close() - Method in class org.openscience.cdk.io.ShelXReader
 
close() - Method in class org.openscience.cdk.io.XYZReader
 
close() - Method in class org.openscience.cdk.io.XYZWriter
Flushes the output and closes this object.
CMLCoreModule - Class in org.openscience.cdk.io.cml
Core CML 1.x and 2.x elements are parsed by this class (see [Willighagen, E.L., Processing CML Conventions in Java, Internet Journal of Chemistry, 2001, 4:?-?]).
CMLCoreModule(IChemFile) - Constructor for class org.openscience.cdk.io.cml.CMLCoreModule
 
CMLCoreModule(ICMLModule) - Constructor for class org.openscience.cdk.io.cml.CMLCoreModule
 
CMLErrorHandler - Class in org.openscience.cdk.io.cml
CDK's SAX2 ErrorHandler for giving feedback on XML errors in the CML document.
CMLErrorHandler() - Constructor for class org.openscience.cdk.io.cml.CMLErrorHandler
Constructor a SAX2 ErrorHandler that uses the cdk.tools.LoggingTool class to output errors and warnings to.
CMLHandler - Class in org.openscience.cdk.io.cml
SAX2 implementation for CML XML fragment reading.
CMLHandler(IChemFile) - Constructor for class org.openscience.cdk.io.cml.CMLHandler
Constructor for the CMLHandler.
CMLModuleStack - Class in org.openscience.cdk.io.cml
Low weight alternative to Sun's Stack class.
CMLModuleStack() - Constructor for class org.openscience.cdk.io.cml.CMLModuleStack
 
CMLReactionModule - Class in org.openscience.cdk.io.cml
 
CMLReactionModule(IChemFile) - Constructor for class org.openscience.cdk.io.cml.CMLReactionModule
 
CMLReactionModule(ICMLModule) - Constructor for class org.openscience.cdk.io.cml.CMLReactionModule
 
CMLReader - Class in org.openscience.cdk.io
Reads a molecule in CML 1.x and 2.0 format.
CMLReader(InputStream) - Constructor for class org.openscience.cdk.io.CMLReader
Reads CML from an java.io.InputStream, for example the FileInputStream.
CMLReader() - Constructor for class org.openscience.cdk.io.CMLReader
 
CMLReader(String) - Constructor for class org.openscience.cdk.io.CMLReader
Define this CMLReader to take the input from a java.io.Reader class.
CMLResolver - Class in org.openscience.cdk.io.cml
This class resolves DOCTYPE declaration for Chemical Markup Language (CML) files and uses a local version for validation.
CMLResolver() - Constructor for class org.openscience.cdk.io.cml.CMLResolver
 
createReader(InputStream) - Method in class org.openscience.cdk.io.ReaderFactory
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.
createReader(IChemFormat) - Method in class org.openscience.cdk.io.ReaderFactory
Creates a new IChemObjectReader based on the given IChemFormat.
createReader(Reader) - Method in class org.openscience.cdk.io.ReaderFactory
Detects the format of the Reader input, and if known, it will return a CDK Reader to read the format.
createWriter(IChemFormat) - Method in class org.openscience.cdk.io.WriterFactory
Creates a new IChemObjectWriter based on the given IChemFormat.
crystalScalar - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
CTXReader - Class in org.openscience.cdk.io
Reader that extracts information from the IDENT, NAME, ATOMS and BONDS blocks in CTX files.
CTXReader() - Constructor for class org.openscience.cdk.io.CTXReader
 
CTXReader(Reader) - Constructor for class org.openscience.cdk.io.CTXReader
 
CTXReader(InputStream) - Constructor for class org.openscience.cdk.io.CTXReader
 
curRef - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
current() - Method in class org.openscience.cdk.io.cml.CMLModuleStack
Returns the last added entry.
currentAtom - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
currentBond - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
currentChars - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
currentChemFile - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
currentChemModel - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
currentChemSequence - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
CurrentElement - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
currentMolecule - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
currentMoleculeSet - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
currentMonomer - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
currentReaction - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
currentReactionSet - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
currentStrand - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 

D

DefaultEventChemObjectReader - Class in org.openscience.cdk.io.iterator.event
Abstract class that IteratingChemObjectReader's can implement to have it take care of basic stuff, like managing the ReaderListeners.
DefaultEventChemObjectReader() - Constructor for class org.openscience.cdk.io.iterator.event.DefaultEventChemObjectReader
 
DictRef - Class in org.openscience.cdk.dict
Object that can be used as key in IChemObject.setProperty(key, value) to denote that this property is a dictionary reference for this IChemObject.
DictRef(String, String) - Constructor for class org.openscience.cdk.dict.DictRef
 
DICTREF - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
doctypeDecl(String, String, String) - Method in class org.openscience.cdk.io.cml.CMLHandler
 

E

EL_ATOM_CONFORMER - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_ATOM_CONFORMER_X - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_ATOM_CONFORMER_XE - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_ATOM_CONFORMER_Y - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_ATOM_CONFORMER_YE - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_ATOM_CONFORMER_Z - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_ATOM_CONFORMER_ZE - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_ATOMBLOCK - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_ATOMINT - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_ATOMINT_AID - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_ATOMINT_VALUE - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_ATOMSCHARGE - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_ATOMSELEMENT - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_BONDBLOCK - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_BONDID1 - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_BONDID2 - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_BONDORDER - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_COORDINATES_AID - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_COORDINATES_AIDE - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_COORDINATESBLOCK - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_ELEMENT - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_PCCOMPOUND - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_PCCOMPOUND_CID - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_PCCOMPOUND_ID - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_PCCOMPOUNDS - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_PCID_ID - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_PCSUBSTANCE - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_PCSUBSTANCE_SID - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_PROPS_BVAL - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_PROPS_FVAL - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_PROPS_INFODATA - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_PROPS_SVAL - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_PROPS_URNLABEL - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_PROPS_URNNAME - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
EL_PROPSBLOCK - Static variable in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
elementTitle - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
elid - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
elsym - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
eltitles - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
endDocument() - Method in class org.openscience.cdk.io.cml.CMLCoreModule
 
endDocument() - Method in class org.openscience.cdk.io.cml.CMLHandler
Calling this procedure signals the end of the XML document.
endDocument() - Method in interface org.openscience.cdk.io.cml.ICMLModule
 
endDocument() - Method in class org.openscience.cdk.io.cml.PDBConvention
 
endDocument() - Method in class org.openscience.cdk.io.iterator.event.EventCMLHandler
Procedure required by the CDOInterface.
endElement(CMLStack, String, String, String) - Method in class org.openscience.cdk.io.cml.CMLCoreModule
 
endElement(String, String, String) - Method in class org.openscience.cdk.io.cml.CMLHandler
 
endElement(CMLStack, String, String, String) - Method in class org.openscience.cdk.io.cml.CMLReactionModule
 
endElement(CMLStack, String, String, String) - Method in interface org.openscience.cdk.io.cml.ICMLModule
 
endElement(CMLStack, String, String, String) - Method in class org.openscience.cdk.io.cml.JMOLANIMATIONConvention
 
endElement(CMLStack, String, String, String) - Method in class org.openscience.cdk.io.cml.PDBConvention
 
endElement(CMLStack, String, String, String) - Method in class org.openscience.cdk.io.cml.QSARConvention
 
endObject(String) - Method in class org.openscience.cdk.io.iterator.event.EventCMLHandler
Procedure required by the CDOInterface.
endsWith(ICMLModule) - Method in class org.openscience.cdk.io.cml.CMLModuleStack
Convenience method to check the last added elements.
endsWith(ICMLModule, ICMLModule) - Method in class org.openscience.cdk.io.cml.CMLModuleStack
Convenience method to check the last two added elements.
endsWith(ICMLModule, ICMLModule, ICMLModule) - Method in class org.openscience.cdk.io.cml.CMLModuleStack
Convenience method to check the last three added elements.
error(SAXParseException) - Method in class org.openscience.cdk.io.cml.CMLErrorHandler
Outputs a SAXParseException error to the logger.
EventCMLHandler - Class in org.openscience.cdk.io.iterator.event
CDO object needed as interface with the JCFL library for reading CML in a event based manner.
EventCMLHandler(DefaultEventChemObjectReader, IChemObjectBuilder) - Constructor for class org.openscience.cdk.io.iterator.event.EventCMLHandler
Constructs an iterating-abled CDO.
EventCMLReader - Class in org.openscience.cdk.io.iterator.event
Reads a molecule in CML 1.x and 2.0 format.
EventCMLReader(Reader, IReaderListener, IChemObjectBuilder) - Constructor for class org.openscience.cdk.io.iterator.event.EventCMLReader
Define this CMLReader to take the input from a java.io.Reader class.
exactMasses - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 

F

fatalError(SAXParseException) - Method in class org.openscience.cdk.io.cml.CMLErrorHandler
Outputs as fatal SAXParseException error to the logger.
findChemFormats(int) - Method in class org.openscience.cdk.io.WriterFactory
Finds IChemFormats that provide a container for serialization for the given features.
fireFrameRead() - Method in class org.openscience.cdk.io.iterator.event.DefaultEventChemObjectReader
Sends a frame read event to the registered ReaderListeners.
formalCharges - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
formatCount() - Method in class org.openscience.cdk.io.WriterFactory
 
formula - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
formulaCounter - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
frameRead(ReaderEvent) - Method in class org.openscience.cdk.io.listener.SwingGUIListener
 
frameRead(ReaderEvent) - Method in class org.openscience.cdk.io.listener.TextGUIListener
 

G

Gaussian03Reader - Class in org.openscience.cdk.io
A reader for Gaussian03 output.
Gaussian03Reader(Reader) - Constructor for class org.openscience.cdk.io.Gaussian03Reader
 
Gaussian03Reader(InputStream) - Constructor for class org.openscience.cdk.io.Gaussian03Reader
 
Gaussian03Reader() - Constructor for class org.openscience.cdk.io.Gaussian03Reader
 
Gaussian98Reader - Class in org.openscience.cdk.io
A reader for Gaussian98 output.
Gaussian98Reader() - Constructor for class org.openscience.cdk.io.Gaussian98Reader
Constructor for the Gaussian98Reader object
Gaussian98Reader(InputStream) - Constructor for class org.openscience.cdk.io.Gaussian98Reader
 
Gaussian98Reader(Reader) - Constructor for class org.openscience.cdk.io.Gaussian98Reader
Create an Gaussian98 output reader.
GaussianInputWriter - Class in org.openscience.cdk.io.program
File writer thats generates input files for Gaussian calculation jobs.
GaussianInputWriter(Writer) - Constructor for class org.openscience.cdk.io.program.GaussianInputWriter
Constructs a new writer that produces input files to run a Gaussian QM job.
GaussianInputWriter(OutputStream) - Constructor for class org.openscience.cdk.io.program.GaussianInputWriter
 
GaussianInputWriter() - Constructor for class org.openscience.cdk.io.program.GaussianInputWriter
 
getAtomContainer() - Method in class org.openscience.cdk.io.iterator.event.EventCMLHandler
 
getAtomContainer() - Method in class org.openscience.cdk.io.iterator.event.EventCMLReader
 
getCID(XMLStreamReader) - Method in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
getExternalSubset(String, String) - Method in class org.openscience.cdk.io.cml.CMLResolver
Not implemented: always returns null.
getFormat() - Method in class org.openscience.cdk.io.CDKSourceCodeWriter
 
getFormat() - Method in class org.openscience.cdk.io.CIFReader
 
getFormat() - Method in class org.openscience.cdk.io.CMLReader
 
getFormat() - Method in class org.openscience.cdk.io.CTXReader
 
getFormat() - Method in class org.openscience.cdk.io.Gaussian03Reader
 
getFormat() - Method in class org.openscience.cdk.io.Gaussian98Reader
 
getFormat() - Method in class org.openscience.cdk.io.GhemicalMMReader
 
getFormat() - Method in class org.openscience.cdk.io.HINReader
 
getFormat() - Method in class org.openscience.cdk.io.HINWriter
 
getFormat() - Method in class org.openscience.cdk.io.iterator.event.EventCMLReader
 
getFormat() - Method in class org.openscience.cdk.io.iterator.IteratingPCCompoundASNReader
 
getFormat() - Method in class org.openscience.cdk.io.iterator.IteratingPCCompoundXMLReader
 
getFormat() - Method in class org.openscience.cdk.io.iterator.IteratingPCSubstancesXMLReader
 
getFormat() - Method in class org.openscience.cdk.io.Mol2Reader
 
getFormat() - Method in class org.openscience.cdk.io.Mol2Writer
 
getFormat() - Method in class org.openscience.cdk.io.Mopac7Reader
 
getFormat() - Method in class org.openscience.cdk.io.PCCompoundASNReader
 
getFormat() - Method in class org.openscience.cdk.io.PCCompoundXMLReader
 
getFormat() - Method in class org.openscience.cdk.io.PCSubstanceXMLReader
 
getFormat() - Method in class org.openscience.cdk.io.PMPReader
 
getFormat() - Method in class org.openscience.cdk.io.program.GaussianInputWriter
 
getFormat() - Method in class org.openscience.cdk.io.program.Mopac7Writer
 
getFormat() - Method in class org.openscience.cdk.io.ShelXReader
 
getFormat() - Method in class org.openscience.cdk.io.XYZReader
 
getFormat() - Method in class org.openscience.cdk.io.XYZWriter
 
getFormats() - Method in class org.openscience.cdk.io.ReaderFactory
 
getReference() - Method in class org.openscience.cdk.dict.DictRef
 
getRequiredDataFeatures() - Method in class org.openscience.cdk.io.CDKSourceCodeWriter
 
getSID(XMLStreamReader) - Method in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
getSupportedDataFeatures() - Method in class org.openscience.cdk.io.CDKSourceCodeWriter
 
getType() - Method in class org.openscience.cdk.dict.DictRef
 
GhemicalMMReader - Class in org.openscience.cdk.io
Reads Ghemical ( http://www.uku.fi/~thassine/ghemical/) molecular mechanics (*.mm1gp) files.
GhemicalMMReader(Reader) - Constructor for class org.openscience.cdk.io.GhemicalMMReader
 
GhemicalMMReader(InputStream) - Constructor for class org.openscience.cdk.io.GhemicalMMReader
 
GhemicalMMReader() - Constructor for class org.openscience.cdk.io.GhemicalMMReader
 

H

hasNext() - Method in class org.openscience.cdk.io.iterator.IteratingPCCompoundASNReader
 
hasNext() - Method in class org.openscience.cdk.io.iterator.IteratingPCCompoundXMLReader
 
hasNext() - Method in class org.openscience.cdk.io.iterator.IteratingPCSubstancesXMLReader
 
hCounts - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
HINReader - Class in org.openscience.cdk.io
Reads an object from HIN formated input.
HINReader(Reader) - Constructor for class org.openscience.cdk.io.HINReader
Construct a new reader from a Reader type object
HINReader(InputStream) - Constructor for class org.openscience.cdk.io.HINReader
 
HINReader() - Constructor for class org.openscience.cdk.io.HINReader
 
HINWriter - Class in org.openscience.cdk.io
Writer that outputs in the HIN format.
HINWriter(Writer) - Constructor for class org.openscience.cdk.io.HINWriter
Constructor.
HINWriter(OutputStream) - Constructor for class org.openscience.cdk.io.HINWriter
 
HINWriter() - Constructor for class org.openscience.cdk.io.HINWriter
 

I

ICMLConvention - Interface in org.openscience.cdk.io.cml
This interface describes the procedures classes must implement to be plugable into the CMLHandler.
ICMLModule - Interface in org.openscience.cdk.io.cml
This interface describes the procedures classes must implement to be plugable into the CMLHandler.
inchi - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
inherit(ICMLModule) - Method in class org.openscience.cdk.io.cml.CMLCoreModule
 
inherit(ICMLModule) - Method in interface org.openscience.cdk.io.cml.ICMLModule
 
isotope - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
IteratingPCCompoundASNReader - Class in org.openscience.cdk.io.iterator
Iterating PubChem PCCompound ASN reader.
IteratingPCCompoundASNReader(Reader, IChemObjectBuilder) - Constructor for class org.openscience.cdk.io.iterator.IteratingPCCompoundASNReader
Constructs a new IteratingPCCompoundASNReader that can read Molecule from a given Reader.
IteratingPCCompoundASNReader(InputStream, IChemObjectBuilder) - Constructor for class org.openscience.cdk.io.iterator.IteratingPCCompoundASNReader
Constructs a new IteratingPCCompoundASNReader that can read Molecule from a given InputStream and IChemObjectBuilder.
IteratingPCCompoundXMLReader - Class in org.openscience.cdk.io.iterator
Iterating PubChem PCCompound ASN.1 XML reader.
IteratingPCCompoundXMLReader(Reader, IChemObjectBuilder) - Constructor for class org.openscience.cdk.io.iterator.IteratingPCCompoundXMLReader
Constructs a new IteratingPCCompoundXMLReader that can read Molecule from a given Reader and IChemObjectBuilder.
IteratingPCCompoundXMLReader(InputStream, IChemObjectBuilder) - Constructor for class org.openscience.cdk.io.iterator.IteratingPCCompoundXMLReader
Constructs a new IteratingPCCompoundXLReader that can read Molecule from a given InputStream and IChemObjectBuilder.
IteratingPCSubstancesXMLReader - Class in org.openscience.cdk.io.iterator
Iterating PubChem PC-Substances ASN.1 XML reader.
IteratingPCSubstancesXMLReader(Reader, IChemObjectBuilder) - Constructor for class org.openscience.cdk.io.iterator.IteratingPCSubstancesXMLReader
Constructs a new IteratingPCSubstancesXMLReader that can read Molecule from a given Reader and IChemObjectBuilder.
IteratingPCSubstancesXMLReader(InputStream, IChemObjectBuilder) - Constructor for class org.openscience.cdk.io.iterator.IteratingPCSubstancesXMLReader
Constructs a new IteratingPCSubstancesXMLReader that can read Molecule from a given InputStream and IChemObjectBuilder.

J

JMOLANIMATIONConvention - Class in org.openscience.cdk.io.cml
 
JMOLANIMATIONConvention(IChemFile) - Constructor for class org.openscience.cdk.io.cml.JMOLANIMATIONConvention
 
JMOLANIMATIONConvention(ICMLModule) - Constructor for class org.openscience.cdk.io.cml.JMOLANIMATIONConvention
 

L

length() - Method in class org.openscience.cdk.io.cml.CMLModuleStack
 
logger - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
logger - Static variable in class org.openscience.cdk.io.iterator.event.EventCMLHandler
 

M

MDLMolConvention - Class in org.openscience.cdk.io.cml
Implementation of the MDLMol Covention for CML.
MDLMolConvention(IChemFile) - Constructor for class org.openscience.cdk.io.cml.MDLMolConvention
 
MDLMolConvention(ICMLModule) - Constructor for class org.openscience.cdk.io.cml.MDLMolConvention
 
Mol2Reader - Class in org.openscience.cdk.io
Reads a molecule from an Mol2 file, such as written by Sybyl.
Mol2Reader(Reader) - Constructor for class org.openscience.cdk.io.Mol2Reader
Constructs a new MDLReader that can read Molecule from a given Reader.
Mol2Reader(InputStream) - Constructor for class org.openscience.cdk.io.Mol2Reader
 
Mol2Reader() - Constructor for class org.openscience.cdk.io.Mol2Reader
 
Mol2Writer - Class in org.openscience.cdk.io
An output Writer that writes molecular data into the Tripos Mol2 format.
Mol2Writer() - Constructor for class org.openscience.cdk.io.Mol2Writer
 
Mol2Writer(Writer) - Constructor for class org.openscience.cdk.io.Mol2Writer
Constructs a new Mol2 writer.
Mol2Writer(OutputStream) - Constructor for class org.openscience.cdk.io.Mol2Writer
 
moleculeCustomProperty - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
Mopac7Reader - Class in org.openscience.cdk.io
Reads MOPAC output, extracts several electronic parameters and assigns them as a molecule properties.
Mopac7Reader(Reader) - Constructor for class org.openscience.cdk.io.Mopac7Reader
Constructs a new Mopac7reader that can read a molecule from a given Reader.
Mopac7Reader(InputStream) - Constructor for class org.openscience.cdk.io.Mopac7Reader
Constructs a new Mopac7reader that can read a molecule from a given InputStream.
Mopac7Reader() - Constructor for class org.openscience.cdk.io.Mopac7Reader
Constructs a new Mopac7reader that can read a molecule.
Mopac7Writer - Class in org.openscience.cdk.io.program
Prepares input file for running MOPAC.
Mopac7Writer() - Constructor for class org.openscience.cdk.io.program.Mopac7Writer
Creates a writer to serialize a molecule as Mopac7 input.
Mopac7Writer(OutputStream) - Constructor for class org.openscience.cdk.io.program.Mopac7Writer
Creates a writer to serialize a molecule as Mopac7 input.
Mopac7Writer(Writer) - Constructor for class org.openscience.cdk.io.program.Mopac7Writer
Creates a writer to serialize a molecule as Mopac7 input.

N

newAtomData() - Method in class org.openscience.cdk.io.cml.CMLCoreModule
Clean all data about read atoms.
newBondData() - Method in class org.openscience.cdk.io.cml.CMLCoreModule
Clean all data about read bonds.
newCrystalData() - Method in class org.openscience.cdk.io.cml.CMLCoreModule
Clean all data about read bonds.
newFormulaData() - Method in class org.openscience.cdk.io.cml.CMLCoreModule
Clean all data about read formulas.
newMolecule() - Method in class org.openscience.cdk.io.cml.CMLCoreModule
Clean all data about parsed data.
newMoleculeData() - Method in class org.openscience.cdk.io.cml.CMLCoreModule
Clean all data about the molecule itself.
newSequence() - Method in class org.openscience.cdk.io.cml.PDBConvention
 
next() - Method in class org.openscience.cdk.io.iterator.IteratingPCCompoundASNReader
 
next() - Method in class org.openscience.cdk.io.iterator.IteratingPCCompoundXMLReader
 
next() - Method in class org.openscience.cdk.io.iterator.IteratingPCSubstancesXMLReader
 
notify(String, String, int, int) - Method in class org.openscience.cdk.io.cml.CMLCoreModule
 

O

occupancies - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
order - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
org.openscience.cdk.dict - package org.openscience.cdk.dict
 
org.openscience.cdk.geometry - package org.openscience.cdk.geometry
 
org.openscience.cdk.io - package org.openscience.cdk.io
 
org.openscience.cdk.io.cml - package org.openscience.cdk.io.cml
 
org.openscience.cdk.io.iterator - package org.openscience.cdk.io.iterator
 
org.openscience.cdk.io.iterator.event - package org.openscience.cdk.io.iterator.event
 
org.openscience.cdk.io.listener - package org.openscience.cdk.io.listener
 
org.openscience.cdk.io.program - package org.openscience.cdk.io.program
 
org.openscience.cdk.io.pubchemxml - package org.openscience.cdk.io.pubchemxml
 

P

parityARef1 - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
parityARef2 - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
parityARef3 - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
parityARef4 - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
parityAtomsGiven - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
parityGiven - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
parseAtomCharges(XMLStreamReader, IAtomContainer) - Method in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
parseAtomElements(XMLStreamReader, IAtomContainer) - Method in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
parseCompoundsBlock(XMLStreamReader) - Method in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
parseMolecule(XMLStreamReader, IChemObjectBuilder) - Method in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
parserAtomBlock(XMLStreamReader, IAtomContainer) - Method in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
parserBondBlock(XMLStreamReader, IAtomContainer) - Method in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
parserCompoundInfoData(XMLStreamReader, IAtomContainer) - Method in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
parserCoordBlock(XMLStreamReader, IAtomContainer) - Method in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
parseSubstance(XMLStreamReader) - Method in class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
partialCharges - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
PCCompoundASNReader - Class in org.openscience.cdk.io
Reads an object from ASN formated input for PubChem Compound entries.
PCCompoundASNReader(Reader) - Constructor for class org.openscience.cdk.io.PCCompoundASNReader
Construct a new reader from a Reader type object.
PCCompoundASNReader(InputStream) - Constructor for class org.openscience.cdk.io.PCCompoundASNReader
 
PCCompoundASNReader() - Constructor for class org.openscience.cdk.io.PCCompoundASNReader
 
PCCompoundXMLReader - Class in org.openscience.cdk.io
Reads an object from ASN.1 XML formated input for PubChem Compound entries.
PCCompoundXMLReader(Reader) - Constructor for class org.openscience.cdk.io.PCCompoundXMLReader
Construct a new reader from a Reader type object.
PCCompoundXMLReader(InputStream) - Constructor for class org.openscience.cdk.io.PCCompoundXMLReader
 
PCCompoundXMLReader() - Constructor for class org.openscience.cdk.io.PCCompoundXMLReader
 
PCSubstanceXMLReader - Class in org.openscience.cdk.io
Reads an object from ASN formated input for PubChem Compound entries.
PCSubstanceXMLReader(Reader) - Constructor for class org.openscience.cdk.io.PCSubstanceXMLReader
Construct a new reader from a Reader type object.
PCSubstanceXMLReader(InputStream) - Constructor for class org.openscience.cdk.io.PCSubstanceXMLReader
 
PCSubstanceXMLReader() - Constructor for class org.openscience.cdk.io.PCSubstanceXMLReader
 
PDBConvention - Class in org.openscience.cdk.io.cml
Implements the PDB convention used by PDB2CML.
PDBConvention(IChemFile) - Constructor for class org.openscience.cdk.io.cml.PDBConvention
 
PDBConvention(ICMLModule) - Constructor for class org.openscience.cdk.io.cml.PDBConvention
 
PMPConvention - Class in org.openscience.cdk.io.cml
Implementation of the PMPMol Covention for CML.
PMPConvention(IChemFile) - Constructor for class org.openscience.cdk.io.cml.PMPConvention
 
PMPConvention(ICMLModule) - Constructor for class org.openscience.cdk.io.cml.PMPConvention
 
PMPReader - Class in org.openscience.cdk.io
Reads an frames from a PMP formated input.
PMPReader(Reader) - Constructor for class org.openscience.cdk.io.PMPReader
 
PMPReader(InputStream) - Constructor for class org.openscience.cdk.io.PMPReader
 
PMPReader() - Constructor for class org.openscience.cdk.io.PMPReader
 
pop() - Method in class org.openscience.cdk.io.cml.CMLModuleStack
Retrieves and deletes to last added entry.
process() - Method in class org.openscience.cdk.io.iterator.event.EventCMLReader
Starts the reading of the CML file.
processIOSettingQuestion(IOSetting) - Method in class org.openscience.cdk.io.listener.SwingGUIListener
Processes the IOSettings by listing the question, giving the options and asking the user to provide their choice.
processIOSettingQuestion(IOSetting) - Method in class org.openscience.cdk.io.listener.TextGUIListener
Processes the IOSettings by listing the question, giving the options and asking the user to provide their choice.
PubChemXMLHelper - Class in org.openscience.cdk.io.pubchemxml
Helper class to parse PubChem XML documents.
PubChemXMLHelper(IChemObjectBuilder) - Constructor for class org.openscience.cdk.io.pubchemxml.PubChemXMLHelper
 
push(ICMLModule) - Method in class org.openscience.cdk.io.cml.CMLModuleStack
Adds an entry to the stack.

Q

QSARConvention - Class in org.openscience.cdk.io.cml
This is an implementation for the CDK convention.
QSARConvention(IChemFile) - Constructor for class org.openscience.cdk.io.cml.QSARConvention
 
QSARConvention(ICMLModule) - Constructor for class org.openscience.cdk.io.cml.QSARConvention
 

R

read(T) - Method in class org.openscience.cdk.io.CIFReader
Read a ChemFile from input.
read(T) - Method in class org.openscience.cdk.io.CMLReader
Read a IChemObject from input.
read(T) - Method in class org.openscience.cdk.io.CTXReader
 
read(T) - Method in class org.openscience.cdk.io.Gaussian03Reader
 
read(T) - Method in class org.openscience.cdk.io.Gaussian98Reader
 
read(T) - Method in class org.openscience.cdk.io.GhemicalMMReader
 
read(T) - Method in class org.openscience.cdk.io.HINReader
Reads the content from a HIN input.
read(T) - Method in class org.openscience.cdk.io.Mol2Reader
 
read(T) - Method in class org.openscience.cdk.io.Mopac7Reader
 
read(T) - Method in class org.openscience.cdk.io.PCCompoundASNReader
 
read(T) - Method in class org.openscience.cdk.io.PCCompoundXMLReader
 
read(T) - Method in class org.openscience.cdk.io.PCSubstanceXMLReader
 
read(T) - Method in class org.openscience.cdk.io.PMPReader
reads the content from a PMP input.
read(T) - Method in class org.openscience.cdk.io.ShelXReader
Read a ChemFile from input.
read(T) - Method in class org.openscience.cdk.io.XYZReader
reads the content from a XYZ input.
ReaderFactory - Class in org.openscience.cdk.io
A factory for creating ChemObjectReaders.
ReaderFactory() - Constructor for class org.openscience.cdk.io.ReaderFactory
Constructs a ReaderFactory which tries to detect the format in the first 65536 chars.
ReaderFactory(int) - Constructor for class org.openscience.cdk.io.ReaderFactory
Constructs a ReaderFactory which tries to detect the format in the first given number of chars.
registerConvention(String, ICMLModule) - Method in class org.openscience.cdk.io.cml.CMLHandler
 
registerConvention(String, ICMLModule) - Method in class org.openscience.cdk.io.CMLReader
 
registerFormat(IChemFormatMatcher) - Method in class org.openscience.cdk.io.ReaderFactory
Registers a format for detection.
registerWriter(Class<?>) - Method in class org.openscience.cdk.io.WriterFactory
 
remove() - Method in class org.openscience.cdk.io.iterator.event.DefaultEventChemObjectReader
File IO generally does not support removing of entries.
remove() - Method in class org.openscience.cdk.io.iterator.IteratingPCCompoundASNReader
 
remove() - Method in class org.openscience.cdk.io.iterator.IteratingPCCompoundXMLReader
 
remove() - Method in class org.openscience.cdk.io.iterator.IteratingPCSubstancesXMLReader
 
reportErrors - Variable in class org.openscience.cdk.io.cml.CMLErrorHandler
 
resolveEntity(String, String, String, String) - Method in class org.openscience.cdk.io.cml.CMLResolver
Not implemented, but uses resolveEntity(String publicId, String systemId) instead.
resolveEntity(String, String) - Method in class org.openscience.cdk.io.cml.CMLResolver
Resolves SYSTEM and PUBLIC identifiers for CML DTDs.
returnChemFile() - Method in class org.openscience.cdk.io.cml.CMLCoreModule
 
returnChemFile() - Method in interface org.openscience.cdk.io.cml.ICMLModule
 

S

setDocumentProperty(String, String) - Method in class org.openscience.cdk.io.iterator.event.EventCMLHandler
Procedure required by the CDOInterface.
setInputReader(Reader) - Method in class org.openscience.cdk.io.listener.TextGUIListener
Overwrites the default reader from which the input is taken.
setLevel(IOSetting.Importance) - Method in class org.openscience.cdk.io.listener.SwingGUIListener
 
setLevel(IOSetting.Importance) - Method in class org.openscience.cdk.io.listener.TextGUIListener
 
setObjectProperty(String, String, String) - Method in class org.openscience.cdk.io.iterator.event.EventCMLHandler
Procedure required by the CDOInterface.
setOutputWriter(Writer) - Method in class org.openscience.cdk.io.listener.TextGUIListener
Overwrites the default writer to which the output is directed.
setReader(Reader) - Method in class org.openscience.cdk.io.CIFReader
 
setReader(InputStream) - Method in class org.openscience.cdk.io.CIFReader
 
setReader(Reader) - Method in class org.openscience.cdk.io.CMLReader
This method must not be used; XML reading requires the use of an InputStream.
setReader(InputStream) - Method in class org.openscience.cdk.io.CMLReader
 
setReader(Reader) - Method in class org.openscience.cdk.io.CTXReader
 
setReader(InputStream) - Method in class org.openscience.cdk.io.CTXReader
 
setReader(Reader) - Method in class org.openscience.cdk.io.Gaussian03Reader
 
setReader(InputStream) - Method in class org.openscience.cdk.io.Gaussian03Reader
 
setReader(Reader) - Method in class org.openscience.cdk.io.Gaussian98Reader
Sets the reader attribute of the Gaussian98Reader object.
setReader(InputStream) - Method in class org.openscience.cdk.io.Gaussian98Reader
 
setReader(Reader) - Method in class org.openscience.cdk.io.GhemicalMMReader
 
setReader(InputStream) - Method in class org.openscience.cdk.io.GhemicalMMReader
 
setReader(Reader) - Method in class org.openscience.cdk.io.HINReader
 
setReader(InputStream) - Method in class org.openscience.cdk.io.HINReader
 
setReader(Reader) - Method in class org.openscience.cdk.io.iterator.event.EventCMLReader
 
setReader(Reader) - Method in class org.openscience.cdk.io.iterator.IteratingPCCompoundASNReader
 
setReader(InputStream) - Method in class org.openscience.cdk.io.iterator.IteratingPCCompoundASNReader
 
setReader(Reader) - Method in class org.openscience.cdk.io.iterator.IteratingPCCompoundXMLReader
 
setReader(InputStream) - Method in class org.openscience.cdk.io.iterator.IteratingPCCompoundXMLReader
 
setReader(Reader) - Method in class org.openscience.cdk.io.iterator.IteratingPCSubstancesXMLReader
 
setReader(InputStream) - Method in class org.openscience.cdk.io.iterator.IteratingPCSubstancesXMLReader
 
setReader(Reader) - Method in class org.openscience.cdk.io.Mol2Reader
 
setReader(InputStream) - Method in class org.openscience.cdk.io.Mol2Reader
 
setReader(Reader) - Method in class org.openscience.cdk.io.Mopac7Reader
 
setReader(InputStream) - Method in class org.openscience.cdk.io.Mopac7Reader
 
setReader(Reader) - Method in class org.openscience.cdk.io.PCCompoundASNReader
 
setReader(InputStream) - Method in class org.openscience.cdk.io.PCCompoundASNReader
 
setReader(Reader) - Method in class org.openscience.cdk.io.PCCompoundXMLReader
 
setReader(InputStream) - Method in class org.openscience.cdk.io.PCCompoundXMLReader
 
setReader(Reader) - Method in class org.openscience.cdk.io.PCSubstanceXMLReader
 
setReader(InputStream) - Method in class org.openscience.cdk.io.PCSubstanceXMLReader
 
setReader(Reader) - Method in class org.openscience.cdk.io.PMPReader
 
setReader(InputStream) - Method in class org.openscience.cdk.io.PMPReader
 
setReader(Reader) - Method in class org.openscience.cdk.io.ShelXReader
 
setReader(InputStream) - Method in class org.openscience.cdk.io.ShelXReader
 
setReader(Reader) - Method in class org.openscience.cdk.io.XYZReader
 
setReader(InputStream) - Method in class org.openscience.cdk.io.XYZReader
 
setWriter(Writer) - Method in class org.openscience.cdk.io.CDKSourceCodeWriter
 
setWriter(OutputStream) - Method in class org.openscience.cdk.io.CDKSourceCodeWriter
 
setWriter(Writer) - Method in class org.openscience.cdk.io.HINWriter
 
setWriter(OutputStream) - Method in class org.openscience.cdk.io.HINWriter
 
setWriter(Writer) - Method in class org.openscience.cdk.io.Mol2Writer
 
setWriter(OutputStream) - Method in class org.openscience.cdk.io.Mol2Writer
 
setWriter(Writer) - Method in class org.openscience.cdk.io.program.GaussianInputWriter
 
setWriter(OutputStream) - Method in class org.openscience.cdk.io.program.GaussianInputWriter
 
setWriter(OutputStream) - Method in class org.openscience.cdk.io.program.Mopac7Writer
 
setWriter(Writer) - Method in class org.openscience.cdk.io.program.Mopac7Writer
 
setWriter(Writer) - Method in class org.openscience.cdk.io.XYZWriter
 
setWriter(OutputStream) - Method in class org.openscience.cdk.io.XYZWriter
 
ShelXReader - Class in org.openscience.cdk.io
A reader for ShelX output (RES) files.
ShelXReader(Reader) - Constructor for class org.openscience.cdk.io.ShelXReader
Create an ShelX file reader.
ShelXReader(InputStream) - Constructor for class org.openscience.cdk.io.ShelXReader
 
ShelXReader() - Constructor for class org.openscience.cdk.io.ShelXReader
 
spinMultiplicities - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
startDocument() - Method in class org.openscience.cdk.io.cml.CDKConvention
 
startDocument() - Method in class org.openscience.cdk.io.cml.CMLCoreModule
 
startDocument() - Method in class org.openscience.cdk.io.cml.CMLHandler
 
startDocument() - Method in interface org.openscience.cdk.io.cml.ICMLModule
 
startDocument() - Method in class org.openscience.cdk.io.cml.MDLMolConvention
 
startDocument() - Method in class org.openscience.cdk.io.cml.PMPConvention
 
startDocument() - Method in class org.openscience.cdk.io.iterator.event.EventCMLHandler
Procedure required by the CDOInterface.
startElement(CMLStack, String, String, String, Attributes) - Method in class org.openscience.cdk.io.cml.CDKConvention
 
startElement(CMLStack, String, String, String, Attributes) - Method in class org.openscience.cdk.io.cml.CMLCoreModule
 
startElement(String, String, String, Attributes) - Method in class org.openscience.cdk.io.cml.CMLHandler
 
startElement(CMLStack, String, String, String, Attributes) - Method in class org.openscience.cdk.io.cml.CMLReactionModule
 
startElement(CMLStack, String, String, String, Attributes) - Method in interface org.openscience.cdk.io.cml.ICMLModule
 
startElement(CMLStack, String, String, String, Attributes) - Method in class org.openscience.cdk.io.cml.JMOLANIMATIONConvention
 
startElement(CMLStack, String, String, String, Attributes) - Method in class org.openscience.cdk.io.cml.MDLMolConvention
 
startElement(CMLStack, String, String, String, Attributes) - Method in class org.openscience.cdk.io.cml.PDBConvention
 
startElement(CMLStack, String, String, String, Attributes) - Method in class org.openscience.cdk.io.cml.PMPConvention
 
startElement(CMLStack, String, String, String, Attributes) - Method in class org.openscience.cdk.io.cml.QSARConvention
 
startObject(String) - Method in class org.openscience.cdk.io.iterator.event.EventCMLHandler
Procedure required by the CDOInterface.
stereoGiven - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
storeAtomData() - Method in class org.openscience.cdk.io.cml.CMLCoreModule
 
storeAtomData() - Method in class org.openscience.cdk.io.cml.PDBConvention
 
storeBondData() - Method in class org.openscience.cdk.io.cml.CMLCoreModule
 
storeData() - Method in class org.openscience.cdk.io.cml.CMLCoreModule
 
storeData() - Method in class org.openscience.cdk.io.cml.PDBConvention
 
SwingGUIListener - Class in org.openscience.cdk.io.listener
Allows processing of IOSetting quesions which are passed to the user by using Swing dialogs.
SwingGUIListener(Component, IOSetting.Importance) - Constructor for class org.openscience.cdk.io.listener.SwingGUIListener
0 = ask no questions 3 = ask all questions
SYSTEMID - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 

T

TextGUIListener - Class in org.openscience.cdk.io.listener
Allows processing of IOSetting quesions which are passed to the user by using the System.out and System.in by default.
TextGUIListener(IOSetting.Importance) - Constructor for class org.openscience.cdk.io.listener.TextGUIListener
 
toString() - Method in class org.openscience.cdk.dict.DictRef
 
toString() - Method in class org.openscience.cdk.io.cml.CMLModuleStack
Returns a String representation of the stack.

U

unitcellparams - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 

W

warning(SAXParseException) - Method in class org.openscience.cdk.io.cml.CMLErrorHandler
Outputs a SAXParseException warning to the logger.
write(IChemObject) - Method in class org.openscience.cdk.io.CDKSourceCodeWriter
 
write(IChemObject) - Method in class org.openscience.cdk.io.HINWriter
 
write(IChemObject) - Method in class org.openscience.cdk.io.Mol2Writer
 
write(IChemObject) - Method in class org.openscience.cdk.io.program.GaussianInputWriter
 
write(IChemObject) - Method in class org.openscience.cdk.io.program.Mopac7Writer
write(IChemObject) - Method in class org.openscience.cdk.io.XYZWriter
 
writeMolecule(IAtomContainer) - Method in class org.openscience.cdk.io.Mol2Writer
Writes a single frame in XYZ format to the Writer.
writeMolecule(IAtomContainer) - Method in class org.openscience.cdk.io.program.GaussianInputWriter
Writes a molecule for input for Gaussian.
writeMolecule(IAtomContainer) - Method in class org.openscience.cdk.io.XYZWriter
writes a single frame in XYZ format to the Writer.
WriterFactory - Class in org.openscience.cdk.io
Helper tool to create IChemObjectWriters.
WriterFactory() - Constructor for class org.openscience.cdk.io.WriterFactory
Constructs a ChemObjectIOInstantionTests.

X

x2 - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
x3 - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
xfract - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
XYZReader - Class in org.openscience.cdk.io
Reads an object from XYZ formated input.
XYZReader(Reader) - Constructor for class org.openscience.cdk.io.XYZReader
Construct a new reader from a Reader type object.
XYZReader(InputStream) - Constructor for class org.openscience.cdk.io.XYZReader
 
XYZReader() - Constructor for class org.openscience.cdk.io.XYZReader
 
XYZWriter - Class in org.openscience.cdk.io
 
XYZWriter(Writer) - Constructor for class org.openscience.cdk.io.XYZWriter
Constructor.
XYZWriter(OutputStream) - Constructor for class org.openscience.cdk.io.XYZWriter
 
XYZWriter() - Constructor for class org.openscience.cdk.io.XYZWriter
 

Y

y2 - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
y3 - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
yfract - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 

Z

z3 - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
zfract - Variable in class org.openscience.cdk.io.cml.CMLCoreModule
 
zmatrixToCartesian(double[], int[], double[], int[], double[], int[]) - Static method in class org.openscience.cdk.geometry.ZMatrixTools
Takes the given Z Matrix coordinates and converts them to cartesian coordinates.
ZMatrixTools - Class in org.openscience.cdk.geometry
A set of static utility classes for dealing with Z matrices.
ZMatrixTools() - Constructor for class org.openscience.cdk.geometry.ZMatrixTools
 
A B C D E F G H I J L M N O P Q R S T U W X Y Z 
Skip navigation links

Copyright © 2017. All rights reserved.