Package org.deidentifier.arx.algorithm
Klasse FLASHAlgorithm
java.lang.Object
org.deidentifier.arx.algorithm.FLASHAlgorithm
This class provides a static method for instantiating the FLASH algorithm.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic AbstractAlgorithmcreate(SolutionSpace<Long> solutionSpace, TransformationChecker checker, FLASHStrategy strategy, int timeLimit, int checkLimit) Creates a new instance of the FLASH algorithm.
-
Konstruktordetails
-
FLASHAlgorithm
public FLASHAlgorithm()
-
-
Methodendetails
-
create
public static AbstractAlgorithm create(SolutionSpace<Long> solutionSpace, TransformationChecker checker, FLASHStrategy strategy, int timeLimit, int checkLimit) Creates a new instance of the FLASH algorithm.- Parameter:
solutionSpace-checker-strategy-timeLimit-checkLimit-- Gibt zurück:
-