public class ARXLattice.ARXNode.Access
extends java.lang.Object
Constructor and Description |
---|
Access(ARXLattice.ARXNode node)
Accessor class
|
Modifier and Type | Method and Description |
---|---|
void |
setAnonymity(ARXLattice.Anonymity anonymity)
Sets the anonymity.
|
void |
setAnonymous()
Set anonymous.
|
void |
setAttributes(java.util.Map<java.lang.Integer,java.lang.Object> attributes)
Sets the attributes.
|
void |
setChecked(boolean checked)
Set checked.
|
void |
setHeadermap(java.util.Map<java.lang.String,java.lang.Integer> headermap)
Sets the headermap.
|
void |
setHighestScore(InformationLoss<?> a)
Sets the maximal information loss.
|
void |
setLowerBound(InformationLoss<?> a)
Sets the lower bound.
|
void |
setLowestScore(InformationLoss<?> a)
Sets the minimal information loss.
|
void |
setNotAnonymous()
Set not anonymous.
|
void |
setPredecessors(ARXLattice.ARXNode[] predecessors)
Sets the predecessors.
|
void |
setSuccessors(ARXLattice.ARXNode[] successors)
Sets the successors.
|
void |
setTransformation(int[] transformation)
Sets the transformation.
|
public Access(ARXLattice.ARXNode node)
node
- public void setAnonymity(ARXLattice.Anonymity anonymity)
anonymity
- public void setAnonymous()
public void setAttributes(java.util.Map<java.lang.Integer,java.lang.Object> attributes)
attributes
- public void setChecked(boolean checked)
checked
- public void setHeadermap(java.util.Map<java.lang.String,java.lang.Integer> headermap)
headermap
- public void setHighestScore(InformationLoss<?> a)
a
- public void setLowerBound(InformationLoss<?> a)
a
- public void setLowestScore(InformationLoss<?> a)
a
- public void setNotAnonymous()
public void setPredecessors(ARXLattice.ARXNode[] predecessors)
predecessors
- public void setSuccessors(ARXLattice.ARXNode[] successors)
successors
- public void setTransformation(int[] transformation)
transformation
-