Package org.deidentifier.arx.gui.model
Klasse ModelDDisclosurePrivacyCriterion
java.lang.Object
org.deidentifier.arx.gui.model.ModelCriterion
org.deidentifier.arx.gui.model.ModelExplicitCriterion
org.deidentifier.arx.gui.model.ModelDDisclosurePrivacyCriterion
- Alle implementierten Schnittstellen:
Serializable
This class implements a model for the d-disclosure privacy criterion
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungModelDDisclosurePrivacyCriterion(String attribute) Creates a new instance.ModelDDisclosurePrivacyCriterion(String attribute, double d) Creates a new instance. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungclone()ClonegetCriterion(Model model) Implement this to return the criterion.doublegetD()Returns D.getLabel()Implement this to return a string representation.voidparse(ModelCriterion criterion, boolean defaultConfiguration) Parsevoidpull(ModelExplicitCriterion criterion) Implement this, to update data.voidsetD(double d) Sets D.toString()Implement this to return a string representation.Von Klasse geerbte Methoden org.deidentifier.arx.gui.model.ModelExplicitCriterion
getAttributeVon Klasse geerbte Methoden org.deidentifier.arx.gui.model.ModelCriterion
isEnabled, setEnabled
-
Konstruktordetails
-
ModelDDisclosurePrivacyCriterion
Creates a new instance.- Parameter:
attribute-
-
ModelDDisclosurePrivacyCriterion
Creates a new instance.- Parameter:
attribute-
-
-
Methodendetails
-
clone
Beschreibung aus Klasse kopiert:ModelCriterionClone- Angegeben von:
clonein KlasseModelCriterion
-
getCriterion
Beschreibung aus Klasse kopiert:ModelCriterionImplement this to return the criterion.- Angegeben von:
getCriterionin KlasseModelCriterion- Parameter:
model-- Gibt zurück:
-
getD
public double getD()Returns D.- Gibt zurück:
-
getLabel
Beschreibung aus Klasse kopiert:ModelCriterionImplement this to return a string representation.- Angegeben von:
getLabelin KlasseModelCriterion- Gibt zurück:
-
parse
Beschreibung aus Klasse kopiert:ModelCriterionParse- Angegeben von:
parsein KlasseModelCriterion- Parameter:
criterion-defaultConfiguration- Defines whether the model represents a typical parameter configuration for the criterion
-
pull
Beschreibung aus Klasse kopiert:ModelExplicitCriterionImplement this, to update data.- Angegeben von:
pullin KlasseModelExplicitCriterion- Parameter:
criterion-
-
setD
public void setD(double d) Sets D.- Parameter:
d-
-
toString
Beschreibung aus Klasse kopiert:ModelCriterionImplement this to return a string representation.- Angegeben von:
toStringin KlasseModelCriterion- Gibt zurück:
-