A B C D E F G I M N O P Q R S T V

E

EngineController - Class in provided.engine.controller
Controller for the Server (Engine) part of the system.
EngineController() - Constructor for class provided.engine.controller.EngineController
Constructor of the class.
EngineGUI - Class in provided.engine.view
This class represents the "view" for the Model-View-Controller architecture used by the Hangman game system.
EngineGUI(IModelAdapter) - Constructor for class provided.engine.view.EngineGUI
Constructor for the class
EngineModel - Class in provided.engine.model
 
EngineModel(IViewAdapter) - Constructor for class provided.engine.model.EngineModel
The constructor for the class
execute() - Method in class provided.client.model.task.GetInfo
Display the internal string on the server's console.
execute() - Method in class provided.client.model.task.Pi2
Calculate pi.
execute() - Method in interface provided.compute.ITask
Executes the task and returns a result
executeTask(ITask<T>) - Method in interface provided.compute.ICompute
Execute the given ITask object and return the result
executeTask(ITask<T>) - Method in class provided.engine.model.ComputeEngine
Executes the given task and returns the result.

A B C D E F G I M N O P Q R S T V