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

Abstract class of Subscribers of LinearSolverEvents. More...

Inheritance diagram for python.controller.SolverEventController.SolverEventController:

Public Member Functions

def __repr__ (self)
 Returns a string that represents the object. More...
 
def handleSolvingEvent (self, subject, event)
 Handles events from LinearSolver. More...
 
def toString (self)
 Returns a string that represents the object. More...
 

Detailed Description

Abstract class of Subscribers of LinearSolverEvents.

The classes that wants to obtain the progress notifications from LinearSolver subclasses should implement this class. See documentation of Learner for details.

Member Function Documentation

◆ __repr__()

◆ handleSolvingEvent()

def python.controller.SolverEventController.SolverEventController.handleSolvingEvent (   self,
  subject,
  event 
)

Handles events from LinearSolver.

Parameters
subjectLinearSolver object
eventEvent Status of type LinearSolverEvents

◆ toString()

def python.controller.SolverEventController.SolverEventController.toString (   self)

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