Modifier and Type | Method and Description |
---|---|
void |
Controller.actionCriterionConfigure(ModelCriterion criterion)
Configures a criterion
|
void |
Controller.actionCriterionEnable(ModelCriterion criterion)
Enables and disables a criterion.
|
void |
Controller.actionCriterionPull(ModelCriterion criterion)
Pull settings into the criterion.
|
void |
Controller.actionCriterionPush(ModelCriterion criterion)
Pushes the settings of the criterion.
|
Modifier and Type | Class and Description |
---|---|
class |
ModelDPresenceCriterion
This class implements a model for the d-presence criterion.
|
class |
ModelExplicitCriterion
This class implements a base class for explicit privacy criteria,
i.e., ones that are associated to a specific attribute
|
class |
ModelImplicitCriterion
This class implements a (marker) base-class for implicit criteria.
|
class |
ModelKAnonymityCriterion
This class implements a model for the k-anonymity criterion.
|
class |
ModelLDiversityCriterion
This class implements a model for the l-diversity criterion.
|
class |
ModelRiskBasedCriterion
This class implements a model for risk-based criteria
|
class |
ModelTClosenessCriterion
This class implements a model for the t-closeness criterion.
|
Modifier and Type | Method and Description |
---|---|
abstract ModelCriterion |
ModelCriterion.clone()
Clone
|
Modifier and Type | Method and Description |
---|---|
void |
ModelTClosenessCriterion.parse(ModelCriterion criterion) |
void |
ModelRiskBasedCriterion.parse(ModelCriterion criterion) |
void |
ModelLDiversityCriterion.parse(ModelCriterion criterion) |
void |
ModelKAnonymityCriterion.parse(ModelCriterion criterion) |
void |
ModelDPresenceCriterion.parse(ModelCriterion criterion) |
abstract void |
ModelCriterion.parse(ModelCriterion other)
Parse
|
Modifier and Type | Method and Description |
---|---|
ModelCriterion |
MainWindow.showAddCriterionDialog(java.util.List<ModelCriterion> criteria)
Shows a dialog for selecting privacy criteria.
|
Modifier and Type | Method and Description |
---|---|
void |
MainWindow.showConfigureCriterionDialog(java.util.List<ModelCriterion> criteria,
ModelCriterion criterion)
Shows a dialog for configuring privacy criteria.
|
Modifier and Type | Method and Description |
---|---|
ModelCriterion |
MainWindow.showAddCriterionDialog(java.util.List<ModelCriterion> criteria)
Shows a dialog for selecting privacy criteria.
|
void |
MainWindow.showConfigureCriterionDialog(java.util.List<ModelCriterion> criteria,
ModelCriterion criterion)
Shows a dialog for configuring privacy criteria.
|
Modifier and Type | Method and Description |
---|---|
ModelCriterion |
ViewCriteriaList.getSelectedCriterion()
Returns the currently selected criterion, if any
|
Modifier and Type | Class and Description |
---|---|
class |
EditorCriterion<T extends ModelCriterion>
Base class
|
Modifier and Type | Field and Description |
---|---|
protected T |
EditorCriterion.model
Model
|
Modifier and Type | Method and Description |
---|---|
ModelCriterion |
DialogCriterionUpdate.getCriterion()
Returns the selected criterion.
|
Constructor and Description |
---|
DialogCriterionUpdate(Controller controller,
org.eclipse.swt.widgets.Shell parent,
java.util.List<ModelCriterion> elements,
boolean cancel,
ModelCriterion selection)
Constructor.
|
Constructor and Description |
---|
DialogCriterionUpdate(Controller controller,
org.eclipse.swt.widgets.Shell parent,
java.util.List<ModelCriterion> elements,
boolean edit)
Constructor.
|
DialogCriterionUpdate(Controller controller,
org.eclipse.swt.widgets.Shell parent,
java.util.List<ModelCriterion> elements,
boolean cancel,
ModelCriterion selection)
Constructor.
|