Class AnalysisResult


  • public class AnalysisResult
    extends java.lang.Object
    Model class for Analysis result containing a HashMap that holds the analysis results.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map<java.lang.String,​java.lang.String> metrics  
    • Constructor Summary

      Constructors 
      Constructor Description
      AnalysisResult​(java.util.Map<java.lang.String,​java.lang.String> metrics)
      Setter method for analysis result metrics.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.String> getMetrics()
      Getter method for the analysis result metrics.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • metrics

        private final java.util.Map<java.lang.String,​java.lang.String> metrics
    • Constructor Detail

      • AnalysisResult

        public AnalysisResult​(java.util.Map<java.lang.String,​java.lang.String> metrics)
        Setter method for analysis result metrics. Fills the object with the results from the analysis against re-identification risk.
        Parameters:
        metrics - HashMap containing a String of fields that describe the type of risk and a String containing its risk value
    • Method Detail

      • getMetrics

        public java.util.Map<java.lang.String,​java.lang.String> getMetrics()
        Getter method for the analysis result metrics.
        Returns:
        HashMap containing a String of fields that describe the type of risk and a String containing its risk value