ffe.net
Class Simulation

java.lang.Object
  extended byffe.net.Simulation
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class Simulation
extends java.lang.Object
implements java.awt.event.ActionListener

This Simulation class oversees loading information from an executing TINKER program into Force Field Explorer.


Constructor Summary
Simulation(FSystem m, java.lang.Thread j, MainPanel f, java.net.InetSocketAddress a)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void connect()
           
 FSystem getFSystem()
           
 boolean isConnected()
           
 boolean isFinished()
           
 void release()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Simulation

public Simulation(FSystem m,
                  java.lang.Thread j,
                  MainPanel f,
                  java.net.InetSocketAddress a)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

connect

public void connect()

getFSystem

public FSystem getFSystem()

isFinished

public boolean isFinished()

isConnected

public boolean isConnected()

release

public void release()