Verwendungen von Klasse
org.deidentifier.arx.algorithm.FLASHStrategy
Packages, die FLASHStrategy verwenden
Package
Beschreibung
This package provides implementations of search algorithms
-
Verwendungen von FLASHStrategy in org.deidentifier.arx.algorithm
Methoden in org.deidentifier.arx.algorithm mit Parametern vom Typ FLASHStrategyModifizierer und TypMethodeBeschreibungstatic AbstractAlgorithmFLASHAlgorithm.create(SolutionSpace<Long> solutionSpace, TransformationChecker checker, FLASHStrategy strategy, int timeLimit, int checkLimit) Creates a new instance of the FLASH algorithm.Konstruktoren in org.deidentifier.arx.algorithm mit Parametern vom Typ FLASHStrategyModifiziererKonstruktorBeschreibungFLASHAlgorithmImpl(SolutionSpace<Long> solutionSpace, TransformationChecker checker, FLASHStrategy strategy, FLASHConfiguration config, int timeLimit, int checkLimit) Creates a new instance.