Package | Description |
---|---|
org.deidentifier.arx.framework.check |
This package implements the core functionality of the ARX framework, i.e., a highly efficient check for k-anonymity
|
org.deidentifier.arx.framework.check.transformer |
This package provides several transformers that efficiently implement the 'projection' optimization.
|
Modifier and Type | Field and Description |
---|---|
TransformationCheckerStateMachine.TransitionType |
TransformationCheckerStateMachine.Transition.type
The actual type of the transition.
|
Modifier and Type | Method and Description |
---|---|
static TransformationCheckerStateMachine.TransitionType |
TransformationCheckerStateMachine.TransitionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransformationCheckerStateMachine.TransitionType[] |
TransformationCheckerStateMachine.TransitionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTransformer.init(long projection,
int[] state,
HashGroupify groupify,
HashGroupify source,
int[] snapshot,
TransformationCheckerStateMachine.TransitionType transition,
int startIndex,
int stopIndex,
HashGroupifyEntry element,
DataMatrix buffer)
Prepares the next transformation
|