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.
|
Modifier and Type | Method and Description |
---|---|
History.StorageStrategy |
FLASHConfiguration.getSnapshotStorageStrategy()
Getter: A trigger controlling which transformations are snapshotted.
|
Modifier and Type | Method and Description |
---|---|
static FLASHConfiguration |
FLASHConfiguration.createBinaryPhaseConfiguration(FLASHPhaseConfiguration config,
History.StorageStrategy storageStrategy,
boolean pruneWithLowerBounds,
boolean anonymityPropertyPredictable)
Creates a binary-phase only configuration.
|
static FLASHConfiguration |
FLASHConfiguration.createLinearPhaseConfiguration(FLASHPhaseConfiguration config,
History.StorageStrategy storageStrategy,
boolean pruneWithLowerBounds,
boolean anonymityPropertyPredictable)
Creates a linear-phase only configuration.
|
static FLASHConfiguration |
FLASHConfiguration.createTwoPhaseConfiguration(FLASHPhaseConfiguration binaryPhaseConfiguration,
FLASHPhaseConfiguration linearPhaseConfiguration,
History.StorageStrategy storageStrategy,
boolean pruneWithLowerBounds,
boolean anonymityPropertyPredictable)
Creates a two-phase configuration.
|
Modifier and Type | Method and Description |
---|---|
static History.StorageStrategy |
History.StorageStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static History.StorageStrategy[] |
History.StorageStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
History.setStorageStrategy(History.StorageStrategy strategy)
Sets the storage strategy
|