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 |
|---|---|
PrivacyCriterion |
clone(DataSubset subset)
Clone for local recoding
|
int |
getRequirements()
Returns the criterion's requirements.
|
void |
initialize(org.deidentifier.arx.framework.data.DataManager manager,
ARXConfiguration config)
Override this to initialize the criterion.
|
boolean |
isAnonymous(org.deidentifier.arx.framework.lattice.Transformation<?> node,
org.deidentifier.arx.framework.check.groupify.HashGroupifyEntry entry)
Implement this, to enforce the criterion.
|
boolean |
isLocalRecodingSupported()
Returns whether the criterion supports local recoding.
|
ElementData |
render()
Renders the privacy model
|
java.lang.String |
toString()
Returns a string representation.
|
clone, getDataSubset, getDMax, getDMin, isSubsetAvailablegetMinimalClassSize, getPopulationModel, getRiskThresholdJournalist, getRiskThresholdMarketer, getRiskThresholdProsecutor, getSubset, isHeuristicSearchSupported, isHeuristicSearchWithTimeLimitSupported, isMinimalClassSizeAvailable, isMonotonicWithGeneralization, isMonotonicWithSuppression, isOptimalSearchSupported, isSampleBasedpublic Inclusion(DataSubset subset)
subset - Research subsetpublic PrivacyCriterion clone(DataSubset subset)
PrivacyCriterionclone in class PrivacyCriterionpublic int getRequirements()
PrivacyCriteriongetRequirements in class DPresencepublic void initialize(org.deidentifier.arx.framework.data.DataManager manager,
ARXConfiguration config)
PrivacyCriterioninitialize in class DPresenceconfig - TODOpublic boolean isAnonymous(org.deidentifier.arx.framework.lattice.Transformation<?> node,
org.deidentifier.arx.framework.check.groupify.HashGroupifyEntry entry)
PrivacyCriterionisAnonymous in class DPresencenode - TODOpublic boolean isLocalRecodingSupported()
PrivacyCriterionisLocalRecodingSupported in class DPresencepublic java.lang.String toString()
PrivacyCriterionpublic ElementData render()
PrivacyCriterion