Package | Description |
---|---|
org.deidentifier.arx.algorithm |
This package provides implementations of search algorithms
|
Modifier and Type | Method and Description |
---|---|
static AbstractAlgorithm |
FLASHAlgorithm.create(SolutionSpace<java.lang.Long> solutionSpace,
TransformationChecker checker,
FLASHStrategy strategy)
Creates a new instance of the FLASH algorithm.
|
Constructor and Description |
---|
FLASHAlgorithmImpl(SolutionSpace<java.lang.Long> solutionSpace,
TransformationChecker checker,
FLASHStrategy strategy,
FLASHConfiguration config)
Creates a new instance.
|