| Package | Description |
|---|---|
| org.deidentifier.arx |
This package provides the public API for the ARX anonymization framework.
|
| Modifier and Type | Method and Description |
|---|---|
static ARXConfiguration.SearchStepSemantics |
ARXConfiguration.SearchStepSemantics.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ARXConfiguration.SearchStepSemantics[] |
ARXConfiguration.SearchStepSemantics.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ARXConfiguration.getHeuristicSearchStepLimit(ARXConfiguration.SearchStepSemantics requestedSearchStepSemantics,
int numQIs)
The heuristic search algorithm will terminate after the returned number of steps.
|
void |
ARXConfiguration.setHeuristicSearchStepLimit(int numberOfTransformations,
ARXConfiguration.SearchStepSemantics searchStepSemantics)
Sets the semantics of heuristic search steps.
|