Class OperatingSystem
java.lang.Object
logic.OperatingSystem
Objects of this class will control the running modes of the calculator.
And so enable the user to use a single button such as the equals button to act on many kinds of input.
e.g calculate,integrate,solve equations,store objects and so on.
This class will be involved with the different threads that may be spawned by the software in future.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
task
-
-
Constructor Details
-
OperatingSystem
public OperatingSystem()
-
-
Method Details
-
getTask
- Returns:
- the Task object
-
setTask
- Parameters:
task
- sets the Task object
-
execute
-