Verwendungen von Enum
org.deidentifier.arx.framework.check.history.History.StorageStrategy
Packages, die History.StorageStrategy verwenden
Package
Beschreibung
This package provides implementations of search algorithms
This package implements the 'history' optimization.
-
Verwendungen von History.StorageStrategy in org.deidentifier.arx.algorithm
Methoden in org.deidentifier.arx.algorithm, die History.StorageStrategy zurückgebenModifizierer und TypMethodeBeschreibungFLASHConfiguration.getSnapshotStorageStrategy()Getter: A trigger controlling which transformations are snapshotted.Methoden in org.deidentifier.arx.algorithm mit Parametern vom Typ History.StorageStrategyModifizierer und TypMethodeBeschreibungstatic FLASHConfigurationFLASHConfiguration.createBinaryPhaseConfiguration(FLASHPhaseConfiguration config, History.StorageStrategy storageStrategy, boolean pruneWithLowerBounds, boolean anonymityPropertyPredictable) Creates a binary-phase only configuration.static FLASHConfigurationFLASHConfiguration.createLinearPhaseConfiguration(FLASHPhaseConfiguration config, History.StorageStrategy storageStrategy, boolean pruneWithLowerBounds, boolean anonymityPropertyPredictable) Creates a linear-phase only configuration.static FLASHConfigurationFLASHConfiguration.createTwoPhaseConfiguration(FLASHPhaseConfiguration binaryPhaseConfiguration, FLASHPhaseConfiguration linearPhaseConfiguration, History.StorageStrategy storageStrategy, boolean pruneWithLowerBounds, boolean anonymityPropertyPredictable) Creates a two-phase configuration. -
Verwendungen von History.StorageStrategy in org.deidentifier.arx.framework.check.history
Methoden in org.deidentifier.arx.framework.check.history, die History.StorageStrategy zurückgebenModifizierer und TypMethodeBeschreibungstatic History.StorageStrategyGibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.static History.StorageStrategy[]History.StorageStrategy.values()Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.Methoden in org.deidentifier.arx.framework.check.history mit Parametern vom Typ History.StorageStrategyModifizierer und TypMethodeBeschreibungvoidHistory.setStorageStrategy(History.StorageStrategy strategy) Sets the storage strategy