ffe.parsers
Class SocketFilter

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

public final class SocketFilter
extends SystemFilter

The SocketFilter class parses system data sent by TINKER to Force Field Explorer.


Field Summary
(package private)  java.util.Hashtable atomtypes
           
(package private)  TinkerSystem system
           
 
Fields inherited from class ffe.parsers.SystemFilter
ARC, atomList, bondList, file_read, filetype, fpanel, fsystem, INT, mmfilter, NED, PDB, SIM, statusBar, XYZ
 
Constructor Summary
SocketFilter(MainPanel m, TinkerSystem sys)
           
 
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
 

Field Detail

system

TinkerSystem system

atomtypes

java.util.Hashtable atomtypes
Constructor Detail

SocketFilter

public SocketFilter(MainPanel m,
                    TinkerSystem sys)
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