Package | Description |
---|---|
org.deidentifier.arx.framework.check.groupify |
This package implements different hash-groupify operators.
|
Modifier and Type | Method and Description |
---|---|
HashGroupifyDistribution.PrivacyCondition.State |
HashGroupifyDistribution.PrivacyCondition.isFulfilled(HashGroupifyDistribution distribution)
Evaluates the condition on the given distribution
|
static HashGroupifyDistribution.PrivacyCondition.State |
HashGroupifyDistribution.PrivacyCondition.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HashGroupifyDistribution.PrivacyCondition.State[] |
HashGroupifyDistribution.PrivacyCondition.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|