- Data - Class in org.deidentifier.arx
-
Represents input data for the ARX framework.
- Data() - Constructor for class org.deidentifier.arx.Data
-
- data - Variable in class org.deidentifier.arx.framework.check.history.MRUCacheEntry
-
The data.
- Data - Class in org.deidentifier.arx.framework.data
-
Encodes a data object consisting of a dictionary encoded two-dimensional
array, an associated dictionary, a header and a mapping to the columns in the
input data set.
- data - Variable in class org.deidentifier.arx.gui.model.ModelEvent
-
The associated data, if any.
- Data.DefaultData - Class in org.deidentifier.arx
-
The default implementation of a data object.
- DataAggregationInformation - Class in org.deidentifier.arx.framework.data
-
Small class to encapsulate information about data that needs to be analyzed aggregated.
- DataAggregationInformation(Data, Map<String, DistributionAggregateFunction>, DataDefinition, Set<String>, Set<String>, Set<String>) - Constructor for class org.deidentifier.arx.framework.data.DataAggregationInformation
-
Creates a new instance
- DataDefinition - Class in org.deidentifier.arx
-
Encapsulates a definition of the types of attributes contained in a dataset.
- DataDefinition() - Constructor for class org.deidentifier.arx.DataDefinition
-
- DataDependentEDDPAlgorithm - Class in org.deidentifier.arx.algorithm
-
This class implements the search algorithm used with data-dependent differential privacy as proposed in:
Bild R, Kuhn KA, Prasser F.
- DataGeneralizationScheme - Class in org.deidentifier.arx
-
This class encapsulates a generalization scheme
- DataGeneralizationScheme.GeneralizationDegree - Enum in org.deidentifier.arx
-
A specific generalization degree
- DataHandle - Class in org.deidentifier.arx
-
This class provides access to dictionary encoded data.
- DataHandle() - Constructor for class org.deidentifier.arx.DataHandle
-
- DataHandleInput - Class in org.deidentifier.arx
-
An implementation of the DataHandle interface for input data.
- DataHandleInternal - Class in org.deidentifier.arx
-
Wrapper class that provides information to StatisticsBuilder.
- DataHandleInternal.InterruptHandler - Interface in org.deidentifier.arx
-
Interface
- DataHandleOutput - Class in org.deidentifier.arx
-
An implementation of the class DataHandle for output data.
- DataHandleSubset - Class in org.deidentifier.arx
-
This implementation of a data handle projects a given data handle onto a given research subset.
- DataHandleSubset(DataHandle, DataSubset) - Constructor for class org.deidentifier.arx.DataHandleSubset
-
Creates a new handle that represents the research subset.
- DataManager - Class in org.deidentifier.arx.framework.data
-
Holds all data needed for the anonymization process.
- DataManager(String[], DataMatrix, Dictionary, DataDefinition, Map<String, DistributionAggregateFunction>, ARXConfiguration) - Constructor for class org.deidentifier.arx.framework.data.DataManager
-
Creates a new data manager from pre-encoded data.
- DataManagerSubset - Class in org.deidentifier.arx.framework.data
-
A data manager that is projected onto a given subset.
- DataMatrix - Class in org.deidentifier.arx.framework.data
-
A fast implementation of an array of arrays of equal size
- DataMatrix(int, int) - Constructor for class org.deidentifier.arx.framework.data.DataMatrix
-
Instantiates a new memory block.
- DataMatrixSubset - Class in org.deidentifier.arx.framework.data
-
A subset of a data matrix
- DataMatrixSubset(DataMatrix, int[]) - Constructor for class org.deidentifier.arx.framework.data.DataMatrixSubset
-
Creates a new instance
- DataProvider - Class in org.deidentifier.arx.test
-
Provides data for test cases.
- DataProvider() - Constructor for class org.deidentifier.arx.test.DataProvider
-
Init.
- DataProviderWrapped - Class in org.deidentifier.arx.gui.view.impl.common.table
-
- DataProviderWrapped() - Constructor for class org.deidentifier.arx.gui.view.impl.common.table.DataProviderWrapped
-
- DataScale - Enum in org.deidentifier.arx
-
This class represents different scales of measure.
- DataSelector - Class in org.deidentifier.arx
-
A selector for tuples.
- dataset - Variable in class org.deidentifier.arx.test.AbstractAnonymizationTest.ARXAnonymizationTestCase
-
Random test variable
- dataset - Variable in class org.deidentifier.arx.test.AbstractTestUtilityMetrics.ARXUtilityMetricsTestCase
-
Dataset
- dataset - Variable in class org.deidentifier.arx.test.AbstractTestUtilityMetricsPrecomputation.ARXUtilityMetricsTestCase
-
Dataset
- DataSource - Class in org.deidentifier.arx
-
This class provides configuration options for importing data from CSV-files, from Excel-files
or via a JDBC connection.
- DataSubset - Class in org.deidentifier.arx
-
This class represents a the dataset that is to be de-identified
as a subset of the given population table.
- DataTableBackgroundImagePainter - Class in org.deidentifier.arx.gui.view.impl.common.datatable
-
Paints the cell background using an image.
- DataTableBackgroundImagePainter(ICellPainter, Image, Color) - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.DataTableBackgroundImagePainter
-
- DataTableBodyLayerStack - Class in org.deidentifier.arx.gui.view.impl.common.datatable
-
A BodyLayerStack for the DataView.
- DataTableBodyLayerStack(IUniqueIndexLayer, NatTable, DataTableContext, Control) - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.DataTableBodyLayerStack
-
Creates a new instance.
- DataTableColumnHeaderConfiguration - Class in org.deidentifier.arx.gui.view.impl.common.datatable
-
A column style for the data view.
- DataTableColumnHeaderConfiguration(DataTableContext) - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.DataTableColumnHeaderConfiguration
-
Creates a new instance.
- DataTableConfigLabelAccumulator - Class in org.deidentifier.arx.gui.view.impl.common.datatable
-
A label accumulator for the data view.
- DataTableConfigLabelAccumulator(NatTable, DataTableContext) - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.DataTableConfigLabelAccumulator
-
Creates a new instance.
- DataTableContext - Class in org.deidentifier.arx.gui.view.impl.common.datatable
-
A context for the data view.
- DataTableContext(Controller) - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.DataTableContext
-
Creates a new instance.
- DataTableDataProvider - Class in org.deidentifier.arx.gui.view.impl.common.datatable
-
A data provider that handles missing values.
- DataTableDataProvider(IDataProvider) - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.DataTableDataProvider
-
Creates a new instance.
- DataTableDecorator - Class in org.deidentifier.arx.gui.view.impl.common.datatable
-
A table decorator.
- DataTableDecorator(ICellPainter, BorderStyle) - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.DataTableDecorator
-
Creates a new LabelLineBorderDecorator wrapping the given interior
painter using the given BorderStyle as default.
- DataTableFillLayout - Class in org.deidentifier.arx.gui.view.impl.common.datatable
-
Adds an additional column to fill up the space.
- DataTableFillLayout(Control, IUniqueIndexLayer, DataTableContext, DataTableBodyLayerStack) - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.DataTableFillLayout
-
- DataTableFillLayoutStyle - Class in org.deidentifier.arx.gui.view.impl.common.datatable
-
Style config for fill layouts.
- DataTableFillLayoutStyle(Control) - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.DataTableFillLayoutStyle
-
- DataTableGridLayer - Class in org.deidentifier.arx.gui.view.impl.common.datatable
-
A grid layer for the data view.
- DataTableGridLayerStack - Class in org.deidentifier.arx.gui.view.impl.common.datatable
-
A grid layer stack for the data view.
- DataTableGridLayerStack(IDataProvider, NatTable, DataTableContext, Control) - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.DataTableGridLayerStack
-
Creates a new instance.
- DataTableHandleDataProvider - Class in org.deidentifier.arx.gui.view.impl.common.datatable
-
A data provider based on a data handle.
- DataTableHandleDataProvider(DataTableContext) - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.DataTableHandleDataProvider
-
Creates a new instance.
- DataTableImagePainter - Class in org.deidentifier.arx.gui.view.impl.common.datatable
-
Paints an image.
- DataTableImagePainter(DataTableContext) - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.DataTableImagePainter
-
Creates a new instance.
- DataTableResizeColumnAction - Class in org.deidentifier.arx.gui.view.impl.common.datatable
-
Resize column action that only fires for smaller datasets
- DataTableResizeColumnAction(IUniqueIndexLayer) - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.DataTableResizeColumnAction
-
Construct
- DataTableRowHeaderConfiguration - Class in org.deidentifier.arx.gui.view.impl.common.datatable
-
A configuration for row headers in the data view.
- DataTableRowHeaderConfiguration(DataTableContext) - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.DataTableRowHeaderConfiguration
-
Creates a new instance.
- DataTableSelectionLayer - Class in org.deidentifier.arx.gui.view.impl.common.datatable
-
A selection layer for data views.
- DataTableSelectionLayer(IUniqueIndexLayer, DataTableContext) - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.DataTableSelectionLayer
-
Creates a new instance.
- DataTableViewportLayer - Class in org.deidentifier.arx.gui.view.impl.common.datatable
-
- DataTableViewportLayer(IUniqueIndexLayer, DataTableContext) - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.DataTableViewportLayer
-
- DataType<T> - Class in org.deidentifier.arx
-
This class provides access to the data types supported by the ARX framework.
- DataType() - Constructor for class org.deidentifier.arx.DataType
-
- dataType - Variable in class org.deidentifier.arx.gui.view.impl.utility.AnalysisContextDistribution
-
Context information.
- DataType.ARXDate - Class in org.deidentifier.arx
-
Base class for date/time types.
- DataType.ARXDecimal - Class in org.deidentifier.arx
-
Base class for numeric types.
- DataType.ARXInteger - Class in org.deidentifier.arx
-
Base class for numeric types.
- DataType.ARXOrderedString - Class in org.deidentifier.arx
-
Base class for ordered string types.
- DataType.ARXString - Class in org.deidentifier.arx
-
Base class for string types.
- DataType.DataTypeDescription<T> - Class in org.deidentifier.arx
-
An entry in the list of available data types.
- DataType.DataTypeWithFormat - Interface in org.deidentifier.arx
-
An interface for data types with format.
- DataType.DataTypeWithRatioScale<T> - Interface in org.deidentifier.arx
-
An interface for data types with a ratio scale.
- dataType1 - Variable in class org.deidentifier.arx.gui.view.impl.utility.AnalysisContextContingency
-
Context information.
- dataType2 - Variable in class org.deidentifier.arx.gui.view.impl.utility.AnalysisContextContingency
-
Context information.
- DATE - Static variable in class org.deidentifier.arx.DataType
-
A date data type with default format dd.mm.yyyy
- DDisclosurePrivacy - Class in org.deidentifier.arx.criteria
-
Delta-disclosure privacy as proposed in:
Justin Brickell and Vitaly Shmatikov:
The Cost of Privacy: Destruction of Data-mining Utility in Anonymized Data Publishing
Proceedings of the 14th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining
2008
- DDisclosurePrivacy(String, double) - Constructor for class org.deidentifier.arx.criteria.DDisclosurePrivacy
-
Creates a new instance
- DebugData - Class in org.deidentifier.arx.gui
-
Class for creating debug data.
- DebugData() - Constructor for class org.deidentifier.arx.gui.DebugData
-
- DebugResourceLeaks - Class in org.deidentifier.arx.gui
-
Code based on: https://www.eclipse.org/articles/swt-design-2/sleak.htm
- DebugResourceLeaks() - Constructor for class org.deidentifier.arx.gui.DebugResourceLeaks
-
- DECIMAL - Static variable in class org.deidentifier.arx.DataType
-
A generic decimal data type.
- decRefCount() - Method in class org.deidentifier.arx.framework.check.distribution.IntArrayDictionaryEntry
-
- decrementRefCount(int) - Method in class org.deidentifier.arx.framework.check.distribution.IntArrayDictionary
-
Removes a element from the dictionary.
- DEFAULT_ALPHA - Static variable in class org.deidentifier.arx.aggregates.ClassificationConfigurationLogisticRegression
-
Default value
- DEFAULT_DECAY_EXPONENT - Static variable in class org.deidentifier.arx.aggregates.ClassificationConfigurationLogisticRegression
-
Default value
- DEFAULT_DELIMITER - Static variable in class org.deidentifier.arx.io.CSVSyntax
-
Default values.
- DEFAULT_DETERMINISTIC - Static variable in class org.deidentifier.arx.ARXClassificationConfiguration
-
Default value
- DEFAULT_ESCAPE - Static variable in class org.deidentifier.arx.io.CSVSyntax
-
Default values.
- DEFAULT_FILL_LAYOUT_CELL_CONFIG_LABEL - Static variable in class org.deidentifier.arx.gui.view.impl.common.datatable.DataTableFillLayoutStyle
-
TODO
- DEFAULT_FILL_LAYOUT_CELL_CONFIG_LABEL - Static variable in class org.deidentifier.arx.gui.view.impl.common.table.StyleConfigurationFillLayout
-
TODO
- DEFAULT_LAMBDA - Static variable in class org.deidentifier.arx.aggregates.ClassificationConfigurationLogisticRegression
-
Default value
- DEFAULT_LEARNING_RATE - Static variable in class org.deidentifier.arx.aggregates.ClassificationConfigurationLogisticRegression
-
Default value
- DEFAULT_LINEBREAK - Static variable in class org.deidentifier.arx.io.CSVSyntax
-
Default values.
- DEFAULT_MAX_RECORDS - Static variable in class org.deidentifier.arx.ARXClassificationConfiguration
-
Default value
- DEFAULT_MAXMIMUM_NUMBER_OF_LEAF_NODES - Static variable in class org.deidentifier.arx.aggregates.ClassificationConfigurationRandomForest
-
Default value
- DEFAULT_MINIMUM_SIZE_OF_LEAF_NODES - Static variable in class org.deidentifier.arx.aggregates.ClassificationConfigurationRandomForest
-
Default value
- DEFAULT_NUMBER_OF_FOLDS - Static variable in class org.deidentifier.arx.ARXClassificationConfiguration
-
Default value
- DEFAULT_NUMBER_OF_TREES - Static variable in class org.deidentifier.arx.aggregates.ClassificationConfigurationRandomForest
-
Default value
- DEFAULT_NUMBER_OF_VARIABLES_TO_SPLIT - Static variable in class org.deidentifier.arx.aggregates.ClassificationConfigurationRandomForest
-
Default value = 0: sqrt(#features) seems to provide good results
- DEFAULT_PRIOR - Static variable in class org.deidentifier.arx.aggregates.ClassificationConfigurationLogisticRegression
-
Default value
- DEFAULT_QUOTE - Static variable in class org.deidentifier.arx.io.CSVSyntax
-
Default values.
- DEFAULT_SIGMA - Static variable in class org.deidentifier.arx.aggregates.ClassificationConfigurationNaiveBayes
-
Default value
- DEFAULT_SPLIT_RULE - Static variable in class org.deidentifier.arx.aggregates.ClassificationConfigurationRandomForest
-
Split rule
- DEFAULT_STEP_OFFSET - Static variable in class org.deidentifier.arx.aggregates.ClassificationConfigurationLogisticRegression
-
Default value
- DEFAULT_SUBSAMPLE - Static variable in class org.deidentifier.arx.aggregates.ClassificationConfigurationRandomForest
-
1.0 = sampling with replacement; <1.0 = sampling without replacement
- DEFAULT_TYPE - Static variable in class org.deidentifier.arx.aggregates.ClassificationConfigurationNaiveBayes
-
Default value
- DEFAULT_VECTOR_LENGTH - Static variable in class org.deidentifier.arx.ARXClassificationConfiguration
-
Default value
- DefaultData() - Constructor for class org.deidentifier.arx.Data.DefaultData
-
- DefaultHierarchy() - Constructor for class org.deidentifier.arx.AttributeType.Hierarchy.DefaultHierarchy
-
Instantiates a new default hierarchy.
- definalizeAll() - Method in class org.deidentifier.arx.framework.data.Dictionary
-
Definalizes the dictionary
- definition - Variable in class org.deidentifier.arx.gui.view.impl.common.async.AnalysisData
-
The according definition.
- DelayedChangeListener - Class in org.deidentifier.arx.gui.view.impl.common
-
A listener that acts as a selection listener and a modify listener which defers change
events for a given amount of time
- DelayedChangeListener(long) - Constructor for class org.deidentifier.arx.gui.view.impl.common.DelayedChangeListener
-
Delay in milliseconds
- delayedEvent() - Method in class org.deidentifier.arx.gui.view.impl.common.DelayedChangeListener
-
Implement this
- DensityData - Class in org.deidentifier.arx.gui.view.impl.utility
-
This class implements a data object that can be passed to the heatmap widget to
display the contingency table.
- DensityData(DataHandle, int, int) - Constructor for class org.deidentifier.arx.gui.view.impl.utility.DensityData
-
Creates a new instance.
- DependentAction - Class in org.deidentifier.arx.framework.lattice
-
A action that depends on properties of transformations.
- DependentAction() - Constructor for class org.deidentifier.arx.framework.lattice.DependentAction
-
- DependentAction.NodeActionConstant - Class in org.deidentifier.arx.framework.lattice
-
A trigger for nodes.
- DependentAction.NodeActionInverse - Class in org.deidentifier.arx.framework.lattice
-
A trigger for nodes.
- DETECT_MAX_CHARS - Static variable in class org.deidentifier.arx.gui.view.impl.wizard.ImportWizardModel
-
Maximum number of chars to be loaded for detecting separators.
- DialogAbout - Class in org.deidentifier.arx.gui.view.impl.menu
-
An about dialog.
- DialogAbout(Shell, Controller) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.DialogAbout
-
Creates a new instance
- DialogAnonymization - Class in org.deidentifier.arx.gui.view.impl.menu
-
A dialog for defining parameters of the anonymization method
- DialogAnonymization(Shell, Model) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.DialogAnonymization
-
Creates a new instance
- DialogAuditTrail - Class in org.deidentifier.arx.gui.view.impl.menu
-
A dialog for displaying the audit trail
- DialogAuditTrail(Shell, List<ModelAuditTrailEntry>) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.DialogAuditTrail
-
Creates a new instance
- DialogClassificationConfiguration - Class in org.deidentifier.arx.gui.view.impl.menu
-
This class implements a dialog for editing a classification configuration
- DialogClassificationConfiguration(Shell, ARXClassificationConfiguration<?>) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.DialogClassificationConfiguration
-
Creates a new instance
- DialogComboDoubleSelection - Class in org.deidentifier.arx.gui.view.impl.menu
-
A selection dialog for elements from a combo box.
- DialogComboDoubleSelection(Shell, String, String, String[], String, String[], String, IValidator<String[]>) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.DialogComboDoubleSelection
-
Creates a new instance
- DialogComboSelection - Class in org.deidentifier.arx.gui.view.impl.menu
-
A selection dialog for elements from a combo box.
- DialogComboSelection(Shell, String, String, String[], String, IInputValidator) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.DialogComboSelection
-
Creates a new instance
- DialogCriterionSelection - Class in org.deidentifier.arx.gui.view.impl.menu
-
A dialog for selecting privacy models.
- DialogCriterionSelection(Controller, Shell, List<ModelExplicitCriterion>) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.DialogCriterionSelection
-
Creates a new instance.
- DialogCriterionUpdate - Class in org.deidentifier.arx.gui.view.impl.menu
-
A dialog for adding and configuring privacy models.
- DialogCriterionUpdate(Controller, Shell, List<ModelCriterion>, Model, boolean) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.DialogCriterionUpdate
-
Constructor.
- DialogCriterionUpdate(Controller, Shell, List<ModelCriterion>, Model, boolean, ModelCriterion) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.DialogCriterionUpdate
-
Constructor.
- DialogDebug - Class in org.deidentifier.arx.gui.view.impl.menu
-
An about dialog.
- DialogDebug(Shell, Controller) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.DialogDebug
-
Constructor.
- DialogDefaultParameters - Class in org.deidentifier.arx.gui.view.impl.menu
-
A dialog to select default configurations for privacy models
- DialogDefaultParameters(Shell, Controller, List<ModelCriterion>) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.DialogDefaultParameters
-
Constructor.
- DialogError - Class in org.deidentifier.arx.gui.view.impl.menu
-
A dialog for displaying error messages.
- DialogError(Shell, Controller, String, String) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.DialogError
-
Constructor for displaying two messages.
- DialogFindReplace - Class in org.deidentifier.arx.gui.view.impl.menu
-
A dialog for finding and replacing data items
- DialogFindReplace(Shell, Model, DataHandle, int) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.DialogFindReplace
-
Creates a new instance
- DialogGeneralizationSelection - Class in org.deidentifier.arx.gui.view.impl.menu
-
A dialog to select a generalization scheme
- DialogGeneralizationSelection(Shell, Controller, Model, DataGeneralizationScheme) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.DialogGeneralizationSelection
-
Constructor.
- DialogHelp - Class in org.deidentifier.arx.gui.view.impl.menu
-
A help dialog.
- DialogHelp(Shell, Controller, String) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.DialogHelp
-
Constructor.
- DialogHelpConfig - Class in org.deidentifier.arx.gui.view.impl.menu
-
Configuration for the help dialog.
- DialogHelpConfig() - Constructor for class org.deidentifier.arx.gui.view.impl.menu.DialogHelpConfig
-
Creates a new config.
- DialogHelpConfig.Entry - Class in org.deidentifier.arx.gui.view.impl.menu
-
An entry in the help dialog.
- DialogMultiSelection - Class in org.deidentifier.arx.gui.view.impl.menu
-
This class implements a dialog for selecting multiple elements
- DialogMultiSelection(Shell, String, String, List<String>, List<String>) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.DialogMultiSelection
-
Creates a new instance.
- DialogOpenHierarchy - Class in org.deidentifier.arx.gui.view.impl.menu
-
- DialogOpenHierarchy(Shell, Controller, String, boolean) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.DialogOpenHierarchy
-
- DialogOrderSelection - Class in org.deidentifier.arx.gui.view.impl.menu
-
An dialog that allows ordering data items.
- DialogOrderSelection(Shell, String[], DataType<?>, Locale, Controller) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.DialogOrderSelection
-
Creates a new instance.
- DialogProject - Class in org.deidentifier.arx.gui.view.impl.menu
-
This class implements a dialog for creating a project.
- DialogProject(Shell) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.DialogProject
-
Creates a new instance.
- DialogProperties - Class in org.deidentifier.arx.gui.view.impl.menu
-
This class implements a dialog for editing project properties.
- DialogProperties(Shell, Model, Controller) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.DialogProperties
-
Creates a new instance.
- DialogQuery - Class in org.deidentifier.arx.gui.view.impl.menu
-
Query dialog
- DialogQuery(Data, Shell, String) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.DialogQuery
-
- DialogQueryResult - Class in org.deidentifier.arx.gui.view.impl.menu
-
- DialogTopBottomCoding - Class in org.deidentifier.arx.gui.view.impl.menu
-
A dialog for defining thresholds for top and bottom coding
- DialogTopBottomCoding(Shell, DataType<?>) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.DialogTopBottomCoding
-
Creates a new instance
- Dictionary - Class in org.deidentifier.arx.framework.data
-
A dictionary mapping integers to strings for different dimensions.
- Dictionary(Dictionary, int[]) - Constructor for class org.deidentifier.arx.framework.data.Dictionary
-
Instantiates a new dictionary by extracting a projection of the given dictionary
- Dictionary(int) - Constructor for class org.deidentifier.arx.framework.data.Dictionary
-
Instantiates a new dictionary.
- disable(Composite) - Static method in class org.deidentifier.arx.gui.view.SWTUtil
-
Disables the composite and its children.
- disable(Control) - Static method in class org.deidentifier.arx.gui.view.SWTUtil
-
Disables the control.
- DISABLED_BACKGROUND - Static variable in class org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardEditorRenderer
-
Constants.
- DISABLED_FOREGROUND - Static variable in class org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardEditorRenderer
-
Constants.
- disallowAll() - Method in class org.deidentifier.arx.gui.model.ModelNodeFilter
-
Allows no transformaions to pass the filter.
- disallowAnonymous() - Method in class org.deidentifier.arx.gui.model.ModelNodeFilter
-
Filters out anonymous transformations.
- disallowGeneralization(int, int) - Method in class org.deidentifier.arx.gui.model.ModelNodeFilter
-
Filters out transformations with certain generalization level.
- disallowNonAnonymous() - Method in class org.deidentifier.arx.gui.model.ModelNodeFilter
-
Filters out non-anonymous transformations.
- disallowUnknown() - Method in class org.deidentifier.arx.gui.model.ModelNodeFilter
-
Filters out unknown transformations.
- dispose() - Method in class org.deidentifier.arx.gui.Controller
-
- dispose() - Method in interface org.deidentifier.arx.gui.view.def.IView
-
Disposes the view.
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.AbstractMenu
-
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.common.ComponentDataTable
-
Disposes the control.
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.common.ComponentHierarchyMenu
-
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.common.ComponentStatusLabel
-
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.common.ViewData
-
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.define.LayoutTransformationModel
-
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.define.ViewAttributeList
-
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.define.ViewAttributeTransformation
-
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.define.ViewAttributeWeights
-
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.define.ViewCodingModel
-
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.define.ViewCostBenefitModel
-
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.define.ViewPopulationModel
-
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.define.ViewPrivacyModels
-
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.define.ViewSubsetDefinition
-
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.define.ViewTransformationSettings
-
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.define.ViewUtilityMeasures
-
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.explore.Gradient
-
Dispose all colors
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.explore.ViewClipboard
-
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.explore.ViewFilter
-
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.explore.ViewLattice
-
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.explore.ViewList
-
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.explore.ViewProperties
-
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.explore.ViewSolutionSpace
-
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.MainMenu
-
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.MainToolBar
-
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.MainWindow
-
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.menu.EditorCriterion
-
Disposes the editor
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.risk.LayoutRisksAbstract
-
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.risk.ViewRisks
-
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.risk.ViewRisksQuasiIdentifiers
-
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.utility.LayoutUtilityStatistics
-
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.utility.ViewProperties
-
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.utility.ViewStatistics
-
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.utility.ViewStatisticsClassificationAttributes
-
- dispose() - Method in class org.deidentifier.arx.gui.view.impl.utility.ViewStatisticsClassificationConfiguration
-
- DistinctLDiversity - Class in org.deidentifier.arx.criteria
-
The distinct l-diversity privacy criterion.
- DistinctLDiversity(String, int) - Constructor for class org.deidentifier.arx.criteria.DistinctLDiversity
-
Creates a new instance of the distinct l-diversity privacy criterion as proposed in
Machanavajjhala A, Kifer D, Gehrke J.
- Distribution - Class in org.deidentifier.arx.framework.check.distribution
-
This class can be utilized to track the distributions of values.
- Distribution() - Constructor for class org.deidentifier.arx.framework.check.distribution.Distribution
-
Default constructor.
- Distribution(int[], int[]) - Constructor for class org.deidentifier.arx.framework.check.distribution.Distribution
-
Constructor used to create frequency set from a history entry.
- distribution - Variable in class org.deidentifier.arx.framework.check.groupify.MetaHashGroupifyEntry
-
Frequency set for the value to analyze *.
- DistributionAggregateFunction - Class in org.deidentifier.arx.framework.check.distribution
-
This abstract class represents a function that aggregates values from a frequency distribution
- DistributionAggregateFunction(boolean, boolean) - Constructor for class org.deidentifier.arx.framework.check.distribution.DistributionAggregateFunction
-
Instantiates a new function.
- DistributionAggregateFunction.DistributionAggregateFunctionArithmeticMean - Class in org.deidentifier.arx.framework.check.distribution
-
This class calculates the arithmetic mean for a given distribution.
- DistributionAggregateFunction.DistributionAggregateFunctionGeometricMean - Class in org.deidentifier.arx.framework.check.distribution
-
This class calculates the geometric mean for a given distribution.
- DistributionAggregateFunction.DistributionAggregateFunctionInterval - Class in org.deidentifier.arx.framework.check.distribution
-
This class calculates the mode for a given distribution.
- DistributionAggregateFunction.DistributionAggregateFunctionMedian - Class in org.deidentifier.arx.framework.check.distribution
-
This class calculates the median for a given distribution.
- DistributionAggregateFunction.DistributionAggregateFunctionMode - Class in org.deidentifier.arx.framework.check.distribution
-
This class calculates the mode for a given distribution.
- DistributionAggregateFunctionArithmeticMean(boolean) - Constructor for class org.deidentifier.arx.framework.check.distribution.DistributionAggregateFunction.DistributionAggregateFunctionArithmeticMean
-
Instantiates.
- DistributionAggregateFunctionGeometricMean(boolean) - Constructor for class org.deidentifier.arx.framework.check.distribution.DistributionAggregateFunction.DistributionAggregateFunctionGeometricMean
-
Instantiates.
- DistributionAggregateFunctionInterval(boolean) - Constructor for class org.deidentifier.arx.framework.check.distribution.DistributionAggregateFunction.DistributionAggregateFunctionInterval
-
Instantiates.
- DistributionAggregateFunctionMedian(boolean) - Constructor for class org.deidentifier.arx.framework.check.distribution.DistributionAggregateFunction.DistributionAggregateFunctionMedian
-
Instantiates.
- DistributionAggregateFunctionMode(boolean) - Constructor for class org.deidentifier.arx.framework.check.distribution.DistributionAggregateFunction.DistributionAggregateFunctionMode
-
Instantiates.
- DistributionIterator<T> - Class in org.deidentifier.arx.framework.check.distribution
-
An iterator over values of a distribution
- distributions - Variable in class org.deidentifier.arx.framework.check.groupify.HashGroupifyEntry
-
Frequency set for other attributes *.
- div(IntervalDouble, IntervalDouble) - Method in class org.deidentifier.arx.reliability.IntervalArithmeticDouble
-
Division
- divide(Date, Date) - Method in class org.deidentifier.arx.DataType.ARXDate
-
- divide(String, String) - Method in class org.deidentifier.arx.DataType.ARXDate
-
- divide(Double, Double) - Method in class org.deidentifier.arx.DataType.ARXDecimal
-
- divide(String, String) - Method in class org.deidentifier.arx.DataType.ARXDecimal
-
- divide(Long, Long) - Method in class org.deidentifier.arx.DataType.ARXInteger
-
- divide(String, String) - Method in class org.deidentifier.arx.DataType.ARXInteger
-
- divide(String, String) - Method in interface org.deidentifier.arx.DataType.DataTypeWithRatioScale
-
Divide
- divide(T, T) - Method in interface org.deidentifier.arx.DataType.DataTypeWithRatioScale
-
Divide
- doCommand(ILayerCommand) - Method in class org.deidentifier.arx.gui.view.impl.common.datatable.DataTableViewportLayer
-
- doCommand(ILayerCommand) - Method in class org.deidentifier.arx.gui.view.impl.common.table.LayerColumnFillLayout
-
- doCommand(ILayerCommand) - Method in class org.deidentifier.arx.gui.view.impl.common.table.LayerViewport
-
- DomainShare - Interface in org.deidentifier.arx.metric.v2
-
Base interface for domain shares.
- DomainShareInterval<T> - Class in org.deidentifier.arx.metric.v2
-
This class represents a set of domain shares for an attribute.
- DomainShareInterval(HierarchyBuilderIntervalBased<T>, int[][], String[]) - Constructor for class org.deidentifier.arx.metric.v2.DomainShareInterval
-
Creates a new set of domain shares derived from the given functional interval-based hierarchy.
- DomainShareMaterialized - Class in org.deidentifier.arx.metric.v2
-
This class represents a set of domain shares for an attribute.
- DomainShareMaterialized(String[][], String[], int[][]) - Constructor for class org.deidentifier.arx.metric.v2.DomainShareMaterialized
-
Creates a new set of domain shares derived from the given attribute.
- DomainShareRedaction - Class in org.deidentifier.arx.metric.v2
-
This class represents a set of domain shares for an attribute.
- DomainShareRedaction(HierarchyBuilderRedactionBased<?>) - Constructor for class org.deidentifier.arx.metric.v2.DomainShareRedaction
-
Creates a new set of domain shares derived from the given functional redaction-based hierarchy.
- DomainShareReliable - Class in org.deidentifier.arx.metric.v2
-
This class represents a reliable set of domain shares for an attribute.
- DomainShareReliable(String[][], String[], int[][]) - Constructor for class org.deidentifier.arx.metric.v2.DomainShareReliable
-
Creates a new set of domain shares derived from the given attribute.
- doSortingTest() - Method in class org.deidentifier.arx.test.TestSorting
-
Entry point.
- doubleToSlider(double, double, double) - Static method in class org.deidentifier.arx.gui.view.SWTUtil
-
Converts the double value to a slider selection.
- DPresence - Class in org.deidentifier.arx.criteria
-
The d-presence criterion
Published in:
Nergiz M, Atzori M, Clifton C.
- DPresence(double, double, DataSubset) - Constructor for class org.deidentifier.arx.criteria.DPresence
-
Creates a new instance of the d-presence criterion as proposed in:
Nergiz M, Atzori M, Clifton C.