Package | Description |
---|---|
org.deidentifier.arx |
This package provides the public API for the ARX anonymization framework.
|
org.deidentifier.arx.framework.data |
This package implements data management, i.e., encoding and representing input data, output data and generalization
hierarchies
|
org.deidentifier.arx.gui.model | |
org.deidentifier.arx.gui.view.impl.common | |
org.deidentifier.arx.gui.view.impl.common.datatable | |
org.deidentifier.arx.metric.v2 |
Main package implementing quality models
|
Modifier and Type | Method and Description |
---|---|
RowSet |
RowSet.clone() |
static RowSet |
RowSet.create(Data data)
Creates a new instance
|
static RowSet |
RowSet.create(int length)
Creates a new instance
|
RowSet |
DataSubset.getSet()
Getter
|
Modifier and Type | Method and Description |
---|---|
static DataSubset |
DataSubset.create(Data data,
RowSet subset)
Creates a new subset from the given row set, from which a copy is created.
|
static DataSubset |
DataSubset.create(int rows,
RowSet subset)
Creates a new subset from the given row set, from which a copy is created.
|
Modifier and Type | Method and Description |
---|---|
DataManager |
DataManager.getSubsetInstance(RowSet rowset)
Returns an instance of this data manager, that is projected onto the given rowset
|
Data |
Data.getSubsetInstance(RowSet rowset)
Returns a new instance that is projected onto the given subset
|
Modifier and Type | Method and Description |
---|---|
RowSet |
ModelConfiguration.getResearchSubset()
Returns the current research subset.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelConfiguration.setResearchSubset(RowSet subset)
Sets the current research subset.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentDataTable.setResearchSubset(RowSet researchSubset)
Sets information about the research subset.
|
Modifier and Type | Method and Description |
---|---|
RowSet |
DataTableContext.getRows()
Returns the research subset.
|
Modifier and Type | Method and Description |
---|---|
void |
DataTableContext.setRows(RowSet rows)
Sets the research subset.
|
Constructor and Description |
---|
Cardinalities(Data data,
RowSet subset,
GeneralizationHierarchy[] hierarchies)
Creates a new instance for the given data set.
|