Package org.deidentifier.arx.gui.model
Klasse ModelExplicitCriterion
java.lang.Object
org.deidentifier.arx.gui.model.ModelCriterion
org.deidentifier.arx.gui.model.ModelExplicitCriterion
- Alle implementierten Schnittstellen:
Serializable
- Bekannte direkte Unterklassen:
ModelBLikenessCriterion,ModelDDisclosurePrivacyCriterion,ModelLDiversityCriterion,ModelTClosenessCriterion
This class implements a base class for explicit privacy criteria,
i.e., ones that are associated to a specific attribute
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the associated attribute.abstract voidpull(ModelExplicitCriterion criterion) Implement this, to update data.Von Klasse geerbte Methoden org.deidentifier.arx.gui.model.ModelCriterion
clone, getCriterion, getLabel, isEnabled, parse, setEnabled, toString
-
Konstruktordetails
-
ModelExplicitCriterion
Creates a new instance.- Parameter:
attribute-
-
-
Methodendetails
-
getAttribute
Returns the associated attribute.- Gibt zurück:
-
pull
Implement this, to update data.- Parameter:
criterion-
-