Uses of Class
no.oslomet.aaas.model.PrivacyModel
-
Packages that use PrivacyModel Package Description no.oslomet.aaas.model no.oslomet.aaas.utils -
-
Uses of PrivacyModel in no.oslomet.aaas.model
Fields in no.oslomet.aaas.model with type parameters of type PrivacyModel Modifier and Type Field Description private java.util.Map<PrivacyModel,java.util.Map<java.lang.String,java.lang.String>>MetaData. modelsMethods in no.oslomet.aaas.model that return PrivacyModel Modifier and Type Method Description static PrivacyModelPrivacyModel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PrivacyModel[]PrivacyModel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in no.oslomet.aaas.model that return types with arguments of type PrivacyModel Modifier and Type Method Description java.util.Map<PrivacyModel,java.util.Map<java.lang.String,java.lang.String>>MetaData. getModels()Getter method for the privacy models used for the datasetMethod parameters in no.oslomet.aaas.model with type arguments of type PrivacyModel Modifier and Type Method Description voidMetaData. setModels(java.util.Map<PrivacyModel,java.util.Map<java.lang.String,java.lang.String>> models)Setter method for the privacy models used for the dataset -
Uses of PrivacyModel in no.oslomet.aaas.utils
Methods in no.oslomet.aaas.utils with parameters of type PrivacyModel Modifier and Type Method Description (package private) org.deidentifier.arx.criteria.PrivacyCriterionARXPrivacyCriterionFactory. create(PrivacyModel model, java.util.Map<java.lang.String,java.lang.String> params)Returns an ArxPrivacyCriterionobject for the desired privacy object selected by the user.private org.deidentifier.arx.criteria.PrivacyCriterionARXConfigurationFactory. getPrivacyModel(PrivacyModel model, java.util.Map<java.lang.String,java.lang.String> params)Returns an ArxPrivacyCriterionobject for the desired privacy object selected by the user.
-