Package jline.api.mam

Class Map_superKt

  • All Implemented Interfaces:

    
    public final class Map_superKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static MatrixCell map_super(MatrixCell MAPa, MatrixCell MAPb) Creates a superposition of two Markovian Arrival Processes (MAPs) to form a new MAP.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • map_super

         final static MatrixCell map_super(MatrixCell MAPa, MatrixCell MAPb)

        Creates a superposition of two Markovian Arrival Processes (MAPs) to form a new MAP.

        This function takes two input MAPs and constructs a superposed MAP by performing the Kronecker product of their corresponding matrices. The resulting MAP represents the combined behavior of the two input processes. After constructing the superposed MAP, it is normalized to ensure it represents a valid stochastic process.

        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.