public class Inclusion extends DPresence
Constructor and Description |
---|
Inclusion(DataSubset subset)
Creates a new instance of the enclosure criterion.
|
Modifier and Type | Method and Description |
---|---|
int |
getRequirements()
Returns the criterion's requirements.
|
void |
initialize(org.deidentifier.arx.framework.data.DataManager manager)
Override this to initialize the criterion.
|
boolean |
isAnonymous(org.deidentifier.arx.framework.check.groupify.HashGroupifyEntry entry)
Implement this, to enforce the criterion.
|
java.lang.String |
toString()
Returns a string representation.
|
isMonotonic, isSampleBased
public Inclusion(DataSubset subset)
subset
- Research subsetpublic int getRequirements()
PrivacyCriterion
getRequirements
in class DPresence
public void initialize(org.deidentifier.arx.framework.data.DataManager manager)
PrivacyCriterion
initialize
in class DPresence
public boolean isAnonymous(org.deidentifier.arx.framework.check.groupify.HashGroupifyEntry entry)
PrivacyCriterion
isAnonymous
in class DPresence
public java.lang.String toString()
PrivacyCriterion