Antares Simulator
Power System Simulator
Loading...
Searching...
No Matches
Antares::Solver::Simulation::NullSimulationObserver Class Reference

The NullSimulationObserver class is a null object for the ISimulationObserver interface. More...

#include <ISimulationObserver.h>

Inheritance diagram for Antares::Solver::Simulation::NullSimulationObserver:
Antares::Solver::Simulation::ISimulationObserver

Public Member Functions

void notifyHebdoProblem (const PROBLEME_HEBDO &, int, std::string_view) override
 The notifyHebdoProblem method is used to notify of a problem during the simulation.
 
- Public Member Functions inherited from Antares::Solver::Simulation::ISimulationObserver

Detailed Description

The NullSimulationObserver class is a null object for the ISimulationObserver interface.

It overrides the notifyHebdoProblem method with an empty implementation.

Member Function Documentation

◆ notifyHebdoProblem()

void Antares::Solver::Simulation::NullSimulationObserver::notifyHebdoProblem ( const PROBLEME_HEBDO & problemeHebdo,
int optimizationNumber,
std::string_view name )
inlineoverridevirtual

The notifyHebdoProblem method is used to notify of a problem during the simulation.

Parameters
problemeHebdoA pointer to a PROBLEME_HEBDO object representing the problem.
optimizationNumberThe number of the optimization.
nameThe name of the problem.

Implements Antares::Solver::Simulation::ISimulationObserver.


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