Package | Description |
---|---|
org.deidentifier.arx.algorithm |
This package provides implementations of search algorithms
|
org.deidentifier.arx.framework.check.history |
This package implements the 'history' optimization.
|
org.deidentifier.arx.framework.lattice |
This package provides the internal generalization lattice
|
Modifier and Type | Method and Description |
---|---|
DependentAction |
FLASHPhaseConfiguration.getTriggerCheck()
Getter: A trigger for checking nodes in this phase.
|
DependentAction |
FLASHPhaseConfiguration.getTriggerEvaluate()
Getter: A trigger for evaluating nodes in this phase.
|
DependentAction |
FLASHPhaseConfiguration.getTriggerSkip()
Getter: A trigger for skipping nodes in this phase.
|
DependentAction |
FLASHPhaseConfiguration.getTriggerTag()
Getter: A trigger for tagging nodes in this phase.
|
Constructor and Description |
---|
FLASHPhaseConfiguration(FLASHPhaseConfiguration.PhaseAnonymityProperty anonymityProperty,
DependentAction triggerTag,
DependentAction triggerCheck,
DependentAction triggerEvaluate,
DependentAction triggerSkip)
Creates a configuration for an active phase.
|
Modifier and Type | Method and Description |
---|---|
DependentAction |
History.getStorageTrigger()
Returns the current storage strategy.
|
Modifier and Type | Class and Description |
---|---|
static class |
DependentAction.NodeActionConstant
A trigger for nodes.
|
static class |
DependentAction.NodeActionInverse
A trigger for nodes.
|
Constructor and Description |
---|
NodeActionInverse(DependentAction action)
Creates a new instance
|