Serialized Form


Package api

Class api.Result extends java.lang.Object implements Serializable

Serialized Fields

drainID

int drainID

runTime

long runTime

Class api.Shared extends java.lang.Object implements Serializable

Class api.Task extends java.lang.Object implements Serializable

serialVersionUID: 227L

Serialized Fields

drainID

int drainID

taskID

int taskID

pendingInputCount

int pendingInputCount

computer

Computer computer

shared

Shared shared

Package client

Class client.GUI_Client extends java.lang.Thread implements Serializable

serialVersionUID: 227L

Serialized Fields

host

java.lang.String host

stubIsReady

boolean stubIsReady

stub

Client2Space stub

results

java.util.List<E> results

Class client.ResultEvent extends java.util.EventObject implements Serializable

serialVersionUID: 227L

Serialized Fields

result

Result result

Package computer

Class computer.ComputerImpl extends java.lang.Object implements Serializable

serialVersionUID: 227L

Serialized Fields

stub

Computer2Space stub

runningTask

Task runningTask

shared

Shared shared

computerTimeUp

long computerTimeUp

Package gui

Class gui.ConfigurationFrame extends javax.swing.JFrame implements Serializable

serialVersionUID: 227L

Serialized Fields

CSDOMAIN

java.lang.String CSDOMAIN

host

java.lang.String host

computerListPane

javax.swing.JList computerListPane

computerPanel

javax.swing.JPanel computerPanel

computerScrollPane

javax.swing.JScrollPane computerScrollPane

goButton

javax.swing.JButton goButton

passField

javax.swing.JPasswordField passField

passLabel

javax.swing.JLabel passLabel

spaceListPane

javax.swing.JList spaceListPane

spacePanel

javax.swing.JPanel spacePanel

spaceScrollPane

javax.swing.JScrollPane spaceScrollPane

usernameField

javax.swing.JTextField usernameField

usernameLabel

javax.swing.JLabel usernameLabel

computerNames

java.lang.String[] computerNames

defaultComputers

int[] defaultComputers

spaceNames

java.lang.String[] spaceNames

startSystem

boolean startSystem

Class gui.GUIAboutBox extends javax.swing.JDialog implements Serializable

serialVersionUID: 227L

Serialized Fields

closeButton

javax.swing.JButton closeButton

Class gui.GUIApp extends org.jdesktop.application.SingleFrameApplication implements Serializable

serialVersionUID: 227L

Class gui.StatsFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

space

Client2Space space

sleepTime

long sleepTime

avgTaskTimeLabel

javax.swing.JLabel avgTaskTimeLabel

avgTaskTimeValue

javax.swing.JLabel avgTaskTimeValue

computerCountLabel

javax.swing.JLabel computerCountLabel

computerCountValue

javax.swing.JLabel computerCountValue

computerUptimeField

javax.swing.JTextArea computerUptimeField

computerUptimePanel

javax.swing.JScrollPane computerUptimePanel

finishedResultLabel

javax.swing.JLabel finishedResultLabel

finishedResultValue

javax.swing.JLabel finishedResultValue

lastExecTimeLabel

javax.swing.JLabel lastExecTimeLabel

lastExecTimeValue

javax.swing.JLabel lastExecTimeValue

readyTaskLabel

javax.swing.JLabel readyTaskLabel

readyTaskValue

javax.swing.JLabel readyTaskValue

refreshButton

javax.swing.JButton refreshButton

timeSlider

javax.swing.JSlider timeSlider

totResultLabel

javax.swing.JLabel totResultLabel

totResultValue

javax.swing.JLabel totResultValue

totTaskLabel

javax.swing.JLabel totTaskLabel

totTaskValue

javax.swing.JLabel totTaskValue

uptimeLabel

javax.swing.JLabel uptimeLabel

uptimeValue

javax.swing.JLabel uptimeValue

waitingTaskLabel

javax.swing.JLabel waitingTaskLabel

waitingTaskValue

javax.swing.JLabel waitingTaskValue

Class gui.SudokuFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

SIZE

int SIZE

client

GUI_Client client

preset1

int[][] preset1

preset2

int[][] preset2

preset3

int[][] preset3

options

java.lang.String[] options

submitButton

javax.swing.JButton submitButton

optionBox

javax.swing.JComboBox optionBox

table

javax.swing.JTable table

Class gui.TspDrawingPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 227L

Serialized Fields

cities

java.util.LinkedList<E> cities

tours

java.util.LinkedList<E> tours

Class gui.TspFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

TSP_MAX

int TSP_MAX

client

GUI_Client client

cityListPane

javax.swing.JTextPane cityListPane

clearButton

javax.swing.JButton clearButton

goButton

javax.swing.JButton goButton

horizSeparator

javax.swing.JSeparator horizSeparator

jScrollPane1

javax.swing.JScrollPane jScrollPane1

mapPanel

TspDrawingPanel mapPanel

progressBar

javax.swing.JProgressBar progressBar

remainingLabel

javax.swing.JLabel remainingLabel

settingsPanel

javax.swing.JPanel settingsPanel

statusLabel

javax.swing.JLabel statusLabel

Package system

Class system.Statistics extends java.lang.Object implements Serializable

serialVersionUID: 227L

Serialized Fields

spaceTimeUp

long spaceTimeUp

numberComputers

int numberComputers

totalTasks

int totalTasks

readyTasks

int readyTasks

waitingTasks

int waitingTasks

returnedResults

int returnedResults

numberResults

int numberResults

runningAverageTime

long runningAverageTime

currentRunTime

long currentRunTime

computerTimesUp

long[] computerTimesUp

entireTaskTime

long entireTaskTime

Package tasks

Class tasks.Board extends java.lang.Object implements Serializable

serialVersionUID: 227L

Serialized Fields

size

int size

n

double n

cells

Cell[][] cells

Class tasks.Cell extends java.lang.Object implements Serializable

serialVersionUID: 227L

Serialized Fields

x

int x

y

int y

value

int value

possibleValues

int[] possibleValues

Class tasks.City extends java.lang.Object implements Serializable

serialVersionUID: 227L

Serialized Fields

city

double[] city
X and Y coordinates of city

Class tasks.EuclideanTspMinTask extends Task implements Serializable

serialVersionUID: 227L

Serialized Fields

inputArray

java.util.List<E> inputArray

Class tasks.EuclideanTspResult extends Result implements Serializable

serialVersionUID: 227L

Serialized Fields

result

int[] result

distance

double distance

Class tasks.EuclideanTspShared extends Shared implements Serializable

serialVersionUID: 227L

Serialized Fields

minDistance

double minDistance

Class tasks.EuclideanTspTask extends Task implements Serializable

serialVersionUID: 227L

Serialized Fields

originalPath

java.util.List<E> originalPath

partialTour

java.util.List<E> partialTour

finalTour

java.util.List<E> finalTour

finalMinDistance

double finalMinDistance

currentMinDistance

double currentMinDistance

Class tasks.SudokuResult extends Result implements Serializable

serialVersionUID: 227L

Serialized Fields

solution

int[][] solution

Class tasks.SudokuShared extends Shared implements Serializable

serialVersionUID: 227L

Serialized Fields

solution

int[][] solution

Class tasks.SudokuTask extends Task implements Serializable

serialVersionUID: 227L

Serialized Fields

board

Board board

row

int row

col

int col

value

int value

sudokuShared

Shared sudokuShared