Package | Description |
---|---|
org.deidentifier.arx.aggregates |
This package provides methods for aggregating data:
(1) builders for generalization hierarchies,
(2) various methods for analyzing data quality and utility
|
org.deidentifier.arx.gui.view.impl.wizard |
Modifier and Type | Method and Description |
---|---|
HierarchyBuilder.Type |
HierarchyBuilder.getType()
Returns the type of builder.
|
static HierarchyBuilder.Type |
HierarchyBuilder.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HierarchyBuilder.Type[] |
HierarchyBuilder.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HierarchyBuilder.Type |
HierarchyWizardModel.getType()
Returns the type.
|
Modifier and Type | Method and Description |
---|---|
void |
HierarchyWizardModel.setType(HierarchyBuilder.Type type)
Sets the type.
|