Class ARXPrivacyCriterionFactory


  • @Component
    public class ARXPrivacyCriterionFactory
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String COLUMNNAME  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) org.deidentifier.arx.criteria.PrivacyCriterion create​(PrivacyModel model, java.util.Map<java.lang.String,​java.lang.String> params)
      Returns an Arx PrivacyCriterion object for the desired privacy object selected by the user.
      • Methods inherited from class java.lang.Object

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

      • ARXPrivacyCriterionFactory

        public ARXPrivacyCriterionFactory()
    • Method Detail

      • create

        org.deidentifier.arx.criteria.PrivacyCriterion create​(PrivacyModel model,
                                                              java.util.Map<java.lang.String,​java.lang.String> params)
        Returns an Arx PrivacyCriterion object for the desired privacy object selected by the user.
        Parameters:
        model - enum representing the privacy model type we want created
        params - map containing parameters that defines which settings to be used to created the privacy model
        Returns:
        the PrivacyCriterion object created with the specified parameters