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