Package org.deidentifier.arx.gui.model
Klasse ModelCriterion
java.lang.Object
org.deidentifier.arx.gui.model.ModelCriterion
- Alle implementierten Schnittstellen:
Serializable
- Bekannte direkte Unterklassen:
ModelExplicitCriterion,ModelImplicitCriterion
A base class for models for criteria.
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungabstract ModelCriterionclone()Cloneabstract PrivacyCriteriongetCriterion(Model model) Implement this to return the criterion.abstract StringgetLabel()Implement this to return a string representation.booleanIs this criterion active.abstract voidparse(ModelCriterion other, boolean defaultConfiguration) ParsevoidsetEnabled(boolean enabled) Sets the criterion active/inactive.abstract StringtoString()Implement this to return a string representation.
-
Konstruktordetails
-
ModelCriterion
public ModelCriterion()
-
-
Methodendetails
-
clone
Clone -
getCriterion
Implement this to return the criterion.- Parameter:
model-- Gibt zurück:
-
getLabel
Implement this to return a string representation.- Gibt zurück:
-
isEnabled
public boolean isEnabled()Is this criterion active.- Gibt zurück:
-
parse
Parse- Parameter:
other-defaultConfiguration- Defines whether the model represents a typical parameter configuration for the criterion
-
setEnabled
public void setEnabled(boolean enabled) Sets the criterion active/inactive.- Parameter:
active-
-
toString
Implement this to return a string representation.
-