Class pmr.chemime.MDLMol
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pmr.chemime.MDLMol

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----pmr.simplegraph.SimpleApplet
                                           |
                                           +----pmr.sgml.SGMLApplet
                                                   |
                                                   +----pmr.sgml.SGMLTree
                                                           |
                                                           +----pmr.cml.CMLTree
                                                                   |
                                                                   +----pmr.chemime.ChemTree
                                                                           |
                                                                           +----pmr.chemime.MDLMol

public class MDLMol
extends ChemTree
class to read (? and write?) mdl-molfiles as described in chemical MIME.

NOTE: I have not been able to find any public statement of the format and am unable to guarantee the correctness of any code which interprets Mol files.

Author:
(C) P. Murray-Rust, 1996

Constructor Index

 o MDLMol(String, StringList)
create either from a filename or a file contents (lines != null)

Method Index

 o process()
 o showHelp()
display help

Constructors

 o MDLMol
  public MDLMol(String filename,
                StringList lines) throws BadMolFileException
create either from a filename or a file contents (lines != null)

Methods

 o showHelp
  public void showHelp()
display help
Overrides:
showHelp in class ChemTree
 o process
  protected void process() throws BadMolFileException

All Packages  Class Hierarchy  This Package  Previous  Next  Index