Package no.oslomet.aaas.analyser
Interface Analyser
-
- All Known Implementing Classes:
ARXAnalyser
public interface AnalyserPublic contract to be forfilled by data anonymization analyse classes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnalysisResultanalyse(AnalysationPayload payload)Method to run analysation on the anonymization metrics of the data in the payload with the provided parameters in the payload.
-
-
-
Method Detail
-
analyse
AnalysisResult analyse(AnalysationPayload payload)
Method to run analysation on the anonymization metrics of the data in the payload with the provided parameters in the payload.- 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
-
-