public class MDLV2000Reader extends DefaultChemObjectReader
IAtomContainer or IChemModel from an MDL molfile, and a IChemFile from a SD file, with a IChemSequence of IChemModel's, where each IChemModel will contain one IAtomContainer.
From the Atom block it reads atomic coordinates, element types and formal charges. From the Bond block it reads the bonds and the orders. Additionally, it reads 'M CHG', 'G ', 'M RAD' and 'M ISO' lines from the property block.
If all z coordinates are 0.0, then the xy coordinates are taken as 2D, otherwise the coordinates are read as 3D.
The title of the MOL file is read and can be retrieved with:
molecule.getProperty(CDKConstants.TITLE);
RGroups which are saved in the MDL molfile as R#, are renamed according to their appearance, e.g. the first R# is named R1. With PseudAtom.getLabel() "R1" is returned (instead of R#). This is introduced due to the SAR table generation procedure of Scitegics PipelinePilot.
| Name | Question | Default |
|---|---|---|
| ForceReadAs3DCoordinates | Should coordinates always be read as 3D? | false |
| AddStereoElements | Detect and create IStereoElements for the input. | true |
| InterpretHydrogenIsotopes | Should D and T be interpreted as hydrogen isotopes? | true |
IChemObjectReader.ModeerrorHandler, mode| Constructor and Description |
|---|
MDLV2000Reader() |
MDLV2000Reader(InputStream in)
Constructs a new MDLReader that can read Molecule from a given
InputStream.
|
MDLV2000Reader(InputStream in,
IChemObjectReader.Mode mode) |
MDLV2000Reader(Reader in)
Constructs a new MDLReader that can read Molecule from a given Reader.
|
MDLV2000Reader(Reader in,
IChemObjectReader.Mode mode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(Class<? extends IChemObject> classObject) |
void |
close() |
void |
customizeJob() |
IResourceFormat |
getFormat() |
<T extends IChemObject> |
read(T object)
Takes an object which subclasses IChemObject, e.g.
|
void |
setReader(InputStream input) |
void |
setReader(Reader input) |
fireFrameRead, handleError, handleError, handleError, handleError, setErrorHandler, setReaderModeaddChemObjectIOListener, addSetting, addSettings, fireIOSettingQuestion, getIOSettings, getListeners, getSetting, getSetting, getSettings, hasSetting, removeChemObjectIOListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddChemObjectIOListener, addSetting, addSettings, getIOSettings, getListeners, getSetting, getSetting, getSettings, hasSetting, removeChemObjectIOListenerpublic MDLV2000Reader()
public MDLV2000Reader(InputStream in)
in - The InputStream to read frompublic MDLV2000Reader(InputStream in, IChemObjectReader.Mode mode)
public MDLV2000Reader(Reader in)
in - The Reader to read frompublic MDLV2000Reader(Reader in, IChemObjectReader.Mode mode)
public IResourceFormat getFormat()
public void setReader(Reader input) throws CDKException
CDKExceptionpublic void setReader(InputStream input) throws CDKException
CDKExceptionpublic boolean accepts(Class<? extends IChemObject> classObject)
public <T extends IChemObject> T read(T object) throws CDKException
object - The object that subclasses IChemObjectCDKExceptionpublic void close()
throws IOException
IOExceptionpublic void customizeJob()
Copyright © 2017. All rights reserved.