Package de.swa.fuh.qrefinement.eval
Class EvalModel
java.lang.Object
de.swa.fuh.qrefinement.eval.EvalModel
public class EvalModel
extends java.lang.Object
Class representing config of asynchronous interactive evaluation mode and controlling execution of interactive evaluation mode.
- Author:
- Nicolas Boch
-
Method Summary
Modifier and Type Method Description static EvalModelgetInstance()java.util.Vector<java.lang.String>getMarkedFiles()voidloadConfig()voidnotifyThread()booleanshouldrun()voidstarteval()voidstopeval()voidThreadTerminates()
-
Method Details
-
getInstance
-
loadConfig
public void loadConfig() -
starteval
public void starteval() -
shouldrun
public boolean shouldrun() -
stopeval
public void stopeval() -
ThreadTerminates
public void ThreadTerminates() -
notifyThread
public void notifyThread() -
getMarkedFiles
public java.util.Vector<java.lang.String> getMarkedFiles()
-