Package | Description |
---|---|
org.deidentifier.arx |
This package provides the public API for the ARX anonymization framework.
|
Modifier and Type | Field and Description |
---|---|
protected ARXLattice.ARXNode |
DataHandle.node
The node.
|
Modifier and Type | Method and Description |
---|---|
ARXLattice.ARXNode |
ARXLattice.getBottom()
Returns the bottom node.
|
ARXLattice.ARXNode |
ARXResult.getGlobalOptimum()
Gets the global optimum.
|
ARXLattice.ARXNode[][] |
ARXLattice.getLevels()
Returns the levels of the generalization lattice.
|
protected ARXLattice.ARXNode |
ARXLattice.getOptimum()
Returns the optimum, if any.
|
ARXLattice.ARXNode[] |
ARXLattice.ARXNode.getPredecessors()
The predecessors.
|
ARXLattice.ARXNode[] |
ARXLattice.ARXNode.getSuccessors()
The successors.
|
ARXLattice.ARXNode |
ARXLattice.getTop()
Returns the top node.
|
ARXLattice.ARXNode |
DataHandle.getTransformation()
Returns the transformation .
|
Modifier and Type | Method and Description |
---|---|
DataHandle |
ARXResult.getHandle(ARXLattice.ARXNode node)
Deprecated.
|
DataHandle |
ARXResult.getOutput(ARXLattice.ARXNode node)
Returns a handle to data obtained by applying the given transformation.
|
DataHandle |
ARXResult.getOutput(ARXLattice.ARXNode node,
boolean fork)
Returns a handle to data obtained by applying the given transformation.
|
void |
ARXLattice.Access.setBottom(ARXLattice.ARXNode bottom) |
void |
ARXLattice.Access.setLevels(ARXLattice.ARXNode[][] levels) |
void |
ARXLattice.Access.setOptimum(ARXLattice.ARXNode node) |
void |
ARXLattice.ARXNode.Access.setPredecessors(ARXLattice.ARXNode[] predecessors)
Sets the predecessors.
|
void |
ARXLattice.ARXNode.Access.setSuccessors(ARXLattice.ARXNode[] successors)
Sets the successors.
|
void |
ARXLattice.Access.setTop(ARXLattice.ARXNode top) |
Constructor and Description |
---|
ARXLattice.ARXNode.Access(ARXLattice.ARXNode node) |
ARXResult(DataHandle handle,
DataDefinition definition,
ARXLattice lattice,
int historySize,
double snapshotSizeSnapshot,
double snapshotSizeDataset,
Metric<?> metric,
ARXConfiguration config,
ARXLattice.ARXNode optimum,
long time)
Internal constructor for deserialization.
|
DataHandleOutput(ARXResult result,
org.deidentifier.arx.DataRegistry registry,
DataManager manager,
Data outputGeneralized,
Data outputMicroaggregated,
ARXLattice.ARXNode node,
StatisticsEquivalenceClasses statistics,
DataDefinition definition,
ARXConfiguration config)
Instantiates a new handle.
|