Class AbstractDebug

java.lang.Object
eu.qualimaster.easy.extension.debug.AbstractDebug
Direct Known Subclasses:
Debug, DebugModelPruning, DebugParallel, DebugProfile

public abstract class AbstractDebug extends Object
Abstract debug utils.
Author:
Holger Eichelberger
  • Constructor Details

    • AbstractDebug

      public AbstractDebug()
  • Method Details

    • initialize

      private static void initialize(Class<?> cls)
      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

      public static File loadModelLocation(String[] args)
      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.