Class AttributeGeneralizationRow


  • public class AttributeGeneralizationRow
    extends Object
    Model class for formatting Attribute generalization data so they can be stored with collections
    • Field Detail

      • generalizationLevel

        final int generalizationLevel
    • Constructor Detail

      • AttributeGeneralizationRow

        public AttributeGeneralizationRow​(String name,
                                          String type,
                                          int generalizationLevel)
        Constructor setting initial data
        Parameters:
        name - Name of the attribute
        type - Identifying type of attribute. Such as QUASI_IDENTIFYING, SENSITIVE, etc
        generalizationLevel - the generalization level used to anonymize the dataset.
    • Method Detail

      • getName

        public String getName()
      • getGeneralizationLevel

        public int getGeneralizationLevel()
      • getType

        public String getType()