Package org.deidentifier.arx.gui.model
Klasse ModelDPresenceCriterion
java.lang.Object
org.deidentifier.arx.gui.model.ModelCriterion
org.deidentifier.arx.gui.model.ModelImplicitCriterion
org.deidentifier.arx.gui.model.ModelDPresenceCriterion
- Alle implementierten Schnittstellen:
Serializable
This class implements a model for the d-presence criterion.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreates a new instanceModelDPresenceCriterion(double dmin, double dmax) Creates a new instance -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungclone()ClonegetCriterion(Model model) Implement this to return the criterion.doublegetDmax()Returns dmax.doublegetDmin()Returns dmin.getLabel()Implement this to return a string representation.voidparse(ModelCriterion criterion, boolean defaultConfiguration) ParsevoidsetDmax(double dmax) Sets dmax.voidsetDmin(double dmin) Sets dmin.toString()Implement this to return a string representation.Von Klasse geerbte Methoden org.deidentifier.arx.gui.model.ModelCriterion
isEnabled, setEnabled
-
Konstruktordetails
-
ModelDPresenceCriterion
public ModelDPresenceCriterion()Creates a new instance -
ModelDPresenceCriterion
public ModelDPresenceCriterion(double dmin, double dmax) Creates a new instance- Parameter:
dmin-dmax-
-
-
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:
-
getDmax
public double getDmax()Returns dmax.- Gibt zurück:
-
getDmin
public double getDmin()Returns dmin.- 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
-
setDmax
public void setDmax(double dmax) Sets dmax.- Parameter:
dmax-
-
setDmin
public void setDmin(double dmin) Sets dmin.- Parameter:
dmin-
-
toString
Beschreibung aus Klasse kopiert:ModelCriterionImplement this to return a string representation.- Angegeben von:
toStringin KlasseModelCriterion- Gibt zurück:
-