Package | Description |
---|---|
org.deidentifier.arx.algorithm |
This package provides implementations of search algorithms
|
Modifier and Type | Method and Description |
---|---|
FLASHPhaseConfiguration.PhaseAnonymityProperty |
FLASHPhaseConfiguration.getAnonymityProperty()
Getter: The main anonymity property.
|
static FLASHPhaseConfiguration.PhaseAnonymityProperty |
FLASHPhaseConfiguration.PhaseAnonymityProperty.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FLASHPhaseConfiguration.PhaseAnonymityProperty[] |
FLASHPhaseConfiguration.PhaseAnonymityProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FLASHPhaseConfiguration(FLASHPhaseConfiguration.PhaseAnonymityProperty anonymityProperty,
DependentAction triggerTag,
DependentAction triggerCheck,
DependentAction triggerEvaluate,
DependentAction triggerSkip)
Creates a configuration for an active phase.
|