Package | Description |
---|---|
org.deidentifier.arx.aggregates |
This package provides methods for aggregating data.
|
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.
|
Constructor and Description |
---|
HierarchyBuilder(HierarchyBuilder.Type type)
Creates a new instance.
|
HierarchyBuilderGroupingBased(HierarchyBuilder.Type type,
DataType<T> datatype)
Creates a new instance for the given data type.
|
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.
|