A B C E F G H I M N P R S T U W

S

serialVersionUID - Static variable in interface api.ResultInterface
 
serialVersionUID - Static variable in class api.Task
 
serialVersionUID - Static variable in class client.GUI_Client
 
SERVICE_NAME - Static variable in interface client.Client2Space
 
SERVICE_NAME - Static variable in interface system.Computer2Space
 
setCell(int, int, int) - Method in class tasks.Board
Sets the cell at the specified coordinates to the value if none of the associated constraints conflict.
setComputer(Computer) - Method in class api.Task
Tells the task what machine it is executing on.
setComputer(Computer) - Method in interface api.TaskInterface
 
setInput(Result) - Method in class api.Task
Empty function.
setInput(Result) - Method in interface api.TaskInterface
 
setInput(Result) - Method in class tasks.EuclideanTspMinTask
Sets one of the inputs for the the min Task.
setInput(Result) - Method in class tasks.EuclideanTspTask
Does nothing because this Task take no inputs.
setInput(Result) - Method in class tasks.SudokuTask
 
setPassword(String) - Method in class ssh.MyUserInfo
 
setRunTime(long) - Method in class api.Result
 
setShared(Shared) - Method in interface api.Computer
 
setShared(Shared) - Method in class api.Task
Sets the task's shared object, then update the computer with the new shared object
setShared(Shared) - Method in class computer.ComputerImpl
Check the shared coming from the task if it is better than the current shared then pass it on to the space
setShared(Shared) - Method in interface system.Computer2Space
 
setShared(Shared) - Method in class system.Space
Set the shared object on the Space and propagates this Shared object to all the registered computers
setTaskID(int) - Method in class api.Task
Sets the ID of the task.
setValue(int) - Method in class tasks.Cell
Sets the value at this cell.
Shared - Class in api
Abstract class that describes what a shared object should look like
Shared() - Constructor for class api.Shared
 
showMessage(String) - Method in class ssh.MyUserInfo
 
Space - Class in system
A Space that will Q new tasks issued to it by a client and hand them out to registered computers.
Space() - Constructor for class system.Space
 
spaceTimeUp - Variable in class system.Statistics
 
spawn(Task) - Method in interface api.Computer
 
spawn(Task) - Method in class computer.ComputerImpl
Passes the task back to the space in order for it to be scheduled.
startTask(Task) - Method in class client.GUI_Client
The way that a GUI issues a task into the system.
Statistics - Class in system
 
Statistics() - Constructor for class system.Statistics
 
StatsFrame - Class in gui
Frame to display the different stats about the system.
StatsFrame(Client2Space) - Constructor for class gui.StatsFrame
Creates new form StatsPanel
SudokuFrame - Class in gui
Frame that allows the user to specify or load a Sudoku puzzle.
SudokuFrame(GUI_Client, Poller) - Constructor for class gui.SudokuFrame
Creates new form sudokuFrame
SudokuResult - Class in tasks
 
SudokuResult(Board, int) - Constructor for class tasks.SudokuResult
 
SudokuShared - Class in tasks
 
SudokuShared() - Constructor for class tasks.SudokuShared
 
SudokuShared(Board) - Constructor for class tasks.SudokuShared
 
SudokuTask - Class in tasks
 
SudokuTask(int, int, int[][]) - Constructor for class tasks.SudokuTask
Constructor to be called by the client.
SudokuTask(Board, int, int, int) - Constructor for class tasks.SudokuTask
Constructor called when a child task is spawned recursively in the run method.
system - package system
 

A B C E F G H I M N P R S T U W