Verwendungen von Klasse
org.deidentifier.arx.ARXCostBenefitConfiguration
Packages, die ARXCostBenefitConfiguration verwenden
Package
Beschreibung
This package provides the public API for the ARX anonymization framework.
Main package implementing quality models
This package provides methods for risk analyses
-
Verwendungen von ARXCostBenefitConfiguration in org.deidentifier.arx
Methoden in org.deidentifier.arx, die ARXCostBenefitConfiguration zurückgebenModifizierer und TypMethodeBeschreibungARXCostBenefitConfiguration.clone()static ARXCostBenefitConfigurationARXCostBenefitConfiguration.create()Creates a new instanceARXConfiguration.getCostBenefitConfiguration()Returns the cost/benefit configurationARXCostBenefitConfiguration.setAdversaryCost(double adversaryCost) Sets the amount of money needed by an attacker for trying to re-identify a single recordARXCostBenefitConfiguration.setAdversaryGain(double adversaryGain) Sets the amount of money earned by an attacker for successfully re-identifying a single recordARXCostBenefitConfiguration.setPublisherBenefit(double publisherBenefit) Sets the amount of money earned by the data publisher for publishing a single recordARXCostBenefitConfiguration.setPublisherLoss(double publisherLoss) Sets the amount of money lost by the data publisher, e.g. due to a fine, if a single record is attacked successfullyMethoden in org.deidentifier.arx mit Parametern vom Typ ARXCostBenefitConfigurationModifizierer und TypMethodeBeschreibungARXConfiguration.setCostBenefitConfiguration(ARXCostBenefitConfiguration config) Sets the cost/benefit configuration -
Verwendungen von ARXCostBenefitConfiguration in org.deidentifier.arx.metric.v2
Methoden in org.deidentifier.arx.metric.v2, die ARXCostBenefitConfiguration zurückgebenModifizierer und TypMethodeBeschreibungMetricSDNMPublisherPayout.getCostBenefitConfiguration()Returns the cost/benefit configuration -
Verwendungen von ARXCostBenefitConfiguration in org.deidentifier.arx.risk
Konstruktoren in org.deidentifier.arx.risk mit Parametern vom Typ ARXCostBenefitConfigurationModifiziererKonstruktorBeschreibungRiskModelCostBenefit(ARXCostBenefitConfiguration configuration) Creates a new instance