Verwendungen von Klasse
org.deidentifier.arx.AttributeType.Hierarchy
Packages, die AttributeType.Hierarchy verwenden
Package
Beschreibung
This package provides the public API for the ARX anonymization framework.
This package provides methods for aggregating data:
(1) builders for generalization hierarchies,
(2) various methods for analyzing data quality and utility
This package implements different variants of class-based privacy criteria,
such as k-anonymity, l-diversity, t-closeness and d-presence.
-
Verwendungen von AttributeType.Hierarchy in org.deidentifier.arx
Unterklassen von AttributeType.Hierarchy in org.deidentifier.arxModifizierer und TypKlasseBeschreibungstatic classThe default implementation of a generalization hierarchy.Methoden in org.deidentifier.arx, die AttributeType.Hierarchy zurückgebenModifizierer und TypMethodeBeschreibungabstract AttributeType.HierarchyAttributeType.Hierarchy.clone()AttributeType.Hierarchy.DefaultHierarchy.clone()static AttributeType.HierarchyCreates a new hierarchy from a CSV file.static AttributeType.HierarchyCreates a new hierarchy from a CSV file.static AttributeType.HierarchyCreates a new hierarchy from a CSV file.static AttributeType.HierarchyCreates a new hierarchy from a CSV file.static AttributeType.HierarchyAttributeType.Hierarchy.create(File file, Charset charset, char delimiter, char quote, char escape, char[] linebreak) Creates a new hierarchy from a CSV file.static AttributeType.HierarchyCreates a new hierarchy from a CSV file.static AttributeType.HierarchyAttributeType.Hierarchy.create(InputStream stream, Charset charset) Creates a new hierarchy from a CSV file.static AttributeType.HierarchyAttributeType.Hierarchy.create(InputStream stream, Charset charset, char delimiter) Creates a new hierarchy from a CSV file.static AttributeType.HierarchyAttributeType.Hierarchy.create(InputStream stream, Charset charset, char delimiter, char quote) Creates a new hierarchy from a CSV file.static AttributeType.HierarchyAttributeType.Hierarchy.create(InputStream stream, Charset charset, char delimiter, char quote, char escape) Creates a new hierarchy from a CSV file.static AttributeType.HierarchyAttributeType.Hierarchy.create(InputStream stream, Charset charset, char delimiter, char quote, char escape, char[] linebreak) Creates a new hierarchy from a CSV file.static AttributeType.HierarchyAttributeType.Hierarchy.create(InputStream stream, Charset charset, CSVSyntax config) Creates a new hierarchy from a CSV file.static AttributeType.HierarchyCreates a new hierarchy from a two-dimensional string array.static AttributeType.HierarchyCreates a new hierarchy from a CSV file.static AttributeType.HierarchyCreates a new hierarchy from a CSV file.static AttributeType.HierarchyCreates a new hierarchy from an iterator over tuples.static AttributeType.HierarchyCreates a new hierarchy from a list.DataDefinition.getHierarchyObject(String attribute) Returns the according hierarchy object.Methoden in org.deidentifier.arx mit Parametern vom Typ AttributeType.HierarchyModifizierer und TypMethodeBeschreibungvoidDataDefinition.setHierarchy(String attribute, AttributeType.Hierarchy hierarchy) Associates the given hierarchy -
Verwendungen von AttributeType.Hierarchy in org.deidentifier.arx.aggregates
Methoden in org.deidentifier.arx.aggregates, die AttributeType.Hierarchy zurückgebenModifizierer und TypMethodeBeschreibungabstract AttributeType.HierarchyHierarchyBuilder.build()Creates a new hierarchy, based on the predefined specification.abstract AttributeType.HierarchyCreates a new hierarchy, based on the predefined specification.HierarchyBuilderDate.build()Creates a new hierarchy, based on the predefined specification.Creates a new hierarchy, based on the predefined specification.HierarchyBuilderGroupingBased.build()Creates a new hierarchy, based on the predefined specification.Creates a new hierarchy, based on the predefined specification.HierarchyBuilderPriorityBased.build()Creates a new hierarchy, based on the predefined specification.Creates a new hierarchy, based on the predefined specification.HierarchyBuilderRedactionBased.build()Creates a new hierarchy, based on the predefined specification.Creates a new hierarchy, based on the predefined specification.Methoden in org.deidentifier.arx.aggregates mit Parametern vom Typ AttributeType.HierarchyModifizierer und TypMethodeBeschreibungStatisticsBuilderInterruptible.getContingencyTable(int column1, int size1, AttributeType.Hierarchy hierarchy1, int column2, int size2, AttributeType.Hierarchy hierarchy2) Returns a contingency table for the given columns.StatisticsBuilderInterruptible.getContingencyTable(int column1, AttributeType.Hierarchy hierarchy1, int column2, AttributeType.Hierarchy hierarchy2) Returns a contingency table for the given columns.String[]StatisticsBuilderInterruptible.getDistinctValuesOrdered(int column, AttributeType.Hierarchy hierarchy) Returns an ordered list of the distinct set of data items from the given column.StatisticsBuilderInterruptible.getFrequencyDistribution(int column, AttributeType.Hierarchy hierarchy) Returns a frequency distribution for the values in the given column. -
Verwendungen von AttributeType.Hierarchy in org.deidentifier.arx.criteria
Methoden in org.deidentifier.arx.criteria, die AttributeType.Hierarchy zurückgebenModifizierer und TypMethodeBeschreibungHierarchicalDistanceTCloseness.getHierarchy()Returns the hierarchy backing the EMD calculations.Konstruktoren in org.deidentifier.arx.criteria mit Parametern vom Typ AttributeType.HierarchyModifiziererKonstruktorBeschreibungHierarchicalDistanceTCloseness(String attribute, double t, AttributeType.Hierarchy h) Creates a new instance of the t-closeness criterion with hierarchical earth-movers-distance as proposed in: Li N, Li T, Venkatasubramanian S. -
Verwendungen von AttributeType.Hierarchy in org.deidentifier.arx.gui.model
Methoden in org.deidentifier.arx.gui.model, die AttributeType.Hierarchy zurückgebenModifizierer und TypMethodeBeschreibungModelConfiguration.getHierarchy(String attribute) Returns the assigned hierarchy, if any.Methoden in org.deidentifier.arx.gui.model, die Typen mit Argumenten vom Typ AttributeType.Hierarchy zurückgebenModifizierer und TypMethodeBeschreibungModelConfiguration.getHierarchies()Returns the set of all assigned hierarchies.Methoden in org.deidentifier.arx.gui.model mit Parametern vom Typ AttributeType.HierarchyModifizierer und TypMethodeBeschreibungModelConfiguration.isHierarchyComplete(AttributeType.Hierarchy hierarchy, String attribute) Checks whether the hierarchy covers all values of the attribute.voidModelConfiguration.setHierarchy(String attribute, AttributeType.Hierarchy hierarchy) Assigns a hierarchy. -
Verwendungen von AttributeType.Hierarchy in org.deidentifier.arx.gui.view.impl.common
Methoden in org.deidentifier.arx.gui.view.impl.common mit Parametern vom Typ AttributeType.HierarchyModifizierer und TypMethodeBeschreibungvoidComponentHierarchy.setHierarchy(AttributeType.Hierarchy hierarchy) Sets the hierarchy displayed by this component. -
Verwendungen von AttributeType.Hierarchy in org.deidentifier.arx.gui.view.impl.common.async
Methoden in org.deidentifier.arx.gui.view.impl.common.async, die AttributeType.Hierarchy zurückgebenModifizierer und TypMethodeBeschreibungAnalysisContext.getHierarchy(AnalysisData context, String attribute) Returns a generalization hierarchy for the attribute, if available. -
Verwendungen von AttributeType.Hierarchy in org.deidentifier.arx.gui.view.impl.wizard
Felder in org.deidentifier.arx.gui.view.impl.wizard, die deklariert sind als AttributeType.HierarchyModifizierer und TypFeldBeschreibungfinal AttributeType.HierarchyHierarchyWizard.HierarchyWizardResult.hierarchyHierarchyprotected AttributeType.HierarchyHierarchyWizardModelAbstract.hierarchyVar.Methoden in org.deidentifier.arx.gui.view.impl.wizard, die AttributeType.Hierarchy zurückgebenModifizierer und TypMethodeBeschreibungHierarchyWizardModel.getHierarchy()Returns the current hierarchy.HierarchyWizardModelAbstract.getHierarchy()Returns the resulting hierarchy.Methoden in org.deidentifier.arx.gui.view.impl.wizard mit Parametern vom Typ AttributeType.HierarchyModifizierer und TypMethodeBeschreibungvoidHierarchyWizardPageFinal.setHierarchy(AttributeType.Hierarchy hierarchy) Sets the hierarchy.Konstruktoren in org.deidentifier.arx.gui.view.impl.wizard mit Parametern vom Typ AttributeType.HierarchyModifiziererKonstruktorBeschreibungHierarchyWizardResult(AttributeType.Hierarchy hierarchy, HierarchyBuilder<T> builder) Creates a new instance