Package org.deidentifier.arx
Klasse AttributeType
java.lang.Object
org.deidentifier.arx.AttributeType
- Alle implementierten Schnittstellen:
Serializable,Cloneable
- Bekannte direkte Unterklassen:
AttributeType.Hierarchy,AttributeType.MicroAggregationFunction
Represents an attribute type.
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classThis class implements a generalization hierarchy.static classThis class is used to define aggregate functions for microaggregation.static classThis class describes a microaggregation function -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic AttributeTypeRepresents an identifying attribute.static AttributeTypeRepresents an insensitive attribute.static AttributeTypeRepresents a quasi-identifying attribute.static AttributeTypeRepresents a sensitive attribute. -
Methodenübersicht
-
Felddetails
-
IDENTIFYING_ATTRIBUTE
Represents an identifying attribute. -
SENSITIVE_ATTRIBUTE
Represents a sensitive attribute. -
INSENSITIVE_ATTRIBUTE
Represents an insensitive attribute. -
QUASI_IDENTIFYING_ATTRIBUTE
Represents a quasi-identifying attribute.
-
-
Methodendetails
-
listMicroAggregationFunctions
public static List<AttributeType.MicroAggregationFunctionDescription> listMicroAggregationFunctions()Lists all available microaggregation functions- Gibt zurück:
-
clone
-
toString
Returns a string representation.
-