Uses of Class
no.oslomet.aaas.model.AttributeGeneralizationRow
-
Packages that use AttributeGeneralizationRow Package Description no.oslomet.aaas.model -
-
Uses of AttributeGeneralizationRow in no.oslomet.aaas.model
Fields in no.oslomet.aaas.model with type parameters of type AttributeGeneralizationRow Modifier and Type Field Description private java.util.List<AttributeGeneralizationRow>AnonymizationMetrics. attributeGeneralizationMethods in no.oslomet.aaas.model that return types with arguments of type AttributeGeneralizationRow Modifier and Type Method Description private static java.util.List<AttributeGeneralizationRow>AnonymizationMetrics. gatherGeneralizationAttributes(org.deidentifier.arx.ARXResult result)Gathers the name, types and generalization level for each attribute and returns them in the form of aAttributeGeneralizationRowjava.util.List<AttributeGeneralizationRow>AnonymizationMetrics. getAttributeGeneralization()Constructor parameters in no.oslomet.aaas.model with type arguments of type AttributeGeneralizationRow Constructor Description AnonymizationMetrics(java.util.List<AttributeGeneralizationRow> attributeGeneralization, java.lang.Long processTimeMillisecounds, java.util.Set privacyModels)Constructor for populating the class from Jackson Serializing
-