Package decide

Class DecideHelper

java.lang.Object
decide.DecideHelper

public final class DecideHelper extends Object
Class with help-methods to the Decide Class.
  • Method Details

    • calculatePum

      public static boolean[][] calculatePum(boolean[] cmv, String[][] lcm)
      Calculate PMU based on CMV and LCM.
      Parameters:
      cmv - CMV vector
      lcm - LCM matrix
      Returns:
      PUM vector
    • calculateFuv

      public static boolean[] calculateFuv(boolean[][] pum, boolean[] puv)
      Calculate PUV based on PUM.
      Parameters:
      pum - PUM matrix
      puv - PUV vector
      Returns:
      FUV vector
    • calculateLaunch

      public static boolean calculateLaunch(boolean[] fuv)
      Calculate Launch.
      Parameters:
      fuv - FUV vector
      Returns:
      should launch or not