Package org.deidentifier.arx
Klasse ARXLattice.ARXNode
java.lang.Object
org.deidentifier.arx.ARXLattice.ARXNode
- Umschließende Klasse:
ARXLattice
A node in the lattice.
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungaccess()Alter associated fields.voidexpand()Materializes any non-materialized predecessors and successorsReturns the anonymity property.Returns the attributes.intgetDimension(String attr) Returns the index of an attribute.intgetGeneralization(String attribute) Returns the generalization for the attribute.Returns the highest score.Returns the highest score.The predecessors.String[]Returns the quasi identifiers.The successors.intReturns the sum of all generalization levels.int[]Returns the transformation as an array.booleanReturns if the node has been checked explicitly.render()Renders this object
-
Konstruktordetails
-
ARXNode
Internal constructor for deserialization.- Parameter:
lattice-
-
-
Methodendetails
-
access
Alter associated fields.- Gibt zurück:
-
expand
public void expand()Materializes any non-materialized predecessors and successors -
getAnonymity
Returns the anonymity property.- Gibt zurück:
-
getAttributes
Returns the attributes.- Gibt zurück:
-
getDimension
Returns the index of an attribute.- Parameter:
attr-- Gibt zurück:
-
getGeneralization
Returns the generalization for the attribute.- Parameter:
attribute-- Gibt zurück:
-
getHighestScore
Returns the highest score. Lower is better.- Gibt zurück:
-
getLowestScore
Returns the highest score. Lower is better.- Gibt zurück:
-
getPredecessors
The predecessors.- Gibt zurück:
-
getQuasiIdentifyingAttributes
Returns the quasi identifiers.- Gibt zurück:
-
getSuccessors
The successors.- Gibt zurück:
-
getTotalGeneralizationLevel
public int getTotalGeneralizationLevel()Returns the sum of all generalization levels.- Gibt zurück:
-
getTransformation
public int[] getTransformation()Returns the transformation as an array.- Gibt zurück:
-
isChecked
public boolean isChecked()Returns if the node has been checked explicitly.- Gibt zurück:
-
render
Renders this object- Gibt zurück:
-