public class ARXLattice
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
class |
ARXLattice.Access
The internal accessor class.
|
static class |
ARXLattice.Anonymity
Reflects different anonymity properties.
|
class |
ARXLattice.ARXNode
A node in the lattice.
|
static class |
ARXLattice.LatticeDeserializationContext
Context for deserialization.
|
Modifier and Type | Method and Description |
---|---|
ARXLattice.Access |
access()
Access fields of this class.
|
void |
expand(ARXLattice.ARXNode center)
Materializes any non-materialized predecessors and successors
|
ARXLattice.ARXNode |
getBottom()
Returns the bottom node.
|
static ARXLattice.LatticeDeserializationContext |
getDeserializationContext()
Returns the deserialization context.
|
InformationLoss<?> |
getHighestScore()
Returns the highest score.
|
ARXLattice.ARXNode[][] |
getLevels()
Returns the levels of the generalization lattice.
|
InformationLoss<?> |
getLowestScore()
Returns the lowest score.
|
int |
getSize()
Returns the number of nodes.
|
ARXLattice.ARXNode |
getTop()
Returns the top node.
|
java.math.BigInteger |
getVirtualSize()
Returns the virtual size of the solution space
|
ElementData |
render()
Renders this object
|
public static ARXLattice.LatticeDeserializationContext getDeserializationContext()
public ARXLattice.Access access()
public void expand(ARXLattice.ARXNode center)
public ARXLattice.ARXNode getBottom()
public InformationLoss<?> getHighestScore()
public ARXLattice.ARXNode[][] getLevels()
public InformationLoss<?> getLowestScore()
public int getSize()
public ARXLattice.ARXNode getTop()
public java.math.BigInteger getVirtualSize()
public ElementData render()