ffe.parsers
Class NEDFilter

java.lang.Object
  extended byffe.parsers.SystemFilter
      extended byffe.parsers.NEDFilter
All Implemented Interfaces:
java.lang.Runnable

public final class NEDFilter
extends SystemFilter

The NEDFilter class parses "Network of Electrostatic Domain" (*.NED) files. This is not currently being used.


Field Summary
 
Fields inherited from class ffe.parsers.SystemFilter
ARC, atomList, bondList, file_read, filetype, fpanel, fsystem, INT, mmfilter, NED, PDB, SIM, statusBar, XYZ
 
Constructor Summary
NEDFilter(FSystem f, MainPanel tink)
           
 
Method Summary
 boolean readfile()
          This method is different for each subclass and must be overidden
 boolean writefile()
           
 
Methods inherited from class ffe.parsers.SystemFilter
FileRead, getFSystem, getType, run, setFileRead, setFSystem, setType, toFileString, version
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NEDFilter

public NEDFilter(FSystem f,
                 MainPanel tink)
Method Detail

writefile

public boolean writefile()
Specified by:
writefile in class SystemFilter

readfile

public boolean readfile()
Description copied from class: SystemFilter
This method is different for each subclass and must be overidden

Specified by:
readfile in class SystemFilter