Package jline.api.mam

Class Map_super

java.lang.Object
jline.api.mam.Map_super

public final class Map_super extends Object
  • Method Details

    • map_super

      public static MatrixCell map_super(MatrixCell MAPa, MatrixCell MAPb)
      Creates a superposition of two Markovian Arrival Processes (MAPs) to form a new MAP.
      Parameters:
      MAPa - The first Markovian Arrival Process stored in a MatrixCell.
      MAPb - The second Markovian Arrival Process stored in a MatrixCell.
      Returns:
      A MatrixCell representing the superposed MAP, formed by combining the input MAPs.