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()
def python.controller.InfoToScreen.InfoToScreen.handleLearningEvent |
( |
|
self, |
|
|
|
subject, |
|
|
|
status |
|
) |
| |
Handles events from Learner.
- Parameters
-
subject | Learner object |
status | Event Status of type LearnerEvents |
◆ handleSolvingEvent()
def 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: