SG++-Doxygen-Documentation
python.controller.InfoToScreen.InfoToScreen Class Reference

The class processes the progress information from Learner and LinearSolver and shows it on the terminal screen. More...

Inheritance diagram for python.controller.InfoToScreen.InfoToScreen:

Public Member Functions

def handleLearningEvent (self, subject, status)
 Handles events from Learner. More...
 
def handleSolvingEvent (self, subject, status)
 Handles events from Linear Solver. More...
 

Detailed Description

The class processes the progress information from Learner and LinearSolver and shows it on the terminal screen.

Member Function Documentation

◆ handleLearningEvent()

def python.controller.InfoToScreen.InfoToScreen.handleLearningEvent (   self,
  subject,
  status 
)

Handles events from Learner.

Parameters
subjectLearner object
statusEvent Status of type LearnerEvents

◆ handleSolvingEvent()

def python.controller.InfoToScreen.InfoToScreen.handleSolvingEvent (   self,
  subject,
  status 
)

Handles events from Linear Solver.

Parameters
subjectLinear Solver object
statusEvent Status of type LinearSolverEvents

The documentation for this class was generated from the following file: