Class AbstractDebug
java.lang.Object
eu.qualimaster.easy.extension.debug.AbstractDebug
- Direct Known Subclasses:
Debug,DebugModelPruning,DebugParallel,DebugProfile
Abstract debug utils.
- Author:
- Holger Eichelberger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static final voidPragmatic initialization of EASy.private static voidinitialize(Class<?> cls) Simulates Eclipse-DS initialization.static FileloadModelLocation(String[] args) Loads the model location based on the parameters passed to the main method.protected static voidsleep(int ms) Sleeps a certain time.
-
Constructor Details
-
AbstractDebug
public AbstractDebug()
-
-
Method Details
-
initialize
Simulates Eclipse-DS initialization.- Parameters:
cls- the class to be initialized
-
initialize
protected static final void initialize()Pragmatic initialization of EASy. -
sleep
protected static void sleep(int ms) Sleeps a certain time.- Parameters:
ms- the ms to sleep
-
loadModelLocation
Loads the model location based on the parameters passed to the main method. Will exit the program in case of any failures.- Parameters:
args- Should specify at the first index the model location to load.- Returns:
- The loaded model location.
-