Serialized Form


Package provided.client.model.task

Class provided.client.model.task.GetInfo extends java.lang.Object implements Serializable

serialVersionUID: -3690660506537207490L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reinitializes transient fields upon deserialization. See the Serializable marker interface docs. taskView is set to a default value for now (ILocalTaskViewAdapter.DEFAULT_ADAPTER).

Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

input

java.lang.String input
Input string given to the constructor


dArray

double[] dArray
An array carried along to prove that internal data is transmitted too.

Class provided.client.model.task.Pi2 extends java.lang.Object implements Serializable

serialVersionUID: 227L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reinitializes transient fields upon deserialization. See the Serializable marker interface docs. taskView is set to a default value for now (ILocalTaskViewAdapter.DEFAULT_ADAPTER).

Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

digits

int digits
digits of precision after the decimal point


Package provided.client.view

Class provided.client.view.ClientGUI extends javax.swing.JFrame implements Serializable

serialVersionUID: -199099598475124566L

Serialized Fields

model

IModelAdapter model
The adapter to the model.


controlPnl

javax.swing.JPanel controlPnl
The top control panel


outputTA

javax.swing.JTextArea outputTA
The status output text area


connectBtn

javax.swing.JButton connectBtn
The connect button


quitBtn

javax.swing.JButton quitBtn
The quit button


calcGetInfoBtn

javax.swing.JButton calcGetInfoBtn
The button to calculate the remote server's info


inputTF

javax.swing.JTextField inputTF
An general purpose input text field used to input parameters to send with the task executions.


remoteHostTF

javax.swing.JTextField remoteHostTF
The remote server's IP address info input text field.


Package provided.engine.view

Class provided.engine.view.EngineGUI extends javax.swing.JFrame implements Serializable

serialVersionUID: -4584473405991544203L

Serialized Fields

controlPanel

javax.swing.JPanel controlPanel
The top panel holding the controls


outputTA

javax.swing.JTextArea outputTA
The text area where status info is shown


quitBtn

javax.swing.JButton quitBtn
Button to quit the application and stop the model.


model

IModelAdapter model
Adapter to the model