Class AlgorithmParameters

java.lang.Object
fr.inria.rules.integraal.component_builder.AlgorithmParameters
All Implemented Interfaces:
IAlgorithmParameters

public class AlgorithmParameters extends Object implements IAlgorithmParameters
Default implementation for IAlgorithmParameters.

This class encapsulates configuration parameters for an algorithm. It includes both "closed" parameters (represented by enumerations) and "open" parameters that may vary more widely. The structure is designed to allow flexible handling of these parameters while maintaining type safety through enums and reflection-based field assignment.