Class ARXAnalyser

  • All Implemented Interfaces:
    Analyser

    @Component
    public class ARXAnalyser
    extends java.lang.Object
    implements Analyser
    Analyser class using the ARX library to implement the analysation
    • Method Detail

      • analyse

        public AnalysisResult analyse​(AnalysationPayload payload)
        Description copied from interface: Analyser
        Method to run analysation on the anonymization metrics of the data in the payload with the provided parameters in the payload.
        Specified by:
        analyse in interface Analyser
        Parameters:
        payload - AnalysationPayload containing the data to be analysed and parameters for the analysation process
        Returns:
        AnalysisResult object containing the metrics for the provided data