Class CoordinationHelper

java.lang.Object
eu.qualimaster.easy.extension.internal.CoordinationHelper
All Implemented Interfaces:
net.ssehub.easy.instantiation.core.model.vilTypes.IVilType

public class CoordinationHelper extends Object implements net.ssehub.easy.instantiation.core.model.vilTypes.IVilType
Provides access to properties of the QM coordination layer.
Author:
Holger Eichelberger
  • Field Details

    • inTesting

      private static boolean inTesting
  • Constructor Details

    • CoordinationHelper

      public CoordinationHelper()
  • Method Details

    • setInTesting

      public static void setInTesting(boolean testing)
      Changes this class to testing mode pretending that task re-allocation is always available.
      Parameters:
      testing - true for testing mode, false else
    • supportsTaskReallocation

      public static boolean supportsTaskReallocation()
      Returns whether this installation of the QualiMaster infrastructure supports runtime task re-allocation.
      Returns:
      true for runtime task re-allocation, false else