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

Class pmr.chemime.CIF

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.CIF

public class CIF
extends ChemTree

Constructor Index

 o CIF(String, StringList)
create a CMLTree from a CIF file

Method Index

 o main(String[])
this is only run when an application.
 o process()
the standard SGMLNode 'process' routine
 o showHelp()
display help

Constructors

 o CIF
  public CIF(String filename,
             StringList lines) throws BadFileException
create a CMLTree from a CIF file
Parameters:
filename - name of file to read from (or title if lines != null)
lines - if lines != null, use this as file content instead of filename
Throws: BadFileException
missing or corrupt CIF file

Methods

 o showHelp
  public void showHelp()
display help
Overrides:
showHelp in class ChemTree
 o process
  public void process() throws BadFileException
the standard SGMLNode 'process' routine
Throws: BadFileException
corrupt CIF file
 o main
  public static void main(String args[])
this is only run when an application.

All Packages  Class Hierarchy  This Package  Previous  Next  Index