Package | Description |
---|---|
org.deidentifier.arx |
This package provides the public API for the ARX anonymization framework.
|
Modifier and Type | Method and Description |
---|---|
ARXConfiguration.SearchStepSemantics |
ARXConfiguration.getHeuristicSearchStepSemantics()
The semantics of heuristic search steps.
|
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 requestedSemantics,
int numQIs)
The heuristic search algorithm will terminate after the returned number of steps.
|
void |
ARXConfiguration.setHeuristicSearchStepSemantics(ARXConfiguration.SearchStepSemantics searchStepSemantics)
Sets the semantics of heuristic search steps.
|