Verwendungen von Enum
org.deidentifier.arx.ARXConfiguration.SearchStepSemantics
Packages, die ARXConfiguration.SearchStepSemantics verwenden
Package
Beschreibung
This package provides the public API for the ARX anonymization framework.
-
Verwendungen von ARXConfiguration.SearchStepSemantics in org.deidentifier.arx
Methoden in org.deidentifier.arx, die ARXConfiguration.SearchStepSemantics zurückgebenModifizierer und TypMethodeBeschreibungGibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.static ARXConfiguration.SearchStepSemantics[]ARXConfiguration.SearchStepSemantics.values()Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.Methoden in org.deidentifier.arx mit Parametern vom Typ ARXConfiguration.SearchStepSemanticsModifizierer und TypMethodeBeschreibungintARXConfiguration.getHeuristicSearchStepLimit(ARXConfiguration.SearchStepSemantics requestedSearchStepSemantics, int numQIs) The heuristic search algorithm will terminate after the returned number of steps.voidARXConfiguration.setHeuristicSearchStepLimit(int numberOfTransformations, ARXConfiguration.SearchStepSemantics searchStepSemantics) Sets the semantics of heuristic search steps.