public class ARXLattice.Access
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ARXLattice.Access(ARXLattice lattice)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Integer> |
getAttributeMap() |
void |
setBottom(ARXLattice.ARXNode bottom) |
void |
setLevels(ARXLattice.ARXNode[][] levels) |
void |
setMetric(Metric<?> metric) |
void |
setMonotonicity(ARXConfiguration config) |
void |
setOptimum(ARXLattice.ARXNode node) |
void |
setSize(int size) |
void |
setSolutionSpace(org.deidentifier.arx.framework.lattice.SolutionSpace solutions)
Updates the solution space
|
void |
setTop(ARXLattice.ARXNode top) |
void |
setUncertainty(boolean uncertainty) |
public ARXLattice.Access(ARXLattice lattice)
lattice
- public java.util.Map<java.lang.String,java.lang.Integer> getAttributeMap()
public void setBottom(ARXLattice.ARXNode bottom)
bottom
- public void setLevels(ARXLattice.ARXNode[][] levels)
levels
- public void setMetric(Metric<?> metric)
metric
- public void setMonotonicity(ARXConfiguration config)
config
- public void setOptimum(ARXLattice.ARXNode node)
node
- public void setSize(int size)
size
- public void setSolutionSpace(org.deidentifier.arx.framework.lattice.SolutionSpace solutions)
solutions
- public void setTop(ARXLattice.ARXNode top)
top
- public void setUncertainty(boolean uncertainty)
uncertainty
-