Klasse AnalysisManager
java.lang.Object
org.deidentifier.arx.gui.view.impl.common.async.AnalysisManager
This class manages the execution of asynchronous analyses.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungAnalysisManager(org.eclipse.swt.widgets.Display display) Creates a new instance. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintReturns the progress, if anybooleanReturns whether a process is runningvoidStart a new analysis.voidstop()Stops all running analysis threads.
-
Konstruktordetails
-
AnalysisManager
public AnalysisManager(org.eclipse.swt.widgets.Display display) Creates a new instance.- Parameter:
display-
-
-
Methodendetails
-
getProgress
public int getProgress()Returns the progress, if any- Gibt zurück:
-
isRunning
public boolean isRunning()Returns whether a process is running- Gibt zurück:
-
start
Start a new analysis. Analyses already executing will be canceled.- Parameter:
analysis-
-
stop
public void stop()Stops all running analysis threads.
-