Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
IDependency.h File Reference

Interface for managing dependencies between blocks and parameters. More...

#include "Include.h"
#include "Block.h"
#include "Parameter.h"
#include "DependentParameter.h"
Include dependency graph for IDependency.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IDependency
 Interface for managing dependencies between parameter blocks or parameters. More...
 

Detailed Description

Interface for managing dependencies between blocks and parameters.

This header defines the IDependency interface, which abstracts the creation, update, and removal of:

  • dependent blocks (based on one or more source blocks), and
  • dependent parameters (based on one or more source parameters).

Implementations typically delegate to concrete mechanisms such as DependentBlock / DependentParameter and their managers.

Definition in file IDependency.h.