Verwendungen von Klasse
org.deidentifier.arx.AttributeType
Packages, die AttributeType verwenden
Package
Beschreibung
This package provides the public API for the ARX anonymization framework.
-
Verwendungen von AttributeType in org.deidentifier.arx
Unterklassen von AttributeType in org.deidentifier.arxModifizierer und TypKlasseBeschreibungstatic classThis class implements a generalization hierarchy.static classThe default implementation of a generalization hierarchy.static classThis class is used to define aggregate functions for microaggregation.Felder in org.deidentifier.arx, die deklariert sind als AttributeTypeModifizierer und TypFeldBeschreibungstatic AttributeTypeAttributeType.IDENTIFYING_ATTRIBUTERepresents an identifying attribute.static AttributeTypeAttributeType.INSENSITIVE_ATTRIBUTERepresents an insensitive attribute.static AttributeTypeAttributeType.QUASI_IDENTIFYING_ATTRIBUTERepresents a quasi-identifying attribute.static AttributeTypeAttributeType.SENSITIVE_ATTRIBUTERepresents a sensitive attribute.Methoden in org.deidentifier.arx, die AttributeType zurückgebenModifizierer und TypMethodeBeschreibungAttributeType.clone()DataDefinition.getAttributeType(String attribute) Returns the type defined for the attribute.Methoden in org.deidentifier.arx mit Parametern vom Typ AttributeTypeModifizierer und TypMethodeBeschreibungbooleanARXConfiguration.isAttributeTypeSuppressed(AttributeType type) Returns whether values of the given attribute type will be replaced by the suppression string in suppressed tuples.voidDataDefinition.setAttributeType(String attribute, AttributeType type) Define the type of a given attribute.voidARXConfiguration.setAttributeTypeSuppressed(AttributeType type, boolean enabled) Defines values of which attribute type are to be replaced by the suppression string in suppressed tuples.