Package | Description |
---|---|
org.deidentifier.arx.algorithm |
This package provides algorithms which traverse the generalization lattice.
|
org.deidentifier.arx.framework.lattice |
This package provides the internal generalization lattice
|
Modifier and Type | Field and Description |
---|---|
protected Lattice |
AbstractAlgorithm.lattice
The lattice.
|
Modifier and Type | Method and Description |
---|---|
static AbstractAlgorithm |
FLASHAlgorithm.create(Lattice lattice,
NodeChecker checker,
FLASHStrategy strategy)
Creates a new instance of the FLASH algorithm.
|
Constructor and Description |
---|
AbstractAlgorithm(Lattice lattice,
NodeChecker checker)
Walks the lattice.
|
FLASHAlgorithmImpl(Lattice lattice,
NodeChecker checker,
FLASHStrategy strategy,
FLASHConfiguration config)
Creates a new instance.
|
FLASHStrategy(Lattice lattice,
GeneralizationHierarchy[] hier)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
Lattice |
LatticeBuilder.build()
Builds the.
|