The class processes the progress information from Learner and LinearSolver and shows it on the terminal screen.
More...
The class processes the progress information from Learner and LinearSolver and shows it on the terminal screen.
◆ handleLearningEvent()
python.controller.InfoToScreen.InfoToScreen.handleLearningEvent |
( |
|
self, |
|
|
|
subject, |
|
|
|
status |
|
) |
| |
Handles events from Learner.
- Parameters
-
subject | Learner object |
status | Event Status of type LearnerEvents |
◆ handleSolvingEvent()
python.controller.InfoToScreen.InfoToScreen.handleSolvingEvent |
( |
|
self, |
|
|
|
subject, |
|
|
|
status |
|
) |
| |
Handles events from Linear Solver.
- Parameters
-
subject | Linear Solver object |
status | Event Status of type LinearSolverEvents |
The documentation for this class was generated from the following file: