Package org.deidentifier.arx
Klasse ARXLattice.ARXNode.Access
java.lang.Object
org.deidentifier.arx.ARXLattice.ARXNode.Access
- Umschließende Klasse:
ARXLattice.ARXNode
Internal access class.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidsetAnonymity(ARXLattice.Anonymity anonymity) Sets the anonymity.voidSet anonymous.voidsetAttributes(Map<Integer, Object> attributes) Sets the attributes.voidsetChecked(boolean checked) Set checked.voidsetHeadermap(Map<String, Integer> headermap) Sets the headermap.voidSets the maximal information loss.voidsetLowerBound(InformationLoss<?> a) Sets the lower bound.voidSets the minimal information loss.voidSet not anonymous.voidsetPredecessors(ARXLattice.ARXNode[] predecessors) Sets the predecessors.voidsetSuccessors(ARXLattice.ARXNode[] successors) Sets the successors.voidsetTransformation(int[] transformation) Sets the transformation.
-
Konstruktordetails
-
Access
Accessor class- Parameter:
node-
-
-
Methodendetails
-
setAnonymity
Sets the anonymity.- Parameter:
anonymity-
-
setAnonymous
public void setAnonymous()Set anonymous. -
setAttributes
Sets the attributes.- Parameter:
attributes-
-
setChecked
public void setChecked(boolean checked) Set checked.- Parameter:
checked-
-
setHeadermap
Sets the headermap.- Parameter:
headermap-
-
setHighestScore
Sets the maximal information loss.- Parameter:
a-
-
setLowerBound
Sets the lower bound.- Parameter:
a-
-
setLowestScore
Sets the minimal information loss.- Parameter:
a-
-
setNotAnonymous
public void setNotAnonymous()Set not anonymous. -
setPredecessors
Sets the predecessors.- Parameter:
predecessors-
-
setSuccessors
Sets the successors.- Parameter:
successors-
-
setTransformation
public void setTransformation(int[] transformation) Sets the transformation.- Parameter:
transformation-
-