1#ifndef STATDEPENDENCYPRUNER_H
2#define STATDEPENDENCYPRUNER_H
Adapter implementing IDependencyPruner on top of Parameters.
Statistical-layer port for pruning and restoring parameter dependencies.
Concrete dependency-pruning adapter backed by Parameters.
Abstract port used by the statistics module to prune dependency links.
Adapter that bridges the statistics module to the core dependency-pruning backend.
void reattach_parameter(ParameterType tp, const std::string &block_name, const LhaID &id) override
Reattaches a previously detached dependent parameter.
void detach_block(ParameterType tp, const std::string &block_name) override
Detaches a block from its upstream dependencies.
void reattach_block(ParameterType tp, const std::string &block_name) override
Reattaches a previously detached block.
void detach_parameter(ParameterType tp, const std::string &block_name, const LhaID &id) override
Detaches a dependent parameter from its upstream dependencies.
Represents an identifier of a LHA element, possibly containing several sub-ids.