Package | Description |
---|---|
org.deidentifier.arx.algorithm |
This package provides algorithms which traverse the generalization lattice.
|
Modifier and Type | Field and Description |
---|---|
protected FLASHConfiguration |
FLASHAlgorithmImpl.config
Configuration for the algorithm's phases.
|
Modifier and Type | Method and Description |
---|---|
static FLASHConfiguration |
FLASHConfiguration.createBinaryPhaseConfiguration(FLASHPhaseConfiguration config,
NodeAction triggerSnapshotStore,
NodeAction triggerTagEvent,
boolean pruneDueToLowerBound)
Creates a binary-phase only configuration.
|
static FLASHConfiguration |
FLASHConfiguration.createLinearPhaseConfiguration(FLASHPhaseConfiguration config,
NodeAction triggerSnapshotStore,
NodeAction triggerTagEvent,
boolean pruneDueToLowerBound)
Creates a linear-phase only configuration.
|
static FLASHConfiguration |
FLASHConfiguration.createTwoPhaseConfiguration(FLASHPhaseConfiguration binaryPhaseConfiguration,
FLASHPhaseConfiguration linearPhaseConfiguration,
NodeAction triggerSnapshotStore,
NodeAction triggerTagEvent,
boolean pruneDueToLowerBound)
Creates a two-phase configuration.
|
Constructor and Description |
---|
FLASHAlgorithmImpl(Lattice lattice,
NodeChecker checker,
FLASHStrategy strategy,
FLASHConfiguration config)
Creates a new instance.
|