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 TypFeldBeschreibungprotected static final intConstant for type ID.protected static final intConstant for type IN.protected static final intConstant for type QI.protected static final intConstant for type SE.static AttributeTypeRepresents an identifying attribute.static AttributeTypeRepresents an insensitive attribute.static AttributeTypeRepresents a quasi-identifying attribute.static AttributeTypeRepresents a sensitive attribute. -
Methodenübersicht
-
Felddetails
-
ATTR_TYPE_QI
protected static final int ATTR_TYPE_QIConstant for type QI.- Siehe auch:
-
ATTR_TYPE_SE
protected static final int ATTR_TYPE_SEConstant for type SE.- Siehe auch:
-
ATTR_TYPE_IS
protected static final int ATTR_TYPE_ISConstant for type IN.- Siehe auch:
-
ATTR_TYPE_ID
protected static final int ATTR_TYPE_IDConstant for type ID.- Siehe auch:
-
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. -
getType
protected int getType()Returns the type identifier.- Gibt zurück:
- the type
-