Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W X Z _ 

I

IComponent - Interface in org.deidentifier.arx.gui.view.def
Interface for components.
id - Variable in class org.deidentifier.arx.framework.check.history.MRUCacheEntryMetadata
Id
id - Variable in class org.deidentifier.arx.gui.view.impl.menu.DialogHelpConfig.Entry
ID
id - Variable in class org.deidentifier.arx.test.AbstractAnonymizationTest.ARXAnonymizationTestCase
Random test variable
IDENTIFYING_ATTRIBUTE - Static variable in class org.deidentifier.arx.AttributeType
Represents an identifying attribute.
IDialog - Interface in org.deidentifier.arx.gui.view.def
Interface for dialogs.
IEditor<T> - Interface in org.deidentifier.arx.gui.view.def
Interface for an editor for a given data type.
IImportColumnIndexed - Interface in org.deidentifier.arx.io
Interface to be implemented when columns can be referred to by an index.
ILayout - Interface in org.deidentifier.arx.gui.view.def
An interface for layouts.
ILMultiDimensionalArithmeticMean - Class in org.deidentifier.arx.metric.v2
This class implements an information loss which can be represented as a decimal number per quasi-identifier.
ILMultiDimensionalGeometricMean - Class in org.deidentifier.arx.metric.v2
This class implements an information loss which can be represented as a decimal number per quasi-identifier.
ILMultiDimensionalMax - Class in org.deidentifier.arx.metric.v2
This class implements an information loss which can be represented as a decimal number per quasi-identifier.
ILMultiDimensionalRank - Class in org.deidentifier.arx.metric.v2
This class implements an information loss which can be represented as a decimal number per quasi-identifier.
ILMultiDimensionalSum - Class in org.deidentifier.arx.metric.v2
This class implements an information loss which can be represented as a decimal number per quasi-identifier.
ILMultiDimensionalWithBound - Class in org.deidentifier.arx.metric.v2
Information loss with a potential lower bound.
ILMultiDimensionalWithBound(AbstractILMultiDimensional) - Constructor for class org.deidentifier.arx.metric.v2.ILMultiDimensionalWithBound
Creates a new instance without a lower bound.
ILMultiDimensionalWithBound(AbstractILMultiDimensional, AbstractILMultiDimensional) - Constructor for class org.deidentifier.arx.metric.v2.ILMultiDimensionalWithBound
Creates a new instance.
ILScore - Class in org.deidentifier.arx.metric.v2
This class implements information loss using score values for data-independent differential privacy with appropriate comparison semantics (i.e. higher score values are better).
ILSingleDimensional - Class in org.deidentifier.arx.metric.v2
This class implements an information loss which can be represented as a single decimal number.
ILSingleDimensionalWithBound - Class in org.deidentifier.arx.metric.v2
Information loss with a potential lower bound.
ILSingleDimensionalWithBound(double) - Constructor for class org.deidentifier.arx.metric.v2.ILSingleDimensionalWithBound
Creates a new instance without a lower bound.
ILSingleDimensionalWithBound(double, double) - Constructor for class org.deidentifier.arx.metric.v2.ILSingleDimensionalWithBound
Creates a new instance.
ImplicitPrivacyCriterion - Class in org.deidentifier.arx.criteria
A privacy criterion that is implicitly bound to the quasi-identifiers.
ImplicitPrivacyCriterion(boolean, boolean) - Constructor for class org.deidentifier.arx.criteria.ImplicitPrivacyCriterion
Creates a new instance
ImportAdapter - Class in org.deidentifier.arx.io
Base adapter for all data sources This defines properties and methods that all data source import adapters have in common.
ImportAdapterCSV - Class in org.deidentifier.arx.io
Import adapter for CSV files This adapter can import data from a CSV file.
ImportAdapterExcel - Class in org.deidentifier.arx.io
Import adapter for Excel files This adapter can import data from Excel files.
ImportAdapterJDBC - Class in org.deidentifier.arx.io
Import adapter for JDBC This adapter can import data from JDBC sources.
ImportColumn - Class in org.deidentifier.arx.io
Represents a single data column This represents a single column that will be imported from.
ImportColumn(String, DataType<?>) - Constructor for class org.deidentifier.arx.io.ImportColumn
Creates a new instance of this object with the given parameters.
ImportColumn(String, DataType<?>, boolean) - Constructor for class org.deidentifier.arx.io.ImportColumn
Creates a new instance of this object with the given parameters.
ImportColumnCSV - Class in org.deidentifier.arx.io
Represents a single CSV data column CSV columns are referred to by an index (see ImportColumnIndexed).
ImportColumnCSV(int, DataType<?>) - Constructor for class org.deidentifier.arx.io.ImportColumnCSV
Creates a new instance of this object with the given parameters.
ImportColumnCSV(int, DataType<?>, boolean) - Constructor for class org.deidentifier.arx.io.ImportColumnCSV
Creates a new instance of this object with the given parameters.
ImportColumnCSV(int, String, DataType<?>) - Constructor for class org.deidentifier.arx.io.ImportColumnCSV
Creates a new instance of this object with the given parameters.
ImportColumnCSV(int, String, DataType<?>, boolean) - Constructor for class org.deidentifier.arx.io.ImportColumnCSV
Creates a new instance of this object with the given parameters.
ImportColumnCSV(String, DataType<?>) - Constructor for class org.deidentifier.arx.io.ImportColumnCSV
Creates a new instance of this object with the given parameters.
ImportColumnCSV(String, DataType<?>, boolean) - Constructor for class org.deidentifier.arx.io.ImportColumnCSV
Creates a new instance of this object with the given parameters.
ImportColumnCSV(String, String, DataType<?>) - Constructor for class org.deidentifier.arx.io.ImportColumnCSV
Creates a new instance of this object with the given parameters.
ImportColumnCSV(String, String, DataType<?>, boolean) - Constructor for class org.deidentifier.arx.io.ImportColumnCSV
Creates a new instance of this object with the given parameters.
ImportColumnExcel - Class in org.deidentifier.arx.io
Represents a single Excel data column Excel columns are referred to by an index (see ImportColumnIndexed).
ImportColumnExcel(int, DataType<?>) - Constructor for class org.deidentifier.arx.io.ImportColumnExcel
Creates a new instance of this object with the given parameters.
ImportColumnExcel(int, DataType<?>, boolean) - Constructor for class org.deidentifier.arx.io.ImportColumnExcel
Creates a new instance of this object with the given parameters.
ImportColumnExcel(int, String, DataType<?>) - Constructor for class org.deidentifier.arx.io.ImportColumnExcel
Creates a new instance of this object with the given parameters.
ImportColumnExcel(int, String, DataType<?>, boolean) - Constructor for class org.deidentifier.arx.io.ImportColumnExcel
Creates a new instance of this object with the given parameters.
ImportColumnExcel(String, DataType<?>) - Constructor for class org.deidentifier.arx.io.ImportColumnExcel
Creates a new instance of this object with the given parameters.
ImportColumnExcel(String, DataType<?>, boolean) - Constructor for class org.deidentifier.arx.io.ImportColumnExcel
Creates a new instance of this object with the given parameters.
ImportColumnExcel(String, String, DataType<?>) - Constructor for class org.deidentifier.arx.io.ImportColumnExcel
Creates a new instance of this object with the given parameters.
ImportColumnExcel(String, String, DataType<?>, boolean) - Constructor for class org.deidentifier.arx.io.ImportColumnExcel
Creates a new instance of this object with the given parameters.
ImportColumnIndexed - Class in org.deidentifier.arx.io
Superclass for column types that are only referred to by an index.
ImportColumnIndexed(int, DataType<?>) - Constructor for class org.deidentifier.arx.io.ImportColumnIndexed
Creates a new instance of this object with the given parameters.
ImportColumnIndexed(int, DataType<?>, boolean) - Constructor for class org.deidentifier.arx.io.ImportColumnIndexed
Creates a new instance of this object with the given parameters.
ImportColumnIndexed(int, String, DataType<?>) - Constructor for class org.deidentifier.arx.io.ImportColumnIndexed
Creates a new instance of this object with the given parameters.
ImportColumnIndexed(int, String, DataType<?>, boolean) - Constructor for class org.deidentifier.arx.io.ImportColumnIndexed
Creates a new instance of this object with the given parameters.
ImportColumnIndexed(String, DataType<?>) - Constructor for class org.deidentifier.arx.io.ImportColumnIndexed
Creates a new instance of this object with the given parameters.
ImportColumnIndexed(String, DataType<?>, boolean) - Constructor for class org.deidentifier.arx.io.ImportColumnIndexed
Creates a new instance of this object with the given parameters.
ImportColumnIndexed(String, String, DataType<?>) - Constructor for class org.deidentifier.arx.io.ImportColumnIndexed
Creates a new instance of this object with the given parameters.
ImportColumnIndexed(String, String, DataType<?>, boolean) - Constructor for class org.deidentifier.arx.io.ImportColumnIndexed
Creates a new instance of this object with the given parameters.
ImportColumnJDBC - Class in org.deidentifier.arx.io
Represents a single JDBC data column JDBC columns can be referred to by both an index (IIndexColumn) and by name (IImportColumnNamed.
ImportColumnJDBC(int, DataType<?>) - Constructor for class org.deidentifier.arx.io.ImportColumnJDBC
Creates a new instance of this object with the given parameters.
ImportColumnJDBC(int, DataType<?>, boolean) - Constructor for class org.deidentifier.arx.io.ImportColumnJDBC
Creates a new instance of this object with the given parameters.
ImportColumnJDBC(int, String, DataType<?>) - Constructor for class org.deidentifier.arx.io.ImportColumnJDBC
Creates a new instance of this object with the given parameters.
ImportColumnJDBC(int, String, DataType<?>, boolean) - Constructor for class org.deidentifier.arx.io.ImportColumnJDBC
Creates a new instance of this object with the given parameters.
ImportColumnJDBC(String, DataType<?>) - Constructor for class org.deidentifier.arx.io.ImportColumnJDBC
Creates a new instance of this object with the given parameters.
ImportColumnJDBC(String, DataType<?>, boolean) - Constructor for class org.deidentifier.arx.io.ImportColumnJDBC
Creates a new instance of this object with the given parameters.
ImportColumnJDBC(String, String, DataType<?>) - Constructor for class org.deidentifier.arx.io.ImportColumnJDBC
Creates a new instance of this object with the given parameters.
ImportColumnJDBC(String, String, DataType<?>, boolean) - Constructor for class org.deidentifier.arx.io.ImportColumnJDBC
Creates a new instance of this object with the given parameters.
ImportConfiguration - Class in org.deidentifier.arx.io
Abstract base configuration This abstract superclass defines properties that all configurations have in common, i.e. a notion of columns, which can be added and retrieved.
ImportConfiguration() - Constructor for class org.deidentifier.arx.io.ImportConfiguration
 
ImportConfigurationCSV - Class in org.deidentifier.arx.io
Configuration describing a CSV file.
ImportConfigurationCSV(String, Charset, boolean) - Constructor for class org.deidentifier.arx.io.ImportConfigurationCSV
Creates a new instance of this object.
ImportConfigurationCSV(String, Charset, char, boolean) - Constructor for class org.deidentifier.arx.io.ImportConfigurationCSV
Creates a new instance of this object.
ImportConfigurationCSV(String, Charset, char, char, boolean) - Constructor for class org.deidentifier.arx.io.ImportConfigurationCSV
Creates a new instance of this object.
ImportConfigurationCSV(String, Charset, char, char, char, boolean) - Constructor for class org.deidentifier.arx.io.ImportConfigurationCSV
Creates a new instance of this object.
ImportConfigurationCSV(String, Charset, char, char, char, char[], boolean) - Constructor for class org.deidentifier.arx.io.ImportConfigurationCSV
Creates a new instance of this object.
ImportConfigurationCSV(String, Charset, char, char, char, char[], boolean, int) - Constructor for class org.deidentifier.arx.io.ImportConfigurationCSV
Creates a new instance of this object.
ImportConfigurationExcel - Class in org.deidentifier.arx.io
Configuration describing an Excel file This is used to describe Excel files.
ImportConfigurationExcel(String, ImportConfigurationExcel.ExcelFileTypes, int, boolean) - Constructor for class org.deidentifier.arx.io.ImportConfigurationExcel
Creates a new instance of this object.
ImportConfigurationExcel(String, int, boolean) - Constructor for class org.deidentifier.arx.io.ImportConfigurationExcel
Creates a new instance of this object without specifying the file type The file type will be detected automatically using the file extension.
ImportConfigurationExcel.ExcelFileTypes - Enum in org.deidentifier.arx.io
Valid file types for Excel files XLS is the "old" Excel file type, XLSX is the "new" Excel file type.
ImportConfigurationFile - Class in org.deidentifier.arx.io
Configuration describing a file in general File based configurations should extend this class as the notion of a ImportConfigurationFile.fileLocation is common to all of them.
ImportConfigurationFile() - Constructor for class org.deidentifier.arx.io.ImportConfigurationFile
 
ImportConfigurationJDBC - Class in org.deidentifier.arx.io
Configuration describing a JDBC source.
ImportConfigurationJDBC(Connection, String) - Constructor for class org.deidentifier.arx.io.ImportConfigurationJDBC
Creates a new instance of this object.
ImportConfigurationJDBC(String, String) - Constructor for class org.deidentifier.arx.io.ImportConfigurationJDBC
Creates a new instance of this object.
ImportConfigurationJDBC(String, String, String, String) - Constructor for class org.deidentifier.arx.io.ImportConfigurationJDBC
Creates a new instance of this object.
ImportWizard - Class in org.deidentifier.arx.gui.view.impl.wizard
Wizard guiding the user through the process of importing data The user is taken through the process of importing data into the GUI step by step.
ImportWizard(Controller, Model) - Constructor for class org.deidentifier.arx.gui.view.impl.wizard.ImportWizard
Creates a new data import wizard and sets the window title.
ImportWizardModel - Class in org.deidentifier.arx.gui.view.impl.wizard
Stores all of the data gathered by the wizard and offers means to access it This object is accessible to all pages of the wizard and can be used to store and/or retrieve data.
ImportWizardModel(Model) - Constructor for class org.deidentifier.arx.gui.view.impl.wizard.ImportWizardModel
Creates a new instance
ImportWizardModel.SourceType - Enum in org.deidentifier.arx.gui.view.impl.wizard
Possible sources for importing data from.
ImportWizardModelColumn - Class in org.deidentifier.arx.gui.view.impl.wizard
Wrapper for ImportColumn used in the wizard context This is a wrapper for ImportColumn.
ImportWizardModelColumn(ImportColumn) - Constructor for class org.deidentifier.arx.gui.view.impl.wizard.ImportWizardModelColumn
Creates a new instance for the given column.
ImportWizardModelColumn(ImportColumn, boolean) - Constructor for class org.deidentifier.arx.gui.view.impl.wizard.ImportWizardModelColumn
Creates a new instance for the given column.
ImportWizardPageColumns - Class in org.deidentifier.arx.gui.view.impl.wizard
Column overview page This pages gives the user an overview of the detected columns and allows him to change things around.
ImportWizardPageColumns(ImportWizard) - Constructor for class org.deidentifier.arx.gui.view.impl.wizard.ImportWizardPageColumns
Creates a new instance of this page and sets its title and description.
ImportWizardPageCSV - Class in org.deidentifier.arx.gui.view.impl.wizard
CSV page This page offers means to import data from a CSV file.
ImportWizardPageCSV(ImportWizard) - Constructor for class org.deidentifier.arx.gui.view.impl.wizard.ImportWizardPageCSV
Creates a new instance of this page and sets its title and description.
ImportWizardPageExcel - Class in org.deidentifier.arx.gui.view.impl.wizard
Excel page This page offers means to import data from an Excel file.
ImportWizardPageExcel(ImportWizard) - Constructor for class org.deidentifier.arx.gui.view.impl.wizard.ImportWizardPageExcel
Creates a new instance of this page and sets its title and description.
ImportWizardPageJDBC - Class in org.deidentifier.arx.gui.view.impl.wizard
JDBC page This page offers means to specify connection details for a database.
ImportWizardPageJDBC(ImportWizard) - Constructor for class org.deidentifier.arx.gui.view.impl.wizard.ImportWizardPageJDBC
Creates a new instance of this page and sets its title and description.
ImportWizardPagePreview - Class in org.deidentifier.arx.gui.view.impl.wizard
Preview page This page gives the user a preview over the data and how it is about to be imported.
ImportWizardPagePreview(ImportWizard) - Constructor for class org.deidentifier.arx.gui.view.impl.wizard.ImportWizardPagePreview
Creates a new instance of this page and sets its title and description.
ImportWizardPageSource - Class in org.deidentifier.arx.gui.view.impl.wizard
Source selection page This page provides means to select the source the user wants to import data from.
ImportWizardPageSource(ImportWizard) - Constructor for class org.deidentifier.arx.gui.view.impl.wizard.ImportWizardPageSource
Creates a new instance of this page and sets its title and description.
ImportWizardPageTable - Class in org.deidentifier.arx.gui.view.impl.wizard
Table overview page This pages gives the user an overview of the detected tables and allows him to select the desired one by clicking on it.
ImportWizardPageTable(ImportWizard) - Constructor for class org.deidentifier.arx.gui.view.impl.wizard.ImportWizardPageTable
Creates a new instance of this page and sets its title and description.
incCount(int) - Method in class org.deidentifier.arx.common.Groupify.Group
Increments the count
Inclusion - Class in org.deidentifier.arx.criteria
This is a special criterion that does not enforce any privacy guarantees but allows to define a data subset.
Inclusion(DataSubset) - Constructor for class org.deidentifier.arx.criteria.Inclusion
Creates a new instance of the enclosure criterion.
incRefCount() - Method in class org.deidentifier.arx.framework.check.distribution.IntArrayDictionaryEntry
Increments the reference counter
indent(String) - Method in class org.deidentifier.arx.gui.worker.io.XMLWriter
Intend the document.
indent(String, String, int) - Method in class org.deidentifier.arx.gui.worker.io.XMLWriter
Intend the document.
index() - Method in interface org.deidentifier.arx.aggregates.classification.ClassificationResult
Returns the index of the predicted value
index() - Method in class org.deidentifier.arx.aggregates.classification.MultiClassLogisticRegressionClassificationResult
 
index() - Method in class org.deidentifier.arx.aggregates.classification.MultiClassNaiveBayesClassificationResult
 
index() - Method in class org.deidentifier.arx.aggregates.classification.MultiClassRandomForestClassificationResult
 
index() - Method in class org.deidentifier.arx.aggregates.classification.MultiClassZeroRClassificationResult
 
IndexNode(T, T, HierarchyBuilderIntervalBased<T>.IndexNode[]) - Constructor for class org.deidentifier.arx.aggregates.HierarchyBuilderIntervalBased.IndexNode
Creates a new instance.
IndexNode(T, T, HierarchyBuilderIntervalBased.Interval<T>[]) - Constructor for class org.deidentifier.arx.aggregates.HierarchyBuilderIntervalBased.IndexNode
Creates a new instance.
informationLoss - Variable in class org.deidentifier.arx.framework.check.TransformationResult
Information loss.
InformationLoss<T> - Class in org.deidentifier.arx.metric
This class implements an abstract base class for information loss.
informationLoss - Variable in class org.deidentifier.arx.test.AbstractTestUtilityMetrics.ARXUtilityMetricsTestCase
Score
InformationLossDefaultWithBound - Class in org.deidentifier.arx.metric
Information loss with a potential lower bound.
InformationLossDefaultWithBound(double, double) - Constructor for class org.deidentifier.arx.metric.InformationLossDefaultWithBound
Creates a new instance.
InformationLossWithBound<T extends InformationLoss<?>> - Class in org.deidentifier.arx.metric
Information loss with a potential lower bound.
InformationLossWithBound(T) - Constructor for class org.deidentifier.arx.metric.InformationLossWithBound
Creates a new instance without a lower bound.
InformationLossWithBound(T, T) - Constructor for class org.deidentifier.arx.metric.InformationLossWithBound
Creates a new instance.
init(long, int[], HashGroupify, HashGroupify, int[], TransformationCheckerStateMachine.TransitionType, int, int, HashGroupifyEntry, DataMatrix) - Method in class org.deidentifier.arx.framework.check.transformer.AbstractTransformer
Prepares the next transformation
initialize(DataManager, ARXConfiguration) - Method in class org.deidentifier.arx.criteria.BasicBLikeness
 
initialize(DataManager, ARXConfiguration) - Method in class org.deidentifier.arx.criteria.DDisclosurePrivacy
 
initialize(DataManager, ARXConfiguration) - Method in class org.deidentifier.arx.criteria.DPresence
 
initialize(DataManager, ARXConfiguration) - Method in class org.deidentifier.arx.criteria.EDDifferentialPrivacy
 
initialize(DataManager, ARXConfiguration) - Method in class org.deidentifier.arx.criteria.EnhancedBLikeness
 
initialize(DataManager, ARXConfiguration) - Method in class org.deidentifier.arx.criteria.EqualDistanceTCloseness
 
initialize(DataManager, ARXConfiguration) - Method in class org.deidentifier.arx.criteria.ExplicitPrivacyCriterion
 
initialize(DataManager, ARXConfiguration) - Method in class org.deidentifier.arx.criteria.HierarchicalDistanceTCloseness
 
initialize(DataManager, ARXConfiguration) - Method in class org.deidentifier.arx.criteria.Inclusion
 
initialize(DataManager, ARXConfiguration) - Method in class org.deidentifier.arx.criteria.KMap
 
initialize(DataManager, ARXConfiguration) - Method in class org.deidentifier.arx.criteria.OrderedDistanceTCloseness
 
initialize(DataManager, ARXConfiguration) - Method in class org.deidentifier.arx.criteria.PopulationUniqueness
 
initialize(DataManager, ARXConfiguration) - Method in class org.deidentifier.arx.criteria.PrivacyCriterion
Override this to initialize the criterion.
initialize(DataManager, ARXConfiguration) - Method in class org.deidentifier.arx.criteria.ProfitabilityProsecutor
 
initialize(DataManager, ARXConfiguration) - Method in class org.deidentifier.arx.criteria.ProfitabilityProsecutorNoAttack
 
initialize(String[], DataType<?>) - Method in class org.deidentifier.arx.framework.check.distribution.DistributionAggregateFunction.DistributionAggregateFunctionArithmeticMean
 
initialize(String[], DataType<?>) - Method in class org.deidentifier.arx.framework.check.distribution.DistributionAggregateFunction.DistributionAggregateFunctionGeometricMean
 
initialize(String[], DataType<?>) - Method in class org.deidentifier.arx.framework.check.distribution.DistributionAggregateFunction.DistributionAggregateFunctionMedian
 
initialize(String[], DataType<?>) - Method in class org.deidentifier.arx.framework.check.distribution.DistributionAggregateFunction.DistributionAggregateFunctionMode
 
initialize(String[], DataType<?>) - Method in class org.deidentifier.arx.framework.check.distribution.DistributionAggregateFunction
Initializes the function
initialize(ARXResult, boolean) - Method in class org.deidentifier.arx.gui.model.ModelNodeFilter
Creates a node filter for the given result.
initialize(DataManager, DataDefinition, Data, GeneralizationHierarchy[], ARXConfiguration) - Method in class org.deidentifier.arx.metric.Metric
Initializes the metric.
initialize(int, int) - Method in class org.deidentifier.arx.metric.v2.MetricMDHeight
For backwards compatibility only.
INSENSITIVE_ATTRIBUTE - Static variable in class org.deidentifier.arx.AttributeType
Represents an insensitive attribute.
IntArrayDictionary - Class in org.deidentifier.arx.framework.check.distribution
A hash groupify operator.
IntArrayDictionary(int) - Constructor for class org.deidentifier.arx.framework.check.distribution.IntArrayDictionary
Constructs a new dictionary.
IntArrayDictionaryEntry - Class in org.deidentifier.arx.framework.check.distribution
Implements an entry.
IntArrayDictionaryEntry(int[], int, int) - Constructor for class org.deidentifier.arx.framework.check.distribution.IntArrayDictionaryEntry
Creates a new entry.
INTEGER - Static variable in class org.deidentifier.arx.DataType
A generic integer data type.
internalGetNumSuppressedRecords() - Method in class org.deidentifier.arx.framework.check.groupify.HashGroupifyDistribution
Returns the number of suppressed records.
interrupt() - Method in class org.deidentifier.arx.aggregates.StatisticsBuilderInterruptible
Interrupts all computations.
interrupt() - Method in class org.deidentifier.arx.risk.RiskEstimateBuilderInterruptible
Interrupts all computations.
interval - Variable in class org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardEditorRenderer.RenderedInterval
Var.
INTERVAL_HEIGHT - Static variable in class org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardEditorRenderer
Constants.
IntervalArithmeticDouble - Class in org.deidentifier.arx.reliability
Interval arithmetic system
IntervalArithmeticDouble() - Constructor for class org.deidentifier.arx.reliability.IntervalArithmeticDouble
 
IntervalArithmeticException - Exception in org.deidentifier.arx.reliability
Arithmetic exception
IntervalArithmeticException(String) - Constructor for exception org.deidentifier.arx.reliability.IntervalArithmeticException
Creates a new instace
IntervalDouble - Class in org.deidentifier.arx.reliability
A basic double interval
inv(IntervalDouble) - Method in class org.deidentifier.arx.reliability.IntervalArithmeticDouble
1/x
IO - Class in org.deidentifier.arx.metric.v2
This class implements serialization for maps
IO() - Constructor for class org.deidentifier.arx.metric.v2.IO
 
IOUtil - Class in org.deidentifier.arx.io
Utility for I/O
IOUtil() - Constructor for class org.deidentifier.arx.io.IOUtil
 
isAbleToHandleClusteredMicroaggregation() - Method in class org.deidentifier.arx.metric.Metric
Returns whether this metric handles clustering and microaggregation
isAbleToHandleMicroaggregation() - Method in class org.deidentifier.arx.metric.Metric
Returns whether this metric handles microaggregation
isAbleToHandleMicroaggregation() - Method in class org.deidentifier.arx.metric.v2.MetricMDNMLoss
 
isAbleToHandleMicroaggregation() - Method in class org.deidentifier.arx.metric.v2.MetricMDNMLossPotentiallyPrecomputed
 
isAbleToHandleMicroaggregation() - Method in class org.deidentifier.arx.metric.v2.MetricMDNMLossPrecomputed
 
isAbleToHandleMicroaggregation() - Method in class org.deidentifier.arx.metric.v2.MetricMDNMPrecision
 
isAbleToHandleMicroaggregation() - Method in class org.deidentifier.arx.metric.v2.MetricMDPrecision
 
isAbleToHandleMicroaggregation() - Method in class org.deidentifier.arx.metric.v2.MetricSDNMEntropyBasedInformationLoss
 
isAbleToHandleMicroaggregation() - Method in class org.deidentifier.arx.metric.v2.MetricSDNMPublisherPayout
 
isAccurate() - Method in class org.deidentifier.arx.criteria.KMap
Return true if the population has been modeled explicitly.
isAddEnabled() - Method in class org.deidentifier.arx.gui.view.impl.define.ViewPrivacyModels
May criteria be added
isAggregateFunctionSupported() - Method in class org.deidentifier.arx.metric.MetricDescription
Returns whether an aggregate function is supported by the metric.
isAllowAttacks() - Method in class org.deidentifier.arx.gui.model.ModelProfitabilityCriterion
 
isAllowed(ARXLattice, ARXLattice.ARXNode) - Method in class org.deidentifier.arx.gui.model.ModelNodeFilter
Returns whether the given node is allowed to pass this filter.
isAllowedAnonymous() - Method in class org.deidentifier.arx.gui.model.ModelNodeFilter
Returns setting.
isAllowedNonAnonymous() - Method in class org.deidentifier.arx.gui.model.ModelNodeFilter
Returns setting.
isAllowedUnknown() - Method in class org.deidentifier.arx.gui.model.ModelNodeFilter
Returns setting.
isAnonymity(String) - Method in class org.deidentifier.arx.gui.worker.io.Vocabulary
 
isAnonymityPropertyPredicable() - Method in class org.deidentifier.arx.algorithm.FLASHConfiguration
Returns whether or not the anonymity property is predictable
isAnonymous(Transformation<?>, HashGroupifyEntry) - Method in class org.deidentifier.arx.criteria.BasicBLikeness
 
isAnonymous(Transformation<?>, HashGroupifyEntry) - Method in class org.deidentifier.arx.criteria.DDisclosurePrivacy
 
isAnonymous(Transformation<?>, HashGroupifyEntry) - Method in class org.deidentifier.arx.criteria.DistinctLDiversity
 
isAnonymous(Transformation<?>, HashGroupifyEntry) - Method in class org.deidentifier.arx.criteria.DPresence
 
isAnonymous(Transformation<?>, HashGroupifyEntry) - Method in class org.deidentifier.arx.criteria.EDDifferentialPrivacy
 
isAnonymous(Transformation<?>, HashGroupifyEntry) - Method in class org.deidentifier.arx.criteria.EnhancedBLikeness
 
isAnonymous(Transformation<?>, HashGroupifyEntry) - Method in class org.deidentifier.arx.criteria.EntropyLDiversity
 
isAnonymous(Transformation<?>, HashGroupifyEntry) - Method in class org.deidentifier.arx.criteria.EqualDistanceTCloseness
 
isAnonymous(Transformation<?>, HashGroupifyEntry) - Method in class org.deidentifier.arx.criteria.HierarchicalDistanceTCloseness
 
isAnonymous(Transformation<?>, HashGroupifyEntry) - Method in class org.deidentifier.arx.criteria.Inclusion
 
isAnonymous(Transformation<?>, HashGroupifyEntry) - Method in class org.deidentifier.arx.criteria.KAnonymity
 
isAnonymous(Transformation<?>, HashGroupifyEntry) - Method in class org.deidentifier.arx.criteria.KMap
 
isAnonymous(Transformation<?>, HashGroupifyEntry) - Method in class org.deidentifier.arx.criteria.OrderedDistanceTCloseness
 
isAnonymous(Transformation<?>, HashGroupifyEntry) - Method in class org.deidentifier.arx.criteria.PrivacyCriterion
Implement this, to enforce the criterion.
isAnonymous(Transformation<?>, HashGroupifyEntry) - Method in class org.deidentifier.arx.criteria.ProfitabilityJournalistNoAttack
 
isAnonymous(Transformation<?>, HashGroupifyEntry) - Method in class org.deidentifier.arx.criteria.ProfitabilityProsecutor
 
isAnonymous(Transformation<?>, HashGroupifyEntry) - Method in class org.deidentifier.arx.criteria.ProfitabilityProsecutorNoAttack
 
isAnonymous(Transformation<?>, HashGroupifyEntry) - Method in class org.deidentifier.arx.criteria.RecursiveCLDiversity
 
isAnonymous(Transformation<?>, HashGroupifyEntry) - Method in class org.deidentifier.arx.criteria.SampleBasedCriterion
Not supported by this type of criterion
isAnonymous() - Method in class org.deidentifier.arx.DataHandleInternal
Returns whether the handle is anonymous
isAny(String) - Static method in class org.deidentifier.arx.DataType
Returns whether the value represents any value
isArithmeticMeanAvailable() - Method in class org.deidentifier.arx.aggregates.StatisticsSummary
Returns whether the following measure is available: mean
isAssigment(String) - Method in class org.deidentifier.arx.gui.worker.io.Vocabulary
 
isAttackerModelSupported() - Method in class org.deidentifier.arx.metric.MetricDescription
 
isAttribute(String) - Method in class org.deidentifier.arx.gui.worker.io.Vocabulary
 
isAttributeSelected(String) - Method in interface org.deidentifier.arx.gui.view.impl.common.async.AnalysisContextVisualization
Is the provided attribute selected according to the config?.
isAttributeSelected(String) - Method in class org.deidentifier.arx.gui.view.impl.risk.AnalysisContextRisk
 
isAttributeSelected(String) - Method in class org.deidentifier.arx.gui.view.impl.utility.AnalysisContextClassification
 
isAttributeSelected(String) - Method in class org.deidentifier.arx.gui.view.impl.utility.AnalysisContextContingency
Is the provided attribute selected according to the config?.
isAttributeSelected(String) - Method in class org.deidentifier.arx.gui.view.impl.utility.AnalysisContextDistribution
 
isAttributeSelected(String) - Method in class org.deidentifier.arx.gui.view.impl.utility.AnalysisContextQuality
 
isAttributeTypeSuppressed(AttributeType) - Method in class org.deidentifier.arx.ARXConfiguration
Returns whether values of the given attribute type will be replaced by the suppression string in suppressed tuples.
isAttributeTypeSuppressed(AttributeType) - Method in class org.deidentifier.arx.gui.model.ModelConfiguration
 
isAttributeWeightsSupported() - Method in class org.deidentifier.arx.metric.MetricDescription
 
isAvailable() - Method in class org.deidentifier.arx.aggregates.quality.QualityMeasure
Returns whether this measure is available
isAvailable(String) - Method in class org.deidentifier.arx.aggregates.quality.QualityMeasure
Returns whether this measure is available for the given column
isAvailable(String) - Method in class org.deidentifier.arx.aggregates.quality.QualityMeasureColumnOriented
Returns whether a value is available for the given attribute
isAvailable() - Method in class org.deidentifier.arx.aggregates.quality.QualityMeasureRowOriented
Returns whether this value is available
isAvailableEstimate(RiskModelPopulationUniqueness.PopulationUniquenessModel) - Method in class org.deidentifier.arx.risk.RiskModelPopulationUniqueness
Returns whether the according estimate is available
isAvailableEstimateDankar() - Method in class org.deidentifier.arx.risk.RiskModelPopulationUniqueness
Returns whether the according estimate is available
isAvailableEstimatePitman() - Method in class org.deidentifier.arx.risk.RiskModelPopulationUniqueness
Returns whether the according estimate is available
isAvailableEstimateSNB() - Method in class org.deidentifier.arx.risk.RiskModelPopulationUniqueness
Returns whether the according estimate is available
isAvailableEstimateZayatz() - Method in class org.deidentifier.arx.risk.RiskModelPopulationUniqueness
Returns whether the according estimate is available
isBinaryPhaseRequired() - Method in class org.deidentifier.arx.algorithm.FLASHConfiguration
Is a binary phase required.
isButton() - Method in class org.deidentifier.arx.gui.view.impl.MainMenuItem
 
isCellPositionSelected(int, int) - Method in class org.deidentifier.arx.gui.view.impl.common.datatable.DataTableSelectionLayer
 
isCellPositionSelected(int, int) - Method in class org.deidentifier.arx.gui.view.impl.common.table.LayerSelection
 
isCellSelected() - Method in class org.deidentifier.arx.gui.view.impl.common.ComponentHierarchy
Returns whether a cell is selected
isCellSelectionEnabled() - Method in class org.deidentifier.arx.gui.view.impl.common.table.CTConfiguration
 
isChanged() - Method in class org.deidentifier.arx.gui.model.ModelViewConfig
Returns whether the config has changed, and resets the flag to unmodified.
isChecked() - Method in class org.deidentifier.arx.ARXLattice.ARXNode
Returns if the node has been checked explicitly.
isChecked(String) - Method in class org.deidentifier.arx.gui.worker.io.Vocabulary
 
isCity(String) - Method in class org.deidentifier.arx.risk.HIPAAConstants
Cities
isCleansing() - Method in class org.deidentifier.arx.io.ImportColumn
Should non-matching values be replaced with NULL values.
isClipboard(String) - Method in class org.deidentifier.arx.gui.worker.io.Vocabulary
 
isColumnExpanded() - Method in class org.deidentifier.arx.gui.view.impl.common.datatable.DataTableContext
 
isColumnExpanded() - Method in class org.deidentifier.arx.gui.view.impl.common.table.CTContext
 
isColumnOriented() - Method in class org.deidentifier.arx.aggregates.quality.QualityMeasure
Returns whether this is a column-oriented measure
isColumnPositionFullySelected(int) - Method in class org.deidentifier.arx.gui.view.impl.common.datatable.DataTableSelectionLayer
 
isColumnPositionFullySelected(int) - Method in class org.deidentifier.arx.gui.view.impl.common.table.LayerSelection
 
isColumnPositionSelected(int) - Method in class org.deidentifier.arx.gui.view.impl.common.datatable.DataTableSelectionLayer
 
isColumnPositionSelected(int) - Method in class org.deidentifier.arx.gui.view.impl.common.table.LayerSelection
 
isColumnSelected() - Method in class org.deidentifier.arx.gui.view.impl.common.ComponentHierarchy
Returns whether a column is selected
isColumnSelectionEnabled() - Method in class org.deidentifier.arx.gui.view.impl.common.table.CTConfiguration
 
isCompletelyGeneralized(HashGroupifyEntry) - Method in class org.deidentifier.arx.framework.check.groupify.HashGroupify
Returns whether the given entry is completely generalized
isConfigurableCodingModelSupported() - Method in class org.deidentifier.arx.metric.MetricDescription
 
isDataDependent() - Method in class org.deidentifier.arx.criteria.EDDifferentialPrivacy
Returns whether this instance is data-dependent
isDatatype(String) - Method in class org.deidentifier.arx.gui.worker.io.Vocabulary
 
isDebugEnabled() - Method in class org.deidentifier.arx.gui.model.Model
Returns whether debugging is enabled.
isDefaultFunction(AggregateFunction<T>) - Method in class org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardEditorFunction
Returns whether this is the default function.
isDefinition(String) - Method in class org.deidentifier.arx.gui.worker.io.Vocabulary
 
isDeterministic() - Method in class org.deidentifier.arx.aggregates.ClassificationConfigurationLogisticRegression
Returns whether the process should be deterministic
isDeterministic() - Method in class org.deidentifier.arx.ARXClassificationConfiguration
Returns whether the process should be deterministic
isDeterministic() - Method in class org.deidentifier.arx.ARXSolverConfiguration
Returns whether the solving process is deterministic
isDeterministic() - Method in class org.deidentifier.arx.criteria.EDDifferentialPrivacy
Returns whether this instance is deterministic
isDifferent(T, T) - Method in interface org.deidentifier.arx.gui.view.def.IEditor
Checks whether the two values are different
isDirectParentChild(int[], int[]) - Method in class org.deidentifier.arx.framework.lattice.SolutionSpace
Determines whether a direct parent-child relationship exists.
isDisposed() - Method in class org.deidentifier.arx.gui.view.impl.MainSplash
Is this shell disposed.
isDisposed() - Method in class org.deidentifier.arx.gui.view.impl.MainWindow
Is this shell disposed.
isDomainPropertiesAvailable() - Method in class org.deidentifier.arx.aggregates.HierarchyBuilderRedactionBased
Returns whether domain-properties are available for this builder.
isEmpty() - Method in class org.deidentifier.arx.framework.check.groupify.HashGroupifyDistribution
Returns whether there are no records to consider
isEmpty() - Method in class org.deidentifier.arx.framework.data.Data
Returns whether this object is empty
isEmpty() - Method in class org.deidentifier.arx.gui.view.impl.common.ComponentHierarchy
Returns whether this component is empty
isEmpty() - Method in class org.deidentifier.arx.gui.view.impl.common.ComponentStatus
Returns whether the current status is "empty"
isEmpty() - Method in class org.deidentifier.arx.risk.RiskModelHistogram
Returns whether the histogram is empty
isEnabled() - Method in class org.deidentifier.arx.gui.model.ModelCriterion
Is this criterion active.
isEnabled(Model) - Method in class org.deidentifier.arx.gui.view.impl.MainMenuItem
Override this to return whether the item is enabled
isEnabled(Model) - Method in class org.deidentifier.arx.gui.view.impl.MainMenuSeparator
 
isEnabled() - Method in class org.deidentifier.arx.gui.view.impl.risk.ViewRisks
Is this view enabled
isEnabled() - Method in class org.deidentifier.arx.gui.view.impl.wizard.ImportWizardModelColumn
 
isEnhanced() - Method in class org.deidentifier.arx.gui.model.ModelBLikenessCriterion
Returns whether this is the enhanced variant
isFirst(HierarchyWizardModelGrouping.HierarchyWizardGroupingInterval<T>) - Method in class org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardModelGrouping
Is this the first interval.
isFirstname(String) - Method in class org.deidentifier.arx.risk.HIPAAConstants
First names
isFormat(String) - Method in class org.deidentifier.arx.gui.worker.io.Vocabulary
 
isFormatSupported() - Method in enum org.deidentifier.arx.aggregates.HierarchyBuilderDate.Granularity
Returns whether a format-string is supported by this granularity
isFulfilled(HashGroupifyDistribution) - Method in interface org.deidentifier.arx.framework.check.groupify.HashGroupifyDistribution.PrivacyCondition
Evaluates the condition on the given distribution
isGeometricMeanAvailable() - Method in class org.deidentifier.arx.aggregates.StatisticsSummary
Returns whether the following measure is available: geometric mean
isGSFactorSupported() - Method in class org.deidentifier.arx.metric.Metric
Returns whether a generalization/suppression factor is supported
isGSFactorSupported() - Method in class org.deidentifier.arx.metric.v2.MetricMDNMLoss
 
isGSFactorSupported() - Method in class org.deidentifier.arx.metric.v2.MetricMDNMLossPotentiallyPrecomputed
 
isGSFactorSupported() - Method in class org.deidentifier.arx.metric.v2.MetricMDNMLossPrecomputed
 
isGSFactorSupported() - Method in class org.deidentifier.arx.metric.v2.MetricMDNMPrecision
 
isGSFactorSupported() - Method in class org.deidentifier.arx.metric.v2.MetricMDNUEntropy
 
isGSFactorSupported() - Method in class org.deidentifier.arx.metric.v2.MetricMDNUEntropyPotentiallyPrecomputed
 
isGSFactorSupported() - Method in class org.deidentifier.arx.metric.v2.MetricMDNUEntropyPrecomputed
 
isGSFactorSupported() - Method in class org.deidentifier.arx.metric.v2.MetricMDNUNMEntropy
 
isGSFactorSupported() - Method in class org.deidentifier.arx.metric.v2.MetricMDNUNMEntropyPotentiallyPrecomputed
 
isGSFactorSupported() - Method in class org.deidentifier.arx.metric.v2.MetricMDNUNMEntropyPrecomputed
 
isGSFactorSupported() - Method in class org.deidentifier.arx.metric.v2.MetricMDPrecision
 
isGSFactorSupported() - Method in class org.deidentifier.arx.metric.v2.MetricSDAECS
 
isGSFactorSupported() - Method in class org.deidentifier.arx.metric.v2.MetricSDClassification
 
isGSFactorSupported() - Method in class org.deidentifier.arx.metric.v2.MetricSDNMEntropyBasedInformationLoss
 
isGSFactorSupported() - Method in class org.deidentifier.arx.metric.v2.MetricSDNMPublisherPayout
 
isHeuristicForSampleBasedCriteria() - Method in class org.deidentifier.arx.gui.model.ModelConfiguration
 
isHeuristicSearchEnabled() - Method in class org.deidentifier.arx.ARXConfiguration
Returns whether ARX will use a heuristic search strategy.
isHeuristicSearchEnabled() - Method in class org.deidentifier.arx.gui.model.ModelConfiguration
 
isHeuristicSearchSupported() - Method in class org.deidentifier.arx.criteria.EDDifferentialPrivacy
 
isHeuristicSearchSupported() - Method in class org.deidentifier.arx.criteria.PrivacyCriterion
Returns whether the criterion supports heuristic search strategies.
isHeuristicSearchWithTimeLimitSupported() - Method in class org.deidentifier.arx.criteria.EDDifferentialPrivacy
 
isHeuristicSearchWithTimeLimitSupported() - Method in class org.deidentifier.arx.criteria.PrivacyCriterion
Returns whether the criterion supports heuristic search strategies with time limits.
isHierarchyAvailable(String) - Method in class org.deidentifier.arx.DataDefinition
Returns whether a hierarchy is available.
isHierarchyBuilderAvailable(String) - Method in class org.deidentifier.arx.DataDefinition
Returns whether a hierarchy builder is available.
isIndependent() - Method in class org.deidentifier.arx.metric.Metric
Returns whether this metric requires the transformed data or groups to determine information loss.
isIndependent() - Method in class org.deidentifier.arx.metric.v2.AbstractMetricMultiDimensionalPotentiallyPrecomputed
 
isIndependent() - Method in class org.deidentifier.arx.metric.v2.MetricMDNUEntropy
 
isIndexSpecified() - Method in class org.deidentifier.arx.io.ImportColumnIndexed
Returns whether an index was given.
isInfoloss(String) - Method in class org.deidentifier.arx.gui.worker.io.Vocabulary
 
isInstance(Metric<?>) - Method in class org.deidentifier.arx.metric.MetricDescription
Returns whether the given metric is an instance of this description.
isJournalistAttackerModel() - Method in class org.deidentifier.arx.metric.v2.MetricSDNMPublisherPayout
Returns whether the journalist attacker model is being assumed.
isKurtosisAvailable() - Method in class org.deidentifier.arx.aggregates.StatisticsSummary
Returns whether the following measure is available: kurtosis
isLast(HierarchyWizardModelGrouping.HierarchyWizardGroupingInterval<T>) - Method in class org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardModelGrouping
Is this the last interval.
isLastname(String) - Method in class org.deidentifier.arx.risk.HIPAAConstants
Last names
isLattice(String) - Method in class org.deidentifier.arx.gui.worker.io.Vocabulary
 
isLevel(String) - Method in class org.deidentifier.arx.gui.worker.io.Vocabulary
 
isLinearPhaseRequired() - Method in class org.deidentifier.arx.algorithm.FLASHConfiguration
Is a linear phase required.
isLocale(String) - Method in class org.deidentifier.arx.gui.worker.io.Vocabulary
 
isLocalRecodingSupported() - Method in class org.deidentifier.arx.criteria.AverageReidentificationRisk
 
isLocalRecodingSupported() - Method in class org.deidentifier.arx.criteria.BasicBLikeness
 
isLocalRecodingSupported() - Method in class org.deidentifier.arx.criteria.DDisclosurePrivacy
 
isLocalRecodingSupported() - Method in class org.deidentifier.arx.criteria.DistinctLDiversity
 
isLocalRecodingSupported() - Method in class org.deidentifier.arx.criteria.DPresence
 
isLocalRecodingSupported() - Method in class org.deidentifier.arx.criteria.EDDifferentialPrivacy
 
isLocalRecodingSupported() - Method in class org.deidentifier.arx.criteria.EnhancedBLikeness
 
isLocalRecodingSupported() - Method in class org.deidentifier.arx.criteria.EntropyLDiversity
 
isLocalRecodingSupported() - Method in class org.deidentifier.arx.criteria.EqualDistanceTCloseness
 
isLocalRecodingSupported() - Method in class org.deidentifier.arx.criteria.HierarchicalDistanceTCloseness
 
isLocalRecodingSupported() - Method in class org.deidentifier.arx.criteria.Inclusion
 
isLocalRecodingSupported() - Method in class org.deidentifier.arx.criteria.KAnonymity
 
isLocalRecodingSupported() - Method in class org.deidentifier.arx.criteria.KMap
 
isLocalRecodingSupported() - Method in class org.deidentifier.arx.criteria.OrderedDistanceTCloseness
 
isLocalRecodingSupported() - Method in class org.deidentifier.arx.criteria.PopulationUniqueness
 
isLocalRecodingSupported() - Method in class org.deidentifier.arx.criteria.PrivacyCriterion
Returns whether the criterion supports local recoding.
isLocalRecodingSupported() - Method in class org.deidentifier.arx.criteria.ProfitabilityJournalist
 
isLocalRecodingSupported() - Method in class org.deidentifier.arx.criteria.ProfitabilityJournalistNoAttack
 
isLocalRecodingSupported() - Method in class org.deidentifier.arx.criteria.ProfitabilityProsecutor
 
isLocalRecodingSupported() - Method in class org.deidentifier.arx.criteria.ProfitabilityProsecutorNoAttack
 
isLocalRecodingSupported() - Method in class org.deidentifier.arx.criteria.RecursiveCLDiversity
 
isLocalRecodingSupported() - Method in class org.deidentifier.arx.criteria.SampleUniqueness
 
isLocalTransformation() - Method in class org.deidentifier.arx.ARXProcessStatistics
Returns whether the result is a local transformation scheme
isLocked() - Method in class org.deidentifier.arx.DataDefinition
Returns whether this definition can be altered.
isMac() - Static method in class org.deidentifier.arx.gui.view.SWTUtil
Are we running on an OSX system
isMax(String) - Method in class org.deidentifier.arx.gui.worker.io.Vocabulary
 
isMax2(String) - Method in class org.deidentifier.arx.gui.worker.io.Vocabulary
 
isMaxAvailable() - Method in class org.deidentifier.arx.aggregates.StatisticsSummary
Returns whether the following measure is available: max
isMaximumGeneralizationAvailable(String) - Method in class org.deidentifier.arx.DataDefinition
Returns whether a maximum generalization level is available.
isMedianAvailable() - Method in class org.deidentifier.arx.aggregates.StatisticsSummary
Returns whether the following measure is available: median
isMetadata(String) - Method in class org.deidentifier.arx.gui.worker.io.Vocabulary
 
isMicroaggregationFunction(String) - Method in class org.deidentifier.arx.gui.worker.io.Vocabulary
 
isMicroaggregationIgnoreMissingData(String) - Method in class org.deidentifier.arx.gui.worker.io.Vocabulary
 
isMin(String) - Method in class org.deidentifier.arx.gui.worker.io.Vocabulary
 
isMin2(String) - Method in class org.deidentifier.arx.gui.worker.io.Vocabulary
 
isMinAvailable() - Method in class org.deidentifier.arx.aggregates.StatisticsSummary
Returns whether the following measure is available: min
isMinimalClassSizeAvailable() - Method in class org.deidentifier.arx.criteria.EDDifferentialPrivacy
 
isMinimalClassSizeAvailable() - Method in class org.deidentifier.arx.criteria.KAnonymity
 
isMinimalClassSizeAvailable() - Method in class org.deidentifier.arx.criteria.KMap
 
isMinimalClassSizeAvailable() - Method in class org.deidentifier.arx.criteria.LDiversity
 
isMinimalClassSizeAvailable() - Method in class org.deidentifier.arx.criteria.PrivacyCriterion
If a privacy model provides a prosecutor risk threshold, it should override this method to enable optimizations
isMinimalClassSizeAvailable() - Method in class org.deidentifier.arx.criteria.ProfitabilityJournalistNoAttack
 
isMinimalClassSizeAvailable() - Method in class org.deidentifier.arx.criteria.ProfitabilityProsecutorNoAttack
 
isMinimalClassSizeFulfilled() - Method in class org.deidentifier.arx.framework.check.groupify.HashGroupify
Returns whether the current state of the dataset fulfills the minimal class-size property
isMinimumGeneralizationAvailable(String) - Method in class org.deidentifier.arx.DataDefinition
Returns whether a minimum generalization level is available.
isModeAvailable() - Method in class org.deidentifier.arx.aggregates.StatisticsSummary
Returns whether the following measure is available: mode
isModified() - Method in class org.deidentifier.arx.ARXClassificationConfiguration
Is this configuration modified
isModified() - Method in class org.deidentifier.arx.ARXSolverConfiguration
Modified
isModified() - Method in class org.deidentifier.arx.gui.model.Model
Returns whether this project is modified.
isModified() - Method in class org.deidentifier.arx.gui.model.ModelClassification
Is this model or one of the configurations modified
isModified() - Method in class org.deidentifier.arx.gui.model.ModelClipboard
Is the clipboard modified.
isModified() - Method in class org.deidentifier.arx.gui.model.ModelConfiguration
Has the config been modified.
isModified() - Method in class org.deidentifier.arx.gui.model.ModelRisk
Is this model modified
isMonotonic(double) - Method in class org.deidentifier.arx.metric.Metric
Returns whether this model is monotonic under the given suppression limit.
isMonotonic() - Method in class org.deidentifier.arx.metric.MetricConfiguration
 
isMonotonicVariantSupported() - Method in class org.deidentifier.arx.metric.MetricDescription
 
isMonotonicWithGeneralization() - Method in class org.deidentifier.arx.criteria.PrivacyCriterion
Returns whether the criterion is monotonic with generalization.
isMonotonicWithGeneralization() - Method in class org.deidentifier.arx.metric.Metric
Returns false if the metric is non-monotonic when using generalization.
isMonotonicWithSuppression() - Method in class org.deidentifier.arx.criteria.PrivacyCriterion
Returns whether the criterion is monotonic with tuple suppression.
isMonotonicWithSuppression() - Method in class org.deidentifier.arx.metric.Metric
Returns false if the metric is non-monotonic when using suppression.
isMultiDimensional() - Method in class org.deidentifier.arx.metric.Metric
Returns true if the metric is multi-dimensional.
isName(String) - Method in class org.deidentifier.arx.gui.worker.io.Vocabulary
 
isNode(String) - Method in class org.deidentifier.arx.gui.worker.io.Vocabulary
 
isNode2(String) - Method in class org.deidentifier.arx.gui.worker.io.Vocabulary
 
isNotOutlier - Variable in class org.deidentifier.arx.framework.check.groupify.HashGroupifyEntry
Is this class not an outlier?.
isNull(String) - Static method in class org.deidentifier.arx.DataType
Returns whether the value represents null
isNullInterval() - Method in class org.deidentifier.arx.aggregates.HierarchyBuilderIntervalBased.Interval
Is this an interval for null values
isNumberOfRecordsTransformedAvailable() - Method in class org.deidentifier.arx.ARXProcessStatistics.Step
Returns whether it is known how many records have been transformed in this step.
isNumeric() - Method in class org.deidentifier.arx.aggregates.classification.ClassificationFeatureMetadata
Returns whether this is a numeric attribute
isNumericMicroaggregation() - Method in class org.deidentifier.arx.aggregates.classification.ClassificationFeatureMetadata
Returns whether this attribute is numeric and microaggregated in a type preserving manner
isOptimal() - Method in class org.deidentifier.arx.ARXProcessStatistics.Step
Returns whether the solution in this step is optimal
isOptimalSearchSupported() - Method in class org.deidentifier.arx.criteria.EDDifferentialPrivacy
 
isOptimalSearchSupported() - Method in class org.deidentifier.arx.criteria.PrivacyCriterion
Returns whether the criterion supports optimal search strategies.
isOptimizable(DataHandle) - Method in class org.deidentifier.arx.ARXResult
Returns whether local recoding can be applied to the given handle
isOptimized() - Method in class org.deidentifier.arx.DataHandle
Has this handle been optimized with local recoding?
isOptimized() - Method in class org.deidentifier.arx.DataHandleInternal
Returns whether the handle is optimized
isOptimized() - Method in class org.deidentifier.arx.DataHandleOutput
 
isOptimized() - Method in class org.deidentifier.arx.DataHandleSubset
 
isOptimizedLoading() - Method in class org.deidentifier.arx.io.ImportConfiguration
Tries to enable more efficient loading, if supported
isOutlier(int) - Method in class org.deidentifier.arx.DataHandle
Determines whether a given row is an outlier in the currently associated data transformation.
isOutlier(int) - Method in class org.deidentifier.arx.DataHandleInternal
Returns whether the given row is suppressed
isOutlier(int, int[]) - Method in class org.deidentifier.arx.DataHandleInternal
Returns whether this is an outlier regarding the given columns.
isOutlier(int) - Method in class org.deidentifier.arx.DataHandleSubset
 
isOutOfBound() - Method in class org.deidentifier.arx.aggregates.HierarchyBuilderIntervalBased.Interval
Is this an interval representing values that are out of bounds
isOutOfLowerBound() - Method in class org.deidentifier.arx.aggregates.HierarchyBuilderIntervalBased.Interval
Is this an interval representing values that are out of the lower bound
isOutput() - Method in class org.deidentifier.arx.DataHandleInternal
Returns whether this is an output handle
isPageComplete() - Method in class org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardPageDate
 
isPageComplete() - Method in class org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardPageFinal
 
isPageComplete() - Method in class org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardPageRedaction
 
isPageComplete() - Method in class org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardPageType
 
isParentChildOrEqual(int[], int[]) - Method in class org.deidentifier.arx.framework.lattice.SolutionSpace
Determines whether a parent-child relationship exists, or both are equal
isPerformCleansing() - Method in class org.deidentifier.arx.gui.view.impl.wizard.ImportWizardModel
 
isPopulationVarianceAvailable() - Method in class org.deidentifier.arx.aggregates.StatisticsSummary
Returns whether the following measure is available: population variance
isPracticalMonotonicity() - Method in class org.deidentifier.arx.ARXConfiguration.ARXConfigurationInternal
Is practical monotonicity assumed.
isPracticalMonotonicity() - Method in class org.deidentifier.arx.ARXConfiguration
Is practical monotonicity assumed.
isPracticalMonotonicity() - Method in class org.deidentifier.arx.gui.model.ModelConfiguration
Delegates to an instance of ARXConfiguration.
isPrecomputationSupported() - Method in class org.deidentifier.arx.metric.MetricDescription
 
isPrecomputed() - Method in class org.deidentifier.arx.metric.Metric
Returns whether the metric is precomputed
isPrecomputed() - Method in class org.deidentifier.arx.metric.MetricConfiguration
 
isPrecomputed() - Method in class org.deidentifier.arx.metric.v2.AbstractMetricMultiDimensionalPotentiallyPrecomputed
 
isPrecomputed() - Method in class org.deidentifier.arx.metric.v2.MetricMDNMLossPrecomputed
 
isPrecomputed() - Method in class org.deidentifier.arx.metric.v2.MetricMDNUEntropyPrecomputed
 
isPrecomputed() - Method in class org.deidentifier.arx.metric.v2.MetricMDNUNMEntropyPrecomputed
 
isPrecomputed() - Method in class org.deidentifier.arx.metric.v2.MetricMDNUNMNormalizedEntropyPrecomputed
 
isPredecessors(String) - Method in class org.deidentifier.arx.gui.worker.io.Vocabulary
 
isPretty() - Method in class org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardEditorLayout
Is the layout pretty.
isPrivacyModelFulfilled() - Method in class org.deidentifier.arx.framework.check.groupify.HashGroupify
Returns whether the current state of the dataset fulfills the privacy model
isPrivacyModelSpecified(Class<? extends PrivacyCriterion>) - Method in class org.deidentifier.arx.ARXConfiguration.ARXConfigurationInternal
 
isPrivacyModelSpecified(Class<? extends PrivacyCriterion>) - Method in class org.deidentifier.arx.ARXConfiguration
Returns whether the configuration contains a privacy model which is an instance of the given class.
isProsecutorAttackerModel() - Method in class org.deidentifier.arx.metric.v2.MetricSDNMPublisherPayout
Returns whether the prosecutor attacker model is being assumed.
isPruneInsufficientUtility() - Method in class org.deidentifier.arx.algorithm.FLASHConfiguration
Prune based on lower bounds from monotonic shares of metrics for information loss?.
isQuasiIdentifierSelected() - Method in class org.deidentifier.arx.gui.model.Model
Returns whether a quasi-identifier is selected.
isRangeAvailable() - Method in class org.deidentifier.arx.aggregates.StatisticsSummary
Returns whether the following measure is available: range
isRef(String) - Method in class org.deidentifier.arx.gui.worker.io.Vocabulary
 
isReleased() - Method in class org.deidentifier.arx.DataHandle
Determines whether this handle is orphaned, i.e., should not be used anymore
isResponseVariable(String) - Method in class org.deidentifier.arx.DataDefinition
Returns whether the given attribute is a response variable
isResponseVariable(String) - Method in class org.deidentifier.arx.gui.worker.io.Vocabulary
 
isResultAvailable() - Method in class org.deidentifier.arx.ARXResult
Indicates if a result is available.
isRowExpanded() - Method in class org.deidentifier.arx.gui.view.impl.common.datatable.DataTableContext
 
isRowExpanded() - Method in class org.deidentifier.arx.gui.view.impl.common.table.CTContext
 
isRowOriented() - Method in class org.deidentifier.arx.aggregates.quality.QualityMeasure
Returns whether this is a row-oriented measure
isRowPositionFullySelected(int) - Method in class org.deidentifier.arx.gui.view.impl.common.datatable.DataTableSelectionLayer
 
isRowPositionFullySelected(int) - Method in class org.deidentifier.arx.gui.view.impl.common.table.LayerSelection
 
isRowPositionSelected(int) - Method in class org.deidentifier.arx.gui.view.impl.common.datatable.DataTableSelectionLayer
 
isRowPositionSelected(int) - Method in class org.deidentifier.arx.gui.view.impl.common.table.LayerSelection
 
isRowSelected() - Method in class org.deidentifier.arx.gui.view.impl.common.ComponentHierarchy
Returns whether a row is selected
isRowSelectionEnabled() - Method in class org.deidentifier.arx.gui.view.impl.common.table.CTConfiguration
 
isRunning() - Method in class org.deidentifier.arx.gui.view.impl.common.async.AnalysisManager
Returns whether a process is running
isSampleBased() - Method in class org.deidentifier.arx.criteria.PrivacyCriterion
Is this criterion based on the overall sample
isSampleBased() - Method in class org.deidentifier.arx.criteria.SampleBasedCriterion
 
isSampleVarianceAvailable() - Method in class org.deidentifier.arx.aggregates.StatisticsSummary
Returns whether the following measure is available: sample variance
isScoreFunctionSupported() - Method in class org.deidentifier.arx.metric.Metric
Returns whether the metric provides a score function
isScoreFunctionSupported() - Method in class org.deidentifier.arx.metric.v2.AbstractMetricMultiDimensionalPotentiallyPrecomputed
 
isScoreFunctionSupported() - Method in class org.deidentifier.arx.metric.v2.MetricMDNMLoss
 
isScoreFunctionSupported() - Method in class org.deidentifier.arx.metric.v2.MetricMDNMPrecision
 
isScoreFunctionSupported() - Method in class org.deidentifier.arx.metric.v2.MetricMDNUEntropyPrecomputed
 
isScoreFunctionSupported() - Method in class org.deidentifier.arx.metric.v2.MetricSDAECS
 
isScoreFunctionSupported() - Method in class org.deidentifier.arx.metric.v2.MetricSDClassification
 
isScoreFunctionSupported() - Method in class org.deidentifier.arx.metric.v2.MetricSDNMDiscernability
 
isSelected(int) - Method in class org.deidentifier.arx.DataSelector
Determines whether the given row is selected by the expression.
isSelected(String, String) - Method in class org.deidentifier.arx.gui.view.impl.common.ComponentFilterTable
Returns whether the given property is selected for the given entry.
isSensitiveAttributeSelected() - Method in class org.deidentifier.arx.gui.model.Model
Returns whether a sensitive attribute is selected.
isShowIntervals() - Method in class org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardModelGrouping
 
isShowLattice() - Method in class org.deidentifier.arx.gui.view.impl.explore.LayoutExplore
Returns which view is active
isShowList() - Method in class org.deidentifier.arx.gui.view.impl.explore.LayoutExplore
Returns which view is active
isShowTiles() - Method in class org.deidentifier.arx.gui.view.impl.explore.LayoutExplore
Returns which view is active
isSolutationAvailable() - Method in class org.deidentifier.arx.ARXProcessStatistics
Returns whether optimization has been performed
isState(String) - Method in class org.deidentifier.arx.risk.HIPAAConstants
States
isStdDevAvailable() - Method in class org.deidentifier.arx.aggregates.StatisticsSummary
Returns whether the following measure is available: std. dev
isStopped() - Method in class org.deidentifier.arx.gui.view.impl.common.ComponentStatus
Has the analysis been stopped by the user.
isSubset() - Method in class org.deidentifier.arx.gui.model.ModelViewConfig
Returns whether we show the subset only.
isSubsetAvailable() - Method in class org.deidentifier.arx.criteria.DPresence
 
isSubsetAvailable() - Method in class org.deidentifier.arx.criteria.EDDifferentialPrivacy
 
isSubsetAvailable() - Method in class org.deidentifier.arx.criteria.KMap
 
isSubsetAvailable() - Method in class org.deidentifier.arx.criteria.PrivacyCriterion
If a privacy model uses a data subset, it must overwrite this method
isSubsetAvailable() - Method in class org.deidentifier.arx.criteria.ProfitabilityJournalist
 
isSubsetAvailable() - Method in class org.deidentifier.arx.criteria.ProfitabilityJournalistNoAttack
 
isSubsetAvailable() - Method in class org.deidentifier.arx.criteria.ProfitabilityProsecutor
 
isSubsetAvailable() - Method in class org.deidentifier.arx.criteria.ProfitabilityProsecutorNoAttack
 
isSuccessors(String) - Method in class org.deidentifier.arx.gui.worker.io.Vocabulary
 
isSuppressed(int) - Method in class org.deidentifier.arx.DataHandle
Determines whether a given row is completely suppressed
isSuppressionAlwaysEnabled() - Method in class org.deidentifier.arx.ARXConfiguration.ARXConfigurationInternal
Returns whether suppression is applied to the output of anonymous as well as non-anonymous transformations.
isSuppressionAlwaysEnabled() - Method in class org.deidentifier.arx.ARXConfiguration
Returns whether suppression is applied to the output of anonymous as well as non-anonymous transformations.
isSuppressionAlwaysEnabled() - Method in class org.deidentifier.arx.gui.model.ModelConfiguration
 
isToggle(String) - Method in class org.deidentifier.arx.gui.view.impl.common.ComponentTitledFolderButtonBar
Returns whether the given button is a toggle button.
isTransformation(String) - Method in class org.deidentifier.arx.gui.worker.io.Vocabulary
 
isType(String) - Method in class org.deidentifier.arx.gui.worker.io.Vocabulary
 
isTypePreserving() - Method in class org.deidentifier.arx.AttributeType.MicroAggregationFunction
Returns whether this is a type-preserving function
isTypePreserving() - Method in class org.deidentifier.arx.framework.check.distribution.DistributionAggregateFunction
Returns whether this is a type-preserving function
isUseHeuristicForSampleBasedCriteria() - Method in class org.deidentifier.arx.ARXConfiguration.ARXConfigurationInternal
Do we guarantee optimality for sample-based criteria?
isUseHeuristicSearchForSampleBasedCriteria() - Method in class org.deidentifier.arx.ARXConfiguration
Is optimality guaranteed for sample-based criteria?
isValid(String, String) - Method in class org.deidentifier.arx.aggregates.HierarchyBuilderDate.Format
Checks whether the input string adheres to the pattern
isValid() - Method in class org.deidentifier.arx.aggregates.HierarchyBuilderGroupingBased
Returns whether the current configuration is valid.
isValid() - Method in class org.deidentifier.arx.aggregates.HierarchyBuilderIntervalBased
 
isValid(String) - Method in class org.deidentifier.arx.DataType.ARXDate
 
isValid(String) - Method in class org.deidentifier.arx.DataType.ARXDecimal
 
isValid(String) - Method in class org.deidentifier.arx.DataType.ARXInteger
 
isValid(String) - Method in class org.deidentifier.arx.DataType.ARXOrderedString
 
isValid(String) - Method in class org.deidentifier.arx.DataType.ARXString
 
isValid(String) - Method in interface org.deidentifier.arx.DataType.DataTypeWithRatioScale
Valid
isValid(String) - Method in class org.deidentifier.arx.DataType
Checks whether the given string conforms to the data type's format.
isValid(T) - Method in interface org.deidentifier.arx.gui.view.def.IValidator
Implement this to validate stuff.
isValid() - Method in interface org.deidentifier.arx.gui.view.impl.common.async.AnalysisContextVisualization
Is this a valid context.
isValid() - Method in class org.deidentifier.arx.gui.view.impl.risk.AnalysisContextRisk
Is this a valid context.
isValid() - Method in class org.deidentifier.arx.gui.view.impl.utility.AnalysisContextClassification
Is this a valid context.
isValid() - Method in class org.deidentifier.arx.gui.view.impl.utility.AnalysisContextContingency
Is this a valid context.
isValid() - Method in class org.deidentifier.arx.gui.view.impl.utility.AnalysisContextDistribution
Is this a valid context.
isValid() - Method in class org.deidentifier.arx.gui.view.impl.utility.AnalysisContextQuality
Is this a valid context.
isValidScalingFunction(String) - Method in class org.deidentifier.arx.ARXFeatureScaling
Returns whether the function is valid
isVersion(String) - Method in class org.deidentifier.arx.gui.worker.io.Vocabulary
 
isViewEnabledForInput(ModelRisk.ViewRiskType) - Method in class org.deidentifier.arx.gui.model.ModelRisk
Returns whether a view is enabled
isViewEnabledForOutput(ModelRisk.ViewRiskType) - Method in class org.deidentifier.arx.gui.model.ModelRisk
Returns whether a view is enabled
isVisible() - Method in class org.deidentifier.arx.gui.view.impl.common.ComponentStatus
Is the current status visible.
isVisualizationEnabled() - Method in class org.deidentifier.arx.gui.model.Model
Returns whether visualization is enabled.
isVocabulary(String) - Method in class org.deidentifier.arx.gui.worker.io.Vocabulary
 
isWeighted() - Method in class org.deidentifier.arx.metric.Metric
Returns true if the metric is weighted.
isZipcode(String) - Method in class org.deidentifier.arx.risk.HIPAAConstants
Zip codes
iterationsPerTry(int) - Method in class org.deidentifier.arx.ARXSolverConfiguration
 
iterationsTotal(int) - Method in class org.deidentifier.arx.ARXSolverConfiguration
 
iterator - Variable in class org.deidentifier.arx.aggregates.StatisticsContingencyTable
An iterator over the elements in the contingency table.
iterator() - Method in class org.deidentifier.arx.DataHandle
Returns an iterator over the data.
iterator() - Method in class org.deidentifier.arx.DataHandleInput
 
iterator() - Method in class org.deidentifier.arx.DataHandleOutput
Iterator.
iterator() - Method in class org.deidentifier.arx.DataHandleSubset
 
iterator() - Method in class org.deidentifier.arx.framework.check.history.MRUCache
Iterator.
iterator(int) - Method in class org.deidentifier.arx.framework.data.DataMatrix
First iterator
iterator(int) - Method in class org.deidentifier.arx.framework.data.DataMatrixSubset
 
iterator() - Method in class org.deidentifier.arx.io.CSVDataInput
Returns an iterator.
iterator(boolean) - Method in class org.deidentifier.arx.io.CSVDataInput
Returns an iterator.
iterator_hasNext() - Method in class org.deidentifier.arx.framework.data.DataMatrix
First iterator
iterator_hasNext() - Method in class org.deidentifier.arx.framework.data.DataMatrixSubset
 
iterator_next() - Method in class org.deidentifier.arx.framework.data.DataMatrix
First iterator
iterator_next() - Method in class org.deidentifier.arx.framework.data.DataMatrixSubset
 
iterator_write(int) - Method in class org.deidentifier.arx.framework.data.DataMatrix
First iterator
iterator_write(int) - Method in class org.deidentifier.arx.framework.data.DataMatrixSubset
 
IValidator<T> - Interface in org.deidentifier.arx.gui.view.def
An interface for validators.
IView - Interface in org.deidentifier.arx.gui.view.def
An interface for views.
A B C D E F G H I K L M N O P Q R S T U V W X Z _ 
Skip navigation links