Package org.deidentifier.arx.risk
Klasse RiskModelAttributes.QuasiIdentifierRisk
java.lang.Object
org.deidentifier.arx.risk.RiskModelAttributes.QuasiIdentifierRisk
- Alle implementierten Schnittstellen:
Comparable<RiskModelAttributes.QuasiIdentifierRisk>
- Umschließende Klasse:
RiskModelAttributes
public final class RiskModelAttributes.QuasiIdentifierRisk
extends Object
implements Comparable<RiskModelAttributes.QuasiIdentifierRisk>
Risks associated with a certain quasi-identifier
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintdoubleReturns the alpha distinction parameter of this quasi-identifierReturns the attributes in this quasi-identifierdoubleReturns the alpha separation parameter of this quasi-identifier
-
Methodendetails
-
compareTo
- Angegeben von:
compareToin SchnittstelleComparable<RiskModelAttributes.QuasiIdentifierRisk>
-
getDistinction
public double getDistinction()Returns the alpha distinction parameter of this quasi-identifier- Gibt zurück:
- the alpha distinction
-
getIdentifier
Returns the attributes in this quasi-identifier- Gibt zurück:
- the identifier
-
getSeparation
public double getSeparation()Returns the alpha separation parameter of this quasi-identifier- Gibt zurück:
- the alpha separation
-